Shades of Lime Green #2CE428
Tints of Lime Green #2CE428
RGB
CMYK
RGB Variations
Color information
#2CE428 (or 0x2CE428) is known color: Lime Green. HEX triplet: 2C, E4 and 28. RGB value is (44,228,40). Sum of RGB (Red+Green+Blue) = 44+228+40=312 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.10% from 312); Green value is 228 (89.45% from 255 or 73.08% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 228 - color contains mainly: green. Hex color #2CE428 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CE428 is #D31BD7. Grayscale: #989898. Windows color (decimal): -13835224 or 2679852. OLE color: 2679852.
HSL color Cylindrical-coordinate representation of color #2CE428: hue angle of 118.72º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CE428 is Cyan = 0.81, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 44 | 228 | 40 | - |
| CMYK | 0.81 | 0 | 0.82 | 0.11 |
| HSL | 118.72º | 0.78% | 0.53% | - |
| HSV(B) | 118.72º | 0.82% | 0.89% | - |
| XYZ | 29.17 | 56.18 | 11.31 | - |
| YUV | 151.55 | 65.04 | 51.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 228 | 40 | 0.81 | 0 | 0.82 | 0.11 | 118.72 | 0.78 | 0.53 |
| Hex | 2C | E4 | 28 | 51 | 0 | 52 | B | 77 | 4E | 35 |
| Octal | 54 | 344 | 50 | 121 | 0 | 122 | 13 | 167 | 116 | 65 |
| Binary | 101100 | 11100100 | 101000 | 1010001 | 0 | 1010010 | 1011 | 1110111 | 1001110 | 110101 |
Color Harmonies of #2CE428
Complementary color
Monochromatic Colors of #2CE428
Black with #2CE428
Text Example
Text Example
White with #2CE428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE428; }
p { color: rgb(44,228,40); }
H1.HeaderClassName
{
color: #2CE428;
}
.AnyTagClassName
{
color: #2CE428;
}
</style>
background-color css
<style>
a { background-color: #2CE428; }
a { background-color: rgb(44,228,40); }
div.DivClassName
{
background-color: #2CE428;
}
.BgClassName
{
background-color: #2CE428;
}
</style>
border-color css
<style>
span { border-color: #2CE428; }
span { border-color: rgb(44,228,40); }
td.TdClassName
{
border-color: #2CE428;
}
.TagClassName
{
border-color: #2CE428;
}
</style>