Shades of Kelly Green #2DB603
Tints of Kelly Green #2DB603
RGB
CMYK
RGB Variations
Color information
#2DB603 (or 0x2DB603) is known color: Kelly Green. HEX triplet: 2D, B6 and 03. RGB value is (45,182,3). Sum of RGB (Red+Green+Blue) = 45+182+3=230 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.57% from 230); Green value is 182 (71.48% from 255 or 79.13% from 230); Blue value is 3 (1.56% from 255 or 1.30% from 230); Max value from RGB is 182 - color contains mainly: green. Hex color #2DB603 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DB603 is #D249FC. Grayscale: #797979. Windows color (decimal): -13781501 or 243245. OLE color: 243245.
HSL color Cylindrical-coordinate representation of color #2DB603: hue angle of 105.92º 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 #2DB603 is Cyan = 0.75, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 182 | 3 | - |
| CMYK | 0.75 | 0 | 0.98 | 0.29 |
| HSL | 105.92º | 0.97% | 0.36% | - |
| HSV(B) | 105.92º | 0.98% | 0.71% | - |
| XYZ | 17.83 | 34.02 | 5.71 | - |
| YUV | 120.63 | 61.61 | 74.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 182 | 3 | 0.75 | 0 | 0.98 | 0.29 | 105.92 | 0.97 | 0.36 |
| Hex | 2D | B6 | 3 | 4B | 0 | 62 | 1D | 6A | 61 | 24 |
| Octal | 55 | 266 | 3 | 113 | 0 | 142 | 35 | 152 | 141 | 44 |
| Binary | 101101 | 10110110 | 11 | 1001011 | 0 | 1100010 | 11101 | 1101010 | 1100001 | 100100 |
Color Harmonies of #2DB603
Complementary color
Monochromatic Colors of #2DB603
Black with #2DB603
Text Example
Text Example
White with #2DB603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB603; }
p { color: rgb(45,182,3); }
H1.HeaderClassName
{
color: #2DB603;
}
.AnyTagClassName
{
color: #2DB603;
}
</style>
background-color css
<style>
a { background-color: #2DB603; }
a { background-color: rgb(45,182,3); }
div.DivClassName
{
background-color: #2DB603;
}
.BgClassName
{
background-color: #2DB603;
}
</style>
border-color css
<style>
span { border-color: #2DB603; }
span { border-color: rgb(45,182,3); }
td.TdClassName
{
border-color: #2DB603;
}
.TagClassName
{
border-color: #2DB603;
}
</style>