Shades of Kelly Green #2DD008
Tints of Kelly Green #2DD008
RGB
CMYK
RGB Variations
Color information
#2DD008 (or 0x2DD008) is known color: Kelly Green. HEX triplet: 2D, D0 and 08. RGB value is (45,208,8). Sum of RGB (Red+Green+Blue) = 45+208+8=261 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.24% from 261); Green value is 208 (81.64% from 255 or 79.69% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 208 - color contains mainly: green. Hex color #2DD008 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DD008 is #D22FF7. Grayscale: #898989. Windows color (decimal): -13774840 or 577581. OLE color: 577581.
HSL color Cylindrical-coordinate representation of color #2DD008: hue angle of 108.9º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2DD008 is Cyan = 0.78, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 45 | 208 | 8 | - |
| CMYK | 0.78 | 0 | 0.96 | 0.18 |
| HSL | 108.9º | 0.93% | 0.42% | - |
| HSV(B) | 108.9º | 0.96% | 0.82% | - |
| XYZ | 23.68 | 45.69 | 7.8 | - |
| YUV | 136.46 | 55.5 | 62.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 208 | 8 | 0.78 | 0 | 0.96 | 0.18 | 108.9 | 0.93 | 0.42 |
| Hex | 2D | D0 | 8 | 4E | 0 | 60 | 12 | 6D | 5D | 2A |
| Octal | 55 | 320 | 10 | 116 | 0 | 140 | 22 | 155 | 135 | 52 |
| Binary | 101101 | 11010000 | 1000 | 1001110 | 0 | 1100000 | 10010 | 1101101 | 1011101 | 101010 |
Color Harmonies of #2DD008
Complementary color
Monochromatic Colors of #2DD008
Black with #2DD008
Text Example
Text Example
White with #2DD008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD008; }
p { color: rgb(45,208,8); }
H1.HeaderClassName
{
color: #2DD008;
}
.AnyTagClassName
{
color: #2DD008;
}
</style>
background-color css
<style>
a { background-color: #2DD008; }
a { background-color: rgb(45,208,8); }
div.DivClassName
{
background-color: #2DD008;
}
.BgClassName
{
background-color: #2DD008;
}
</style>
border-color css
<style>
span { border-color: #2DD008; }
span { border-color: rgb(45,208,8); }
td.TdClassName
{
border-color: #2DD008;
}
.TagClassName
{
border-color: #2DD008;
}
</style>