Shades of Kelly Green #2DC902
Tints of Kelly Green #2DC902
RGB
CMYK
RGB Variations
Color information
#2DC902 (or 0x2DC902) is known color: Kelly Green. HEX triplet: 2D, C9 and 02. RGB value is (45,201,2). Sum of RGB (Red+Green+Blue) = 45+201+2=248 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.15% from 248); Green value is 201 (78.91% from 255 or 81.05% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 201 - color contains mainly: green. Hex color #2DC902 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DC902 is #D236FD. Grayscale: #848484. Windows color (decimal): -13776638 or 182573. OLE color: 182573.
HSL color Cylindrical-coordinate representation of color #2DC902: hue angle of 107.04º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2DC902 is Cyan = 0.78, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 45 | 201 | 2 | - |
| CMYK | 0.78 | 0 | 0.99 | 0.21 |
| HSL | 107.04º | 0.98% | 0.4% | - |
| HSV(B) | 107.04º | 0.99% | 0.79% | - |
| XYZ | 21.98 | 42.34 | 7.07 | - |
| YUV | 131.67 | 54.82 | 66.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 201 | 2 | 0.78 | 0 | 0.99 | 0.21 | 107.04 | 0.98 | 0.4 |
| Hex | 2D | C9 | 2 | 4E | 0 | 63 | 15 | 6B | 62 | 28 |
| Octal | 55 | 311 | 2 | 116 | 0 | 143 | 25 | 153 | 142 | 50 |
| Binary | 101101 | 11001001 | 10 | 1001110 | 0 | 1100011 | 10101 | 1101011 | 1100010 | 101000 |
Color Harmonies of #2DC902
Complementary color
Monochromatic Colors of #2DC902
Black with #2DC902
Text Example
Text Example
White with #2DC902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC902; }
p { color: rgb(45,201,2); }
H1.HeaderClassName
{
color: #2DC902;
}
.AnyTagClassName
{
color: #2DC902;
}
</style>
background-color css
<style>
a { background-color: #2DC902; }
a { background-color: rgb(45,201,2); }
div.DivClassName
{
background-color: #2DC902;
}
.BgClassName
{
background-color: #2DC902;
}
</style>
border-color css
<style>
span { border-color: #2DC902; }
span { border-color: rgb(45,201,2); }
td.TdClassName
{
border-color: #2DC902;
}
.TagClassName
{
border-color: #2DC902;
}
</style>