Shades of Kelly Green #2DC609
Tints of Kelly Green #2DC609
RGB
CMYK
RGB Variations
Color information
#2DC609 (or 0x2DC609) is known color: Kelly Green. HEX triplet: 2D, C6 and 09. RGB value is (45,198,9). Sum of RGB (Red+Green+Blue) = 45+198+9=252 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.86% from 252); Green value is 198 (77.73% from 255 or 78.57% from 252); Blue value is 9 (3.91% from 255 or 3.57% from 252); Max value from RGB is 198 - color contains mainly: green. Hex color #2DC609 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DC609 is #D239F6. Grayscale: #838383. Windows color (decimal): -13777399 or 640557. OLE color: 640557.
HSL color Cylindrical-coordinate representation of color #2DC609: hue angle of 108.57º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2DC609 is Cyan = 0.77, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 45 | 198 | 9 | - |
| CMYK | 0.77 | 0 | 0.95 | 0.22 |
| HSL | 108.57º | 0.91% | 0.41% | - |
| HSV(B) | 108.57º | 0.95% | 0.78% | - |
| XYZ | 21.33 | 40.97 | 7.04 | - |
| YUV | 130.71 | 59.31 | 66.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 198 | 9 | 0.77 | 0 | 0.95 | 0.22 | 108.57 | 0.91 | 0.41 |
| Hex | 2D | C6 | 9 | 4D | 0 | 5F | 16 | 6D | 5B | 29 |
| Octal | 55 | 306 | 11 | 115 | 0 | 137 | 26 | 155 | 133 | 51 |
| Binary | 101101 | 11000110 | 1001 | 1001101 | 0 | 1011111 | 10110 | 1101101 | 1011011 | 101001 |
Color Harmonies of #2DC609
Complementary color
Monochromatic Colors of #2DC609
Black with #2DC609
Text Example
Text Example
White with #2DC609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC609; }
p { color: rgb(45,198,9); }
H1.HeaderClassName
{
color: #2DC609;
}
.AnyTagClassName
{
color: #2DC609;
}
</style>
background-color css
<style>
a { background-color: #2DC609; }
a { background-color: rgb(45,198,9); }
div.DivClassName
{
background-color: #2DC609;
}
.BgClassName
{
background-color: #2DC609;
}
</style>
border-color css
<style>
span { border-color: #2DC609; }
span { border-color: rgb(45,198,9); }
td.TdClassName
{
border-color: #2DC609;
}
.TagClassName
{
border-color: #2DC609;
}
</style>