Shades of Kelly Green #2CC00D
Tints of Kelly Green #2CC00D
RGB
CMYK
RGB Variations
Color information
#2CC00D (or 0x2CC00D) is known color: Kelly Green. HEX triplet: 2C, C0 and 0D. RGB value is (44,192,13). Sum of RGB (Red+Green+Blue) = 44+192+13=249 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.67% from 249); Green value is 192 (75.39% from 255 or 77.11% from 249); Blue value is 13 (5.47% from 255 or 5.22% from 249); Max value from RGB is 192 - color contains mainly: green. Hex color #2CC00D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CC00D is #D33FF2. Grayscale: #7F7F7F. Windows color (decimal): -13844467 or 901164. OLE color: 901164.
HSL color Cylindrical-coordinate representation of color #2CC00D: hue angle of 109.61º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2CC00D is Cyan = 0.77, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 192 | 13 | - |
| CMYK | 0.77 | 0 | 0.93 | 0.25 |
| HSL | 109.61º | 0.87% | 0.4% | - |
| HSV(B) | 109.61º | 0.93% | 0.75% | - |
| XYZ | 19.96 | 38.26 | 6.71 | - |
| YUV | 127.34 | 63.47 | 68.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 192 | 13 | 0.77 | 0 | 0.93 | 0.25 | 109.61 | 0.87 | 0.4 |
| Hex | 2C | C0 | D | 4D | 0 | 5D | 19 | 6E | 57 | 28 |
| Octal | 54 | 300 | 15 | 115 | 0 | 135 | 31 | 156 | 127 | 50 |
| Binary | 101100 | 11000000 | 1101 | 1001101 | 0 | 1011101 | 11001 | 1101110 | 1010111 | 101000 |
Color Harmonies of #2CC00D
Complementary color
Monochromatic Colors of #2CC00D
Black with #2CC00D
Text Example
Text Example
White with #2CC00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC00D; }
p { color: rgb(44,192,13); }
H1.HeaderClassName
{
color: #2CC00D;
}
.AnyTagClassName
{
color: #2CC00D;
}
</style>
background-color css
<style>
a { background-color: #2CC00D; }
a { background-color: rgb(44,192,13); }
div.DivClassName
{
background-color: #2CC00D;
}
.BgClassName
{
background-color: #2CC00D;
}
</style>
border-color css
<style>
span { border-color: #2CC00D; }
span { border-color: rgb(44,192,13); }
td.TdClassName
{
border-color: #2CC00D;
}
.TagClassName
{
border-color: #2CC00D;
}
</style>