Shades of Kelly Green #2CC20E
Tints of Kelly Green #2CC20E
RGB
CMYK
RGB Variations
Color information
#2CC20E (or 0x2CC20E) is known color: Kelly Green. HEX triplet: 2C, C2 and 0E. RGB value is (44,194,14). Sum of RGB (Red+Green+Blue) = 44+194+14=252 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.46% from 252); Green value is 194 (76.17% from 255 or 76.98% from 252); Blue value is 14 (5.86% from 255 or 5.56% from 252); Max value from RGB is 194 - color contains mainly: green. Hex color #2CC20E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CC20E is #D33DF1. Grayscale: #818181. Windows color (decimal): -13843954 or 967212. OLE color: 967212.
HSL color Cylindrical-coordinate representation of color #2CC20E: hue angle of 110º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2CC20E is Cyan = 0.77, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 44 | 194 | 14 | - |
| CMYK | 0.77 | 0 | 0.93 | 0.24 |
| HSL | 110º | 0.87% | 0.41% | - |
| HSV(B) | 110º | 0.93% | 0.76% | - |
| XYZ | 20.41 | 39.15 | 6.9 | - |
| YUV | 128.63 | 63.31 | 67.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 194 | 14 | 0.77 | 0 | 0.93 | 0.24 | 110 | 0.87 | 0.41 |
| Hex | 2C | C2 | E | 4D | 0 | 5D | 18 | 6E | 57 | 29 |
| Octal | 54 | 302 | 16 | 115 | 0 | 135 | 30 | 156 | 127 | 51 |
| Binary | 101100 | 11000010 | 1110 | 1001101 | 0 | 1011101 | 11000 | 1101110 | 1010111 | 101001 |
Color Harmonies of #2CC20E
Complementary color
Monochromatic Colors of #2CC20E
Black with #2CC20E
Text Example
Text Example
White with #2CC20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC20E; }
p { color: rgb(44,194,14); }
H1.HeaderClassName
{
color: #2CC20E;
}
.AnyTagClassName
{
color: #2CC20E;
}
</style>
background-color css
<style>
a { background-color: #2CC20E; }
a { background-color: rgb(44,194,14); }
div.DivClassName
{
background-color: #2CC20E;
}
.BgClassName
{
background-color: #2CC20E;
}
</style>
border-color css
<style>
span { border-color: #2CC20E; }
span { border-color: rgb(44,194,14); }
td.TdClassName
{
border-color: #2CC20E;
}
.TagClassName
{
border-color: #2CC20E;
}
</style>