Shades of Lime Green #2CEA3F
Tints of Lime Green #2CEA3F
RGB
CMYK
RGB Variations
Color information
#2CEA3F (or 0x2CEA3F) is known color: Lime Green. HEX triplet: 2C, EA and 3F. RGB value is (44,234,63). Sum of RGB (Red+Green+Blue) = 44+234+63=341 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.90% from 341); Green value is 234 (91.80% from 255 or 68.62% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 234 - color contains mainly: green. Hex color #2CEA3F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CEA3F is #D315C0. Grayscale: #9E9E9E. Windows color (decimal): -13833665 or 4188716. OLE color: 4188716.
HSL color Cylindrical-coordinate representation of color #2CEA3F: hue angle of 126º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CEA3F is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 234 | 63 | - |
| CMYK | 0.81 | 0 | 0.73 | 0.08 |
| HSL | 126º | 0.82% | 0.55% | - |
| HSV(B) | 126º | 0.81% | 0.92% | - |
| XYZ | 31.36 | 59.74 | 14.58 | - |
| YUV | 157.7 | 74.55 | 46.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 234 | 63 | 0.81 | 0 | 0.73 | 0.08 | 126 | 0.82 | 0.55 |
| Hex | 2C | EA | 3F | 51 | 0 | 49 | 8 | 7E | 52 | 37 |
| Octal | 54 | 352 | 77 | 121 | 0 | 111 | 10 | 176 | 122 | 67 |
| Binary | 101100 | 11101010 | 111111 | 1010001 | 0 | 1001001 | 1000 | 1111110 | 1010010 | 110111 |
Color Harmonies of #2CEA3F
Complementary color
Monochromatic Colors of #2CEA3F
Black with #2CEA3F
Text Example
Text Example
White with #2CEA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEA3F; }
p { color: rgb(44,234,63); }
H1.HeaderClassName
{
color: #2CEA3F;
}
.AnyTagClassName
{
color: #2CEA3F;
}
</style>
background-color css
<style>
a { background-color: #2CEA3F; }
a { background-color: rgb(44,234,63); }
div.DivClassName
{
background-color: #2CEA3F;
}
.BgClassName
{
background-color: #2CEA3F;
}
</style>
border-color css
<style>
span { border-color: #2CEA3F; }
span { border-color: rgb(44,234,63); }
td.TdClassName
{
border-color: #2CEA3F;
}
.TagClassName
{
border-color: #2CEA3F;
}
</style>