Shades of Kelly Green #2DB503
Tints of Kelly Green #2DB503
RGB
CMYK
RGB Variations
Color information
#2DB503 (or 0x2DB503) is known color: Kelly Green. HEX triplet: 2D, B5 and 03. RGB value is (45,181,3). Sum of RGB (Red+Green+Blue) = 45+181+3=229 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.65% from 229); Green value is 181 (71.09% from 255 or 79.04% from 229); Blue value is 3 (1.56% from 255 or 1.31% from 229); Max value from RGB is 181 - color contains mainly: green. Hex color #2DB503 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DB503 is #D24AFC. Grayscale: #787878. Windows color (decimal): -13781757 or 242989. OLE color: 242989.
HSL color Cylindrical-coordinate representation of color #2DB503: hue angle of 105.84º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2DB503 is Cyan = 0.75, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 181 | 3 | - |
| CMYK | 0.75 | 0 | 0.98 | 0.29 |
| HSL | 105.84º | 0.97% | 0.36% | - |
| HSV(B) | 105.84º | 0.98% | 0.71% | - |
| XYZ | 17.62 | 33.61 | 5.65 | - |
| YUV | 120.04 | 61.94 | 74.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 181 | 3 | 0.75 | 0 | 0.98 | 0.29 | 105.84 | 0.97 | 0.36 |
| Hex | 2D | B5 | 3 | 4B | 0 | 62 | 1D | 6A | 61 | 24 |
| Octal | 55 | 265 | 3 | 113 | 0 | 142 | 35 | 152 | 141 | 44 |
| Binary | 101101 | 10110101 | 11 | 1001011 | 0 | 1100010 | 11101 | 1101010 | 1100001 | 100100 |
Color Harmonies of #2DB503
Complementary color
Monochromatic Colors of #2DB503
Black with #2DB503
Text Example
Text Example
White with #2DB503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB503; }
p { color: rgb(45,181,3); }
H1.HeaderClassName
{
color: #2DB503;
}
.AnyTagClassName
{
color: #2DB503;
}
</style>
background-color css
<style>
a { background-color: #2DB503; }
a { background-color: rgb(45,181,3); }
div.DivClassName
{
background-color: #2DB503;
}
.BgClassName
{
background-color: #2DB503;
}
</style>
border-color css
<style>
span { border-color: #2DB503; }
span { border-color: rgb(45,181,3); }
td.TdClassName
{
border-color: #2DB503;
}
.TagClassName
{
border-color: #2DB503;
}
</style>