Shades of Kelly Green #2DB602
Tints of Kelly Green #2DB602
RGB
CMYK
RGB Variations
Color information
#2DB602 (or 0x2DB602) is known color: Kelly Green. HEX triplet: 2D, B6 and 02. RGB value is (45,182,2). Sum of RGB (Red+Green+Blue) = 45+182+2=229 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.65% from 229); Green value is 182 (71.48% from 255 or 79.48% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 182 - color contains mainly: green. Hex color #2DB602 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DB602 is #D249FD. Grayscale: #797979. Windows color (decimal): -13781502 or 177709. OLE color: 177709.
HSL color Cylindrical-coordinate representation of color #2DB602: hue angle of 105.67º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2DB602 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 182 | 2 | - |
| CMYK | 0.75 | 0 | 0.99 | 0.29 |
| HSL | 105.67º | 0.98% | 0.36% | - |
| HSV(B) | 105.67º | 0.99% | 0.71% | - |
| XYZ | 17.82 | 34.02 | 5.68 | - |
| YUV | 120.52 | 61.11 | 74.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 182 | 2 | 0.75 | 0 | 0.99 | 0.29 | 105.67 | 0.98 | 0.36 |
| Hex | 2D | B6 | 2 | 4B | 0 | 63 | 1D | 6A | 62 | 24 |
| Octal | 55 | 266 | 2 | 113 | 0 | 143 | 35 | 152 | 142 | 44 |
| Binary | 101101 | 10110110 | 10 | 1001011 | 0 | 1100011 | 11101 | 1101010 | 1100010 | 100100 |
Color Harmonies of #2DB602
Complementary color
Monochromatic Colors of #2DB602
Black with #2DB602
Text Example
Text Example
White with #2DB602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB602; }
p { color: rgb(45,182,2); }
H1.HeaderClassName
{
color: #2DB602;
}
.AnyTagClassName
{
color: #2DB602;
}
</style>
background-color css
<style>
a { background-color: #2DB602; }
a { background-color: rgb(45,182,2); }
div.DivClassName
{
background-color: #2DB602;
}
.BgClassName
{
background-color: #2DB602;
}
</style>
border-color css
<style>
span { border-color: #2DB602; }
span { border-color: rgb(45,182,2); }
td.TdClassName
{
border-color: #2DB602;
}
.TagClassName
{
border-color: #2DB602;
}
</style>