Shades of Kelly Green #2CB418
Tints of Kelly Green #2CB418
RGB
CMYK
RGB Variations
Color information
#2CB418 (or 0x2CB418) is known color: Kelly Green. HEX triplet: 2C, B4 and 18. RGB value is (44,180,24). Sum of RGB (Red+Green+Blue) = 44+180+24=248 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.74% from 248); Green value is 180 (70.70% from 255 or 72.58% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 180 - color contains mainly: green. Hex color #2CB418 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CB418 is #D34BE7. Grayscale: #7A7A7A. Windows color (decimal): -13847528 or 1618988. OLE color: 1618988.
HSL color Cylindrical-coordinate representation of color #2CB418: hue angle of 112.31º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2CB418 is Cyan = 0.76, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 44 | 180 | 24 | - |
| CMYK | 0.76 | 0 | 0.87 | 0.29 |
| HSL | 112.31º | 0.76% | 0.4% | - |
| HSV(B) | 112.31º | 0.87% | 0.71% | - |
| XYZ | 17.52 | 33.24 | 6.36 | - |
| YUV | 121.55 | 72.94 | 72.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 180 | 24 | 0.76 | 0 | 0.87 | 0.29 | 112.31 | 0.76 | 0.4 |
| Hex | 2C | B4 | 18 | 4C | 0 | 57 | 1D | 70 | 4C | 28 |
| Octal | 54 | 264 | 30 | 114 | 0 | 127 | 35 | 160 | 114 | 50 |
| Binary | 101100 | 10110100 | 11000 | 1001100 | 0 | 1010111 | 11101 | 1110000 | 1001100 | 101000 |
Color Harmonies of #2CB418
Complementary color
Monochromatic Colors of #2CB418
Black with #2CB418
Text Example
Text Example
White with #2CB418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB418; }
p { color: rgb(44,180,24); }
H1.HeaderClassName
{
color: #2CB418;
}
.AnyTagClassName
{
color: #2CB418;
}
</style>
background-color css
<style>
a { background-color: #2CB418; }
a { background-color: rgb(44,180,24); }
div.DivClassName
{
background-color: #2CB418;
}
.BgClassName
{
background-color: #2CB418;
}
</style>
border-color css
<style>
span { border-color: #2CB418; }
span { border-color: rgb(44,180,24); }
td.TdClassName
{
border-color: #2CB418;
}
.TagClassName
{
border-color: #2CB418;
}
</style>