Shades of Kelly Green #2CB318
Tints of Kelly Green #2CB318
RGB
CMYK
RGB Variations
Color information
#2CB318 (or 0x2CB318) is known color: Kelly Green. HEX triplet: 2C, B3 and 18. RGB value is (44,179,24). Sum of RGB (Red+Green+Blue) = 44+179+24=247 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.81% from 247); Green value is 179 (70.31% from 255 or 72.47% from 247); Blue value is 24 (9.77% from 255 or 9.72% from 247); Max value from RGB is 179 - color contains mainly: green. Hex color #2CB318 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CB318 is #D34CE7. Grayscale: #797979. Windows color (decimal): -13847784 or 1618732. OLE color: 1618732.
HSL color Cylindrical-coordinate representation of color #2CB318: hue angle of 112.26º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2CB318 is Cyan = 0.75, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 44 | 179 | 24 | - |
| CMYK | 0.75 | 0 | 0.87 | 0.30 |
| HSL | 112.26º | 0.76% | 0.4% | - |
| HSV(B) | 112.26º | 0.87% | 0.7% | - |
| XYZ | 17.32 | 32.84 | 6.29 | - |
| YUV | 120.97 | 73.27 | 73.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 179 | 24 | 0.75 | 0 | 0.87 | 0.30 | 112.26 | 0.76 | 0.4 |
| Hex | 2C | B3 | 18 | 4B | 0 | 57 | 1E | 70 | 4C | 28 |
| Octal | 54 | 263 | 30 | 113 | 0 | 127 | 36 | 160 | 114 | 50 |
| Binary | 101100 | 10110011 | 11000 | 1001011 | 0 | 1010111 | 11110 | 1110000 | 1001100 | 101000 |
Color Harmonies of #2CB318
Complementary color
Monochromatic Colors of #2CB318
Black with #2CB318
Text Example
Text Example
White with #2CB318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB318; }
p { color: rgb(44,179,24); }
H1.HeaderClassName
{
color: #2CB318;
}
.AnyTagClassName
{
color: #2CB318;
}
</style>
background-color css
<style>
a { background-color: #2CB318; }
a { background-color: rgb(44,179,24); }
div.DivClassName
{
background-color: #2CB318;
}
.BgClassName
{
background-color: #2CB318;
}
</style>
border-color css
<style>
span { border-color: #2CB318; }
span { border-color: rgb(44,179,24); }
td.TdClassName
{
border-color: #2CB318;
}
.TagClassName
{
border-color: #2CB318;
}
</style>