Shades of Lime Green #2CCA12
Tints of Lime Green #2CCA12
RGB
CMYK
RGB Variations
Color information
#2CCA12 (or 0x2CCA12) is known color: Lime Green. HEX triplet: 2C, CA and 12. RGB value is (44,202,18). Sum of RGB (Red+Green+Blue) = 44+202+18=264 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.67% from 264); Green value is 202 (79.30% from 255 or 76.52% from 264); Blue value is 18 (7.42% from 255 or 6.82% from 264); Max value from RGB is 202 - color contains mainly: green. Hex color #2CCA12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CCA12 is #D335ED. Grayscale: #868686. Windows color (decimal): -13841902 or 1231404. OLE color: 1231404.
HSL color Cylindrical-coordinate representation of color #2CCA12: hue angle of 111.52º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2CCA12 is Cyan = 0.78, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 44 | 202 | 18 | - |
| CMYK | 0.78 | 0 | 0.91 | 0.21 |
| HSL | 111.52º | 0.84% | 0.43% | - |
| HSV(B) | 111.52º | 0.91% | 0.79% | - |
| XYZ | 22.27 | 42.82 | 7.66 | - |
| YUV | 133.78 | 62.65 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 202 | 18 | 0.78 | 0 | 0.91 | 0.21 | 111.52 | 0.84 | 0.43 |
| Hex | 2C | CA | 12 | 4E | 0 | 5B | 15 | 70 | 54 | 2B |
| Octal | 54 | 312 | 22 | 116 | 0 | 133 | 25 | 160 | 124 | 53 |
| Binary | 101100 | 11001010 | 10010 | 1001110 | 0 | 1011011 | 10101 | 1110000 | 1010100 | 101011 |
Color Harmonies of #2CCA12
Complementary color
Monochromatic Colors of #2CCA12
Black with #2CCA12
Text Example
Text Example
White with #2CCA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCA12; }
p { color: rgb(44,202,18); }
H1.HeaderClassName
{
color: #2CCA12;
}
.AnyTagClassName
{
color: #2CCA12;
}
</style>
background-color css
<style>
a { background-color: #2CCA12; }
a { background-color: rgb(44,202,18); }
div.DivClassName
{
background-color: #2CCA12;
}
.BgClassName
{
background-color: #2CCA12;
}
</style>
border-color css
<style>
span { border-color: #2CCA12; }
span { border-color: rgb(44,202,18); }
td.TdClassName
{
border-color: #2CCA12;
}
.TagClassName
{
border-color: #2CCA12;
}
</style>