Shades of Kelly Green #2DC00F
Tints of Kelly Green #2DC00F
RGB
CMYK
RGB Variations
Color information
#2DC00F (or 0x2DC00F) is known color: Kelly Green. HEX triplet: 2D, C0 and 0F. RGB value is (45,192,15). Sum of RGB (Red+Green+Blue) = 45+192+15=252 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.86% from 252); Green value is 192 (75.39% from 255 or 76.19% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC00F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DC00F is #D23FF0. Grayscale: #808080. Windows color (decimal): -13778929 or 1032237. OLE color: 1032237.
HSL color Cylindrical-coordinate representation of color #2DC00F: hue angle of 109.83º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2DC00F is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 192 | 15 | - |
| CMYK | 0.77 | 0 | 0.92 | 0.25 |
| HSL | 109.83º | 0.86% | 0.41% | - |
| HSV(B) | 109.83º | 0.92% | 0.75% | - |
| XYZ | 20.02 | 38.29 | 6.79 | - |
| YUV | 127.87 | 64.3 | 68.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 192 | 15 | 0.77 | 0 | 0.92 | 0.25 | 109.83 | 0.86 | 0.41 |
| Hex | 2D | C0 | F | 4D | 0 | 5C | 19 | 6E | 56 | 29 |
| Octal | 55 | 300 | 17 | 115 | 0 | 134 | 31 | 156 | 126 | 51 |
| Binary | 101101 | 11000000 | 1111 | 1001101 | 0 | 1011100 | 11001 | 1101110 | 1010110 | 101001 |
Color Harmonies of #2DC00F
Complementary color
Monochromatic Colors of #2DC00F
Black with #2DC00F
Text Example
Text Example
White with #2DC00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC00F; }
p { color: rgb(45,192,15); }
H1.HeaderClassName
{
color: #2DC00F;
}
.AnyTagClassName
{
color: #2DC00F;
}
</style>
background-color css
<style>
a { background-color: #2DC00F; }
a { background-color: rgb(45,192,15); }
div.DivClassName
{
background-color: #2DC00F;
}
.BgClassName
{
background-color: #2DC00F;
}
</style>
border-color css
<style>
span { border-color: #2DC00F; }
span { border-color: rgb(45,192,15); }
td.TdClassName
{
border-color: #2DC00F;
}
.TagClassName
{
border-color: #2DC00F;
}
</style>