Shades of Kelly Green #2CC504
Tints of Kelly Green #2CC504
RGB
CMYK
RGB Variations
Color information
#2CC504 (or 0x2CC504) is known color: Kelly Green. HEX triplet: 2C, C5 and 04. RGB value is (44,197,4). Sum of RGB (Red+Green+Blue) = 44+197+4=245 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.96% from 245); Green value is 197 (77.34% from 255 or 80.41% from 245); Blue value is 4 (1.95% from 255 or 1.63% from 245); Max value from RGB is 197 - color contains mainly: green. Hex color #2CC504 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CC504 is #D33AFB. Grayscale: #818181. Windows color (decimal): -13843196 or 312620. OLE color: 312620.
HSL color Cylindrical-coordinate representation of color #2CC504: hue angle of 107.56º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2CC504 is Cyan = 0.78, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 44 | 197 | 4 | - |
| CMYK | 0.78 | 0 | 0.98 | 0.23 |
| HSL | 107.56º | 0.96% | 0.39% | - |
| HSV(B) | 107.56º | 0.98% | 0.77% | - |
| XYZ | 21.03 | 40.48 | 6.82 | - |
| YUV | 129.25 | 57.31 | 67.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 197 | 4 | 0.78 | 0 | 0.98 | 0.23 | 107.56 | 0.96 | 0.39 |
| Hex | 2C | C5 | 4 | 4E | 0 | 62 | 17 | 6C | 60 | 27 |
| Octal | 54 | 305 | 4 | 116 | 0 | 142 | 27 | 154 | 140 | 47 |
| Binary | 101100 | 11000101 | 100 | 1001110 | 0 | 1100010 | 10111 | 1101100 | 1100000 | 100111 |
Color Harmonies of #2CC504
Complementary color
Monochromatic Colors of #2CC504
Black with #2CC504
Text Example
Text Example
White with #2CC504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC504; }
p { color: rgb(44,197,4); }
H1.HeaderClassName
{
color: #2CC504;
}
.AnyTagClassName
{
color: #2CC504;
}
</style>
background-color css
<style>
a { background-color: #2CC504; }
a { background-color: rgb(44,197,4); }
div.DivClassName
{
background-color: #2CC504;
}
.BgClassName
{
background-color: #2CC504;
}
</style>
border-color css
<style>
span { border-color: #2CC504; }
span { border-color: rgb(44,197,4); }
td.TdClassName
{
border-color: #2CC504;
}
.TagClassName
{
border-color: #2CC504;
}
</style>