Shades of Lime Green #2CEA38
Tints of Lime Green #2CEA38
RGB
CMYK
RGB Variations
Color information
#2CEA38 (or 0x2CEA38) is known color: Lime Green. HEX triplet: 2C, EA and 38. RGB value is (44,234,56). Sum of RGB (Red+Green+Blue) = 44+234+56=334 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.17% from 334); Green value is 234 (91.80% from 255 or 70.06% from 334); Blue value is 56 (22.27% from 255 or 16.77% from 334); Max value from RGB is 234 - color contains mainly: green. Hex color #2CEA38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CEA38 is #D315C7. Grayscale: #9D9D9D. Windows color (decimal): -13833672 or 3729964. OLE color: 3729964.
HSL color Cylindrical-coordinate representation of color #2CEA38: hue angle of 123.79º 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 #2CEA38 is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 234 | 56 | - |
| CMYK | 0.81 | 0 | 0.76 | 0.08 |
| HSL | 123.79º | 0.82% | 0.55% | - |
| HSV(B) | 123.79º | 0.81% | 0.92% | - |
| XYZ | 31.18 | 59.67 | 13.62 | - |
| YUV | 156.9 | 71.05 | 47.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 234 | 56 | 0.81 | 0 | 0.76 | 0.08 | 123.79 | 0.82 | 0.55 |
| Hex | 2C | EA | 38 | 51 | 0 | 4C | 8 | 7C | 52 | 37 |
| Octal | 54 | 352 | 70 | 121 | 0 | 114 | 10 | 174 | 122 | 67 |
| Binary | 101100 | 11101010 | 111000 | 1010001 | 0 | 1001100 | 1000 | 1111100 | 1010010 | 110111 |
Color Harmonies of #2CEA38
Complementary color
Monochromatic Colors of #2CEA38
Black with #2CEA38
Text Example
Text Example
White with #2CEA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEA38; }
p { color: rgb(44,234,56); }
H1.HeaderClassName
{
color: #2CEA38;
}
.AnyTagClassName
{
color: #2CEA38;
}
</style>
background-color css
<style>
a { background-color: #2CEA38; }
a { background-color: rgb(44,234,56); }
div.DivClassName
{
background-color: #2CEA38;
}
.BgClassName
{
background-color: #2CEA38;
}
</style>
border-color css
<style>
span { border-color: #2CEA38; }
span { border-color: rgb(44,234,56); }
td.TdClassName
{
border-color: #2CEA38;
}
.TagClassName
{
border-color: #2CEA38;
}
</style>