Shades of Lime Green #2CE242
Tints of Lime Green #2CE242
RGB
CMYK
RGB Variations
Color information
#2CE242 (or 0x2CE242) is known color: Lime Green. HEX triplet: 2C, E2 and 42. RGB value is (44,226,66). Sum of RGB (Red+Green+Blue) = 44+226+66=336 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.10% from 336); Green value is 226 (88.67% from 255 or 67.26% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 226 - color contains mainly: green. Hex color #2CE242 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CE242 is #D31DBD. Grayscale: #999999. Windows color (decimal): -13835710 or 4383276. OLE color: 4383276.
HSL color Cylindrical-coordinate representation of color #2CE242: hue angle of 127.25º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE242 is Cyan = 0.81, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 44 | 226 | 66 | - |
| CMYK | 0.81 | 0 | 0.71 | 0.11 |
| HSL | 127.25º | 0.76% | 0.53% | - |
| HSV(B) | 127.25º | 0.81% | 0.89% | - |
| XYZ | 29.22 | 55.32 | 14.29 | - |
| YUV | 153.34 | 78.7 | 50.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 226 | 66 | 0.81 | 0 | 0.71 | 0.11 | 127.25 | 0.76 | 0.53 |
| Hex | 2C | E2 | 42 | 51 | 0 | 47 | B | 7F | 4C | 35 |
| Octal | 54 | 342 | 102 | 121 | 0 | 107 | 13 | 177 | 114 | 65 |
| Binary | 101100 | 11100010 | 1000010 | 1010001 | 0 | 1000111 | 1011 | 1111111 | 1001100 | 110101 |
Color Harmonies of #2CE242
Complementary color
Monochromatic Colors of #2CE242
Black with #2CE242
Text Example
Text Example
White with #2CE242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE242; }
p { color: rgb(44,226,66); }
H1.HeaderClassName
{
color: #2CE242;
}
.AnyTagClassName
{
color: #2CE242;
}
</style>
background-color css
<style>
a { background-color: #2CE242; }
a { background-color: rgb(44,226,66); }
div.DivClassName
{
background-color: #2CE242;
}
.BgClassName
{
background-color: #2CE242;
}
</style>
border-color css
<style>
span { border-color: #2CE242; }
span { border-color: rgb(44,226,66); }
td.TdClassName
{
border-color: #2CE242;
}
.TagClassName
{
border-color: #2CE242;
}
</style>