Shades of Kelly Green #2DC908
Tints of Kelly Green #2DC908
RGB
CMYK
RGB Variations
Color information
#2DC908 (or 0x2DC908) is known color: Kelly Green. HEX triplet: 2D, C9 and 08. RGB value is (45,201,8). Sum of RGB (Red+Green+Blue) = 45+201+8=254 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.72% from 254); Green value is 201 (78.91% from 255 or 79.13% from 254); Blue value is 8 (3.52% from 255 or 3.15% from 254); Max value from RGB is 201 - color contains mainly: green. Hex color #2DC908 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DC908 is #D236F7. Grayscale: #848484. Windows color (decimal): -13776632 or 575789. OLE color: 575789.
HSL color Cylindrical-coordinate representation of color #2DC908: hue angle of 108.5º degrees, saturation: 0.92, 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 #2DC908 is Cyan = 0.78, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 45 | 201 | 8 | - |
| CMYK | 0.78 | 0 | 0.96 | 0.21 |
| HSL | 108.5º | 0.92% | 0.41% | - |
| HSV(B) | 108.5º | 0.96% | 0.79% | - |
| XYZ | 22.01 | 42.35 | 7.24 | - |
| YUV | 132.35 | 57.82 | 65.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 201 | 8 | 0.78 | 0 | 0.96 | 0.21 | 108.5 | 0.92 | 0.41 |
| Hex | 2D | C9 | 8 | 4E | 0 | 60 | 15 | 6C | 5C | 29 |
| Octal | 55 | 311 | 10 | 116 | 0 | 140 | 25 | 154 | 134 | 51 |
| Binary | 101101 | 11001001 | 1000 | 1001110 | 0 | 1100000 | 10101 | 1101100 | 1011100 | 101001 |
Color Harmonies of #2DC908
Complementary color
Monochromatic Colors of #2DC908
Black with #2DC908
Text Example
Text Example
White with #2DC908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC908; }
p { color: rgb(45,201,8); }
H1.HeaderClassName
{
color: #2DC908;
}
.AnyTagClassName
{
color: #2DC908;
}
</style>
background-color css
<style>
a { background-color: #2DC908; }
a { background-color: rgb(45,201,8); }
div.DivClassName
{
background-color: #2DC908;
}
.BgClassName
{
background-color: #2DC908;
}
</style>
border-color css
<style>
span { border-color: #2DC908; }
span { border-color: rgb(45,201,8); }
td.TdClassName
{
border-color: #2DC908;
}
.TagClassName
{
border-color: #2DC908;
}
</style>