Shades of Lime Green #2CCC24
Tints of Lime Green #2CCC24
RGB
CMYK
RGB Variations
Color information
#2CCC24 (or 0x2CCC24) is known color: Lime Green. HEX triplet: 2C, CC and 24. RGB value is (44,204,36). Sum of RGB (Red+Green+Blue) = 44+204+36=284 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.49% from 284); Green value is 204 (80.08% from 255 or 71.83% from 284); Blue value is 36 (14.45% from 255 or 12.68% from 284); Max value from RGB is 204 - color contains mainly: green. Hex color #2CCC24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CCC24 is #D333DB. Grayscale: #898989. Windows color (decimal): -13841372 or 2411564. OLE color: 2411564.
HSL color Cylindrical-coordinate representation of color #2CCC24: hue angle of 117.14º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CCC24 is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 44 | 204 | 36 | - |
| CMYK | 0.78 | 0 | 0.82 | 0.2 |
| HSL | 117.14º | 0.7% | 0.47% | - |
| HSV(B) | 117.14º | 0.82% | 0.8% | - |
| XYZ | 22.95 | 43.85 | 8.92 | - |
| YUV | 137.01 | 70.99 | 61.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 204 | 36 | 0.78 | 0 | 0.82 | 0.2 | 117.14 | 0.7 | 0.47 |
| Hex | 2C | CC | 24 | 4E | 0 | 52 | 14 | 75 | 46 | 2F |
| Octal | 54 | 314 | 44 | 116 | 0 | 122 | 24 | 165 | 106 | 57 |
| Binary | 101100 | 11001100 | 100100 | 1001110 | 0 | 1010010 | 10100 | 1110101 | 1000110 | 101111 |
Color Harmonies of #2CCC24
Complementary color
Monochromatic Colors of #2CCC24
Black with #2CCC24
Text Example
Text Example
White with #2CCC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCC24; }
p { color: rgb(44,204,36); }
H1.HeaderClassName
{
color: #2CCC24;
}
.AnyTagClassName
{
color: #2CCC24;
}
</style>
background-color css
<style>
a { background-color: #2CCC24; }
a { background-color: rgb(44,204,36); }
div.DivClassName
{
background-color: #2CCC24;
}
.BgClassName
{
background-color: #2CCC24;
}
</style>
border-color css
<style>
span { border-color: #2CCC24; }
span { border-color: rgb(44,204,36); }
td.TdClassName
{
border-color: #2CCC24;
}
.TagClassName
{
border-color: #2CCC24;
}
</style>