Shades of Kelly Green #2DC602
Tints of Kelly Green #2DC602
RGB
CMYK
RGB Variations
Color information
#2DC602 (or 0x2DC602) is known color: Kelly Green. HEX triplet: 2D, C6 and 02. RGB value is (45,198,2). Sum of RGB (Red+Green+Blue) = 45+198+2=245 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.37% from 245); Green value is 198 (77.73% from 255 or 80.82% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 198 - color contains mainly: green. Hex color #2DC602 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DC602 is #D239FD. Grayscale: #828282. Windows color (decimal): -13777406 or 181805. OLE color: 181805.
HSL color Cylindrical-coordinate representation of color #2DC602: hue angle of 106.84º 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 #2DC602 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 45 | 198 | 2 | - |
| CMYK | 0.77 | 0 | 0.99 | 0.22 |
| HSL | 106.84º | 0.98% | 0.39% | - |
| HSV(B) | 106.84º | 0.99% | 0.78% | - |
| XYZ | 21.29 | 40.95 | 6.84 | - |
| YUV | 129.91 | 55.81 | 67.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 198 | 2 | 0.77 | 0 | 0.99 | 0.22 | 106.84 | 0.98 | 0.39 |
| Hex | 2D | C6 | 2 | 4D | 0 | 63 | 16 | 6B | 62 | 27 |
| Octal | 55 | 306 | 2 | 115 | 0 | 143 | 26 | 153 | 142 | 47 |
| Binary | 101101 | 11000110 | 10 | 1001101 | 0 | 1100011 | 10110 | 1101011 | 1100010 | 100111 |
Color Harmonies of #2DC602
Complementary color
Monochromatic Colors of #2DC602
Black with #2DC602
Text Example
Text Example
White with #2DC602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC602; }
p { color: rgb(45,198,2); }
H1.HeaderClassName
{
color: #2DC602;
}
.AnyTagClassName
{
color: #2DC602;
}
</style>
background-color css
<style>
a { background-color: #2DC602; }
a { background-color: rgb(45,198,2); }
div.DivClassName
{
background-color: #2DC602;
}
.BgClassName
{
background-color: #2DC602;
}
</style>
border-color css
<style>
span { border-color: #2DC602; }
span { border-color: rgb(45,198,2); }
td.TdClassName
{
border-color: #2DC602;
}
.TagClassName
{
border-color: #2DC602;
}
</style>