Shades of Lime Green #2CE438
Tints of Lime Green #2CE438
RGB
CMYK
RGB Variations
Color information
#2CE438 (or 0x2CE438) is known color: Lime Green. HEX triplet: 2C, E4 and 38. RGB value is (44,228,56). Sum of RGB (Red+Green+Blue) = 44+228+56=328 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.41% from 328); Green value is 228 (89.45% from 255 or 69.51% from 328); Blue value is 56 (22.27% from 255 or 17.07% from 328); Max value from RGB is 228 - color contains mainly: green. Hex color #2CE438 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CE438 is #D31BC7. Grayscale: #999999. Windows color (decimal): -13835208 or 3728428. OLE color: 3728428.
HSL color Cylindrical-coordinate representation of color #2CE438: hue angle of 123.91º degrees, saturation: 0.77, 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 #2CE438 is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 44 | 228 | 56 | - |
| CMYK | 0.81 | 0 | 0.75 | 0.11 |
| HSL | 123.91º | 0.77% | 0.53% | - |
| HSV(B) | 123.91º | 0.81% | 0.89% | - |
| XYZ | 29.5 | 56.31 | 13.06 | - |
| YUV | 153.38 | 73.04 | 49.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 228 | 56 | 0.81 | 0 | 0.75 | 0.11 | 123.91 | 0.77 | 0.53 |
| Hex | 2C | E4 | 38 | 51 | 0 | 4B | B | 7C | 4D | 35 |
| Octal | 54 | 344 | 70 | 121 | 0 | 113 | 13 | 174 | 115 | 65 |
| Binary | 101100 | 11100100 | 111000 | 1010001 | 0 | 1001011 | 1011 | 1111100 | 1001101 | 110101 |
Color Harmonies of #2CE438
Complementary color
Monochromatic Colors of #2CE438
Black with #2CE438
Text Example
Text Example
White with #2CE438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE438; }
p { color: rgb(44,228,56); }
H1.HeaderClassName
{
color: #2CE438;
}
.AnyTagClassName
{
color: #2CE438;
}
</style>
background-color css
<style>
a { background-color: #2CE438; }
a { background-color: rgb(44,228,56); }
div.DivClassName
{
background-color: #2CE438;
}
.BgClassName
{
background-color: #2CE438;
}
</style>
border-color css
<style>
span { border-color: #2CE438; }
span { border-color: rgb(44,228,56); }
td.TdClassName
{
border-color: #2CE438;
}
.TagClassName
{
border-color: #2CE438;
}
</style>