Shades of Kelly Green #2DC909
Tints of Kelly Green #2DC909
RGB
CMYK
RGB Variations
Color information
#2DC909 (or 0x2DC909) is known color: Kelly Green. HEX triplet: 2D, C9 and 09. RGB value is (45,201,9). Sum of RGB (Red+Green+Blue) = 45+201+9=255 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.65% from 255); Green value is 201 (78.91% from 255 or 78.82% from 255); Blue value is 9 (3.91% from 255 or 3.53% from 255); Max value from RGB is 201 - color contains mainly: green. Hex color #2DC909 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DC909 is #D236F6. Grayscale: #858585. Windows color (decimal): -13776631 or 641325. OLE color: 641325.
HSL color Cylindrical-coordinate representation of color #2DC909: hue angle of 108.75º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2DC909 is Cyan = 0.78, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 45 | 201 | 9 | - |
| CMYK | 0.78 | 0 | 0.96 | 0.21 |
| HSL | 108.75º | 0.91% | 0.41% | - |
| HSV(B) | 108.75º | 0.96% | 0.79% | - |
| XYZ | 22.02 | 42.35 | 7.27 | - |
| YUV | 132.47 | 58.32 | 65.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 201 | 9 | 0.78 | 0 | 0.96 | 0.21 | 108.75 | 0.91 | 0.41 |
| Hex | 2D | C9 | 9 | 4E | 0 | 60 | 15 | 6D | 5B | 29 |
| Octal | 55 | 311 | 11 | 116 | 0 | 140 | 25 | 155 | 133 | 51 |
| Binary | 101101 | 11001001 | 1001 | 1001110 | 0 | 1100000 | 10101 | 1101101 | 1011011 | 101001 |
Color Harmonies of #2DC909
Complementary color
Monochromatic Colors of #2DC909
Black with #2DC909
Text Example
Text Example
White with #2DC909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC909; }
p { color: rgb(45,201,9); }
H1.HeaderClassName
{
color: #2DC909;
}
.AnyTagClassName
{
color: #2DC909;
}
</style>
background-color css
<style>
a { background-color: #2DC909; }
a { background-color: rgb(45,201,9); }
div.DivClassName
{
background-color: #2DC909;
}
.BgClassName
{
background-color: #2DC909;
}
</style>
border-color css
<style>
span { border-color: #2DC909; }
span { border-color: rgb(45,201,9); }
td.TdClassName
{
border-color: #2DC909;
}
.TagClassName
{
border-color: #2DC909;
}
</style>