Shades of Kelly Green #2DCF00
Tints of Kelly Green #2DCF00
RGB
CMYK
RGB Variations
Color information
#2DCF00 (or 0x2DCF00) is known color: Kelly Green. HEX triplet: 2D, CF and 00. RGB value is (45,207,0). Sum of RGB (Red+Green+Blue) = 45+207+0=252 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.86% from 252); Green value is 207 (81.25% from 255 or 82.14% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 207 - color contains mainly: green. Hex color #2DCF00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DCF00 is #D230FF. Grayscale: #878787. Windows color (decimal): -13775104 or 53037. OLE color: 53037.
HSL color Cylindrical-coordinate representation of color #2DCF00: hue angle of 106.96º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2DCF00 is Cyan = 0.78, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 207 | 0 | - |
| CMYK | 0.78 | 0 | 1 | 0.19 |
| HSL | 106.96º | 1% | 0.41% | - |
| HSV(B) | 106.96º | 1% | 0.81% | - |
| XYZ | 23.4 | 45.18 | 7.49 | - |
| YUV | 134.96 | 51.83 | 63.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 207 | 0 | 0.78 | 0 | 1 | 0.19 | 106.96 | 1 | 0.41 |
| Hex | 2D | CF | 0 | 4E | 0 | 64 | 13 | 6B | 64 | 29 |
| Octal | 55 | 317 | 0 | 116 | 0 | 144 | 23 | 153 | 144 | 51 |
| Binary | 101101 | 11001111 | 0 | 1001110 | 0 | 1100100 | 10011 | 1101011 | 1100100 | 101001 |
Color Harmonies of #2DCF00
Complementary color
Monochromatic Colors of #2DCF00
Black with #2DCF00
Text Example
Text Example
White with #2DCF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCF00; }
p { color: rgb(45,207,0); }
H1.HeaderClassName
{
color: #2DCF00;
}
.AnyTagClassName
{
color: #2DCF00;
}
</style>
background-color css
<style>
a { background-color: #2DCF00; }
a { background-color: rgb(45,207,0); }
div.DivClassName
{
background-color: #2DCF00;
}
.BgClassName
{
background-color: #2DCF00;
}
</style>
border-color css
<style>
span { border-color: #2DCF00; }
span { border-color: rgb(45,207,0); }
td.TdClassName
{
border-color: #2DCF00;
}
.TagClassName
{
border-color: #2DCF00;
}
</style>