Shades of Lime Green #2CCC18
Tints of Lime Green #2CCC18
RGB
CMYK
RGB Variations
Color information
#2CCC18 (or 0x2CCC18) is known color: Lime Green. HEX triplet: 2C, CC and 18. RGB value is (44,204,24). Sum of RGB (Red+Green+Blue) = 44+204+24=272 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.18% from 272); Green value is 204 (80.08% from 255 or 75% from 272); Blue value is 24 (9.77% from 255 or 8.82% from 272); Max value from RGB is 204 - color contains mainly: green. Hex color #2CCC18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CCC18 is #D333E7. Grayscale: #888888. Windows color (decimal): -13841384 or 1625132. OLE color: 1625132.
HSL color Cylindrical-coordinate representation of color #2CCC18: hue angle of 113.33º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2CCC18 is Cyan = 0.78, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 44 | 204 | 24 | - |
| CMYK | 0.78 | 0 | 0.88 | 0.2 |
| HSL | 113.33º | 0.79% | 0.45% | - |
| HSV(B) | 113.33º | 0.88% | 0.8% | - |
| XYZ | 22.8 | 43.79 | 8.11 | - |
| YUV | 135.64 | 64.99 | 62.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 204 | 24 | 0.78 | 0 | 0.88 | 0.2 | 113.33 | 0.79 | 0.45 |
| Hex | 2C | CC | 18 | 4E | 0 | 58 | 14 | 71 | 4F | 2D |
| Octal | 54 | 314 | 30 | 116 | 0 | 130 | 24 | 161 | 117 | 55 |
| Binary | 101100 | 11001100 | 11000 | 1001110 | 0 | 1011000 | 10100 | 1110001 | 1001111 | 101101 |
Color Harmonies of #2CCC18
Complementary color
Monochromatic Colors of #2CCC18
Black with #2CCC18
Text Example
Text Example
White with #2CCC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCC18; }
p { color: rgb(44,204,24); }
H1.HeaderClassName
{
color: #2CCC18;
}
.AnyTagClassName
{
color: #2CCC18;
}
</style>
background-color css
<style>
a { background-color: #2CCC18; }
a { background-color: rgb(44,204,24); }
div.DivClassName
{
background-color: #2CCC18;
}
.BgClassName
{
background-color: #2CCC18;
}
</style>
border-color css
<style>
span { border-color: #2CCC18; }
span { border-color: rgb(44,204,24); }
td.TdClassName
{
border-color: #2CCC18;
}
.TagClassName
{
border-color: #2CCC18;
}
</style>