Shades of Kelly Green #2DCF08
Tints of Kelly Green #2DCF08
RGB
CMYK
RGB Variations
Color information
#2DCF08 (or 0x2DCF08) is known color: Kelly Green. HEX triplet: 2D, CF and 08. RGB value is (45,207,8). Sum of RGB (Red+Green+Blue) = 45+207+8=260 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.31% from 260); Green value is 207 (81.25% from 255 or 79.62% from 260); Blue value is 8 (3.52% from 255 or 3.08% from 260); Max value from RGB is 207 - color contains mainly: green. Hex color #2DCF08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DCF08 is #D230F7. Grayscale: #888888. Windows color (decimal): -13775096 or 577325. OLE color: 577325.
HSL color Cylindrical-coordinate representation of color #2DCF08: hue angle of 108.84º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2DCF08 is Cyan = 0.78, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 207 | 8 | - |
| CMYK | 0.78 | 0 | 0.96 | 0.19 |
| HSL | 108.84º | 0.93% | 0.42% | - |
| HSV(B) | 108.84º | 0.96% | 0.81% | - |
| XYZ | 23.44 | 45.2 | 7.72 | - |
| YUV | 135.88 | 55.83 | 63.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 207 | 8 | 0.78 | 0 | 0.96 | 0.19 | 108.84 | 0.93 | 0.42 |
| Hex | 2D | CF | 8 | 4E | 0 | 60 | 13 | 6D | 5D | 2A |
| Octal | 55 | 317 | 10 | 116 | 0 | 140 | 23 | 155 | 135 | 52 |
| Binary | 101101 | 11001111 | 1000 | 1001110 | 0 | 1100000 | 10011 | 1101101 | 1011101 | 101010 |
Color Harmonies of #2DCF08
Complementary color
Monochromatic Colors of #2DCF08
Black with #2DCF08
Text Example
Text Example
White with #2DCF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCF08; }
p { color: rgb(45,207,8); }
H1.HeaderClassName
{
color: #2DCF08;
}
.AnyTagClassName
{
color: #2DCF08;
}
</style>
background-color css
<style>
a { background-color: #2DCF08; }
a { background-color: rgb(45,207,8); }
div.DivClassName
{
background-color: #2DCF08;
}
.BgClassName
{
background-color: #2DCF08;
}
</style>
border-color css
<style>
span { border-color: #2DCF08; }
span { border-color: rgb(45,207,8); }
td.TdClassName
{
border-color: #2DCF08;
}
.TagClassName
{
border-color: #2DCF08;
}
</style>