Shades of Kelly Green #2CC004
Tints of Kelly Green #2CC004
RGB
CMYK
RGB Variations
Color information
#2CC004 (or 0x2CC004) is known color: Kelly Green. HEX triplet: 2C, C0 and 04. RGB value is (44,192,4). Sum of RGB (Red+Green+Blue) = 44+192+4=240 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.33% from 240); Green value is 192 (75.39% from 255 or 80% from 240); Blue value is 4 (1.95% from 255 or 1.67% from 240); Max value from RGB is 192 - color contains mainly: green. Hex color #2CC004 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CC004 is #D33FFB. Grayscale: #7E7E7E. Windows color (decimal): -13844476 or 311340. OLE color: 311340.
HSL color Cylindrical-coordinate representation of color #2CC004: hue angle of 107.23º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2CC004 is Cyan = 0.77, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 192 | 4 | - |
| CMYK | 0.77 | 0 | 0.98 | 0.25 |
| HSL | 107.23º | 0.96% | 0.38% | - |
| HSV(B) | 107.23º | 0.98% | 0.75% | - |
| XYZ | 19.91 | 38.24 | 6.45 | - |
| YUV | 126.32 | 58.97 | 69.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 192 | 4 | 0.77 | 0 | 0.98 | 0.25 | 107.23 | 0.96 | 0.38 |
| Hex | 2C | C0 | 4 | 4D | 0 | 62 | 19 | 6B | 60 | 26 |
| Octal | 54 | 300 | 4 | 115 | 0 | 142 | 31 | 153 | 140 | 46 |
| Binary | 101100 | 11000000 | 100 | 1001101 | 0 | 1100010 | 11001 | 1101011 | 1100000 | 100110 |
Color Harmonies of #2CC004
Complementary color
Monochromatic Colors of #2CC004
Black with #2CC004
Text Example
Text Example
White with #2CC004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC004; }
p { color: rgb(44,192,4); }
H1.HeaderClassName
{
color: #2CC004;
}
.AnyTagClassName
{
color: #2CC004;
}
</style>
background-color css
<style>
a { background-color: #2CC004; }
a { background-color: rgb(44,192,4); }
div.DivClassName
{
background-color: #2CC004;
}
.BgClassName
{
background-color: #2CC004;
}
</style>
border-color css
<style>
span { border-color: #2CC004; }
span { border-color: rgb(44,192,4); }
td.TdClassName
{
border-color: #2CC004;
}
.TagClassName
{
border-color: #2CC004;
}
</style>