Shades of Lime Green #2CEC42
Tints of Lime Green #2CEC42
RGB
CMYK
RGB Variations
Color information
#2CEC42 (or 0x2CEC42) is known color: Lime Green. HEX triplet: 2C, EC and 42. RGB value is (44,236,66). Sum of RGB (Red+Green+Blue) = 44+236+66=346 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.72% from 346); Green value is 236 (92.58% from 255 or 68.21% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 236 - color contains mainly: green. Hex color #2CEC42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CEC42 is #D313BD. Grayscale: #9F9F9F. Windows color (decimal): -13833150 or 4385836. OLE color: 4385836.
HSL color Cylindrical-coordinate representation of color #2CEC42: hue angle of 126.87º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CEC42 is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 236 | 66 | - |
| CMYK | 0.81 | 0 | 0.72 | 0.07 |
| HSL | 126.88º | 0.83% | 0.55% | - |
| HSV(B) | 126.88º | 0.81% | 0.93% | - |
| XYZ | 32.02 | 60.92 | 15.23 | - |
| YUV | 159.21 | 75.39 | 45.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 236 | 66 | 0.81 | 0 | 0.72 | 0.07 | 126.88 | 0.83 | 0.55 |
| Hex | 2C | EC | 42 | 51 | 0 | 48 | 7 | 7F | 53 | 37 |
| Octal | 54 | 354 | 102 | 121 | 0 | 110 | 7 | 177 | 123 | 67 |
| Binary | 101100 | 11101100 | 1000010 | 1010001 | 0 | 1001000 | 111 | 1111111 | 1010011 | 110111 |
Color Harmonies of #2CEC42
Complementary color
Monochromatic Colors of #2CEC42
Black with #2CEC42
Text Example
Text Example
White with #2CEC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEC42; }
p { color: rgb(44,236,66); }
H1.HeaderClassName
{
color: #2CEC42;
}
.AnyTagClassName
{
color: #2CEC42;
}
</style>
background-color css
<style>
a { background-color: #2CEC42; }
a { background-color: rgb(44,236,66); }
div.DivClassName
{
background-color: #2CEC42;
}
.BgClassName
{
background-color: #2CEC42;
}
</style>
border-color css
<style>
span { border-color: #2CEC42; }
span { border-color: rgb(44,236,66); }
td.TdClassName
{
border-color: #2CEC42;
}
.TagClassName
{
border-color: #2CEC42;
}
</style>