Shades of Kelly Green #2DC702
Tints of Kelly Green #2DC702
RGB
CMYK
RGB Variations
Color information
#2DC702 (or 0x2DC702) is known color: Kelly Green. HEX triplet: 2D, C7 and 02. RGB value is (45,199,2). Sum of RGB (Red+Green+Blue) = 45+199+2=246 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.29% from 246); Green value is 199 (78.12% from 255 or 80.89% from 246); Blue value is 2 (1.17% from 255 or 0.81% from 246); Max value from RGB is 199 - color contains mainly: green. Hex color #2DC702 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DC702 is #D238FD. Grayscale: #838383. Windows color (decimal): -13777150 or 182061. OLE color: 182061.
HSL color Cylindrical-coordinate representation of color #2DC702: hue angle of 106.9º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2DC702 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 45 | 199 | 2 | - |
| CMYK | 0.77 | 0 | 0.99 | 0.22 |
| HSL | 106.9º | 0.98% | 0.39% | - |
| HSV(B) | 106.9º | 0.99% | 0.78% | - |
| XYZ | 21.52 | 41.41 | 6.92 | - |
| YUV | 130.5 | 55.48 | 67.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 199 | 2 | 0.77 | 0 | 0.99 | 0.22 | 106.9 | 0.98 | 0.39 |
| Hex | 2D | C7 | 2 | 4D | 0 | 63 | 16 | 6B | 62 | 27 |
| Octal | 55 | 307 | 2 | 115 | 0 | 143 | 26 | 153 | 142 | 47 |
| Binary | 101101 | 11000111 | 10 | 1001101 | 0 | 1100011 | 10110 | 1101011 | 1100010 | 100111 |
Color Harmonies of #2DC702
Complementary color
Monochromatic Colors of #2DC702
Black with #2DC702
Text Example
Text Example
White with #2DC702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC702; }
p { color: rgb(45,199,2); }
H1.HeaderClassName
{
color: #2DC702;
}
.AnyTagClassName
{
color: #2DC702;
}
</style>
background-color css
<style>
a { background-color: #2DC702; }
a { background-color: rgb(45,199,2); }
div.DivClassName
{
background-color: #2DC702;
}
.BgClassName
{
background-color: #2DC702;
}
</style>
border-color css
<style>
span { border-color: #2DC702; }
span { border-color: rgb(45,199,2); }
td.TdClassName
{
border-color: #2DC702;
}
.TagClassName
{
border-color: #2DC702;
}
</style>