Shades of Lime Green #2CE827
Tints of Lime Green #2CE827
RGB
CMYK
RGB Variations
Color information
#2CE827 (or 0x2CE827) is known color: Lime Green. HEX triplet: 2C, E8 and 27. RGB value is (44,232,39). Sum of RGB (Red+Green+Blue) = 44+232+39=315 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.97% from 315); Green value is 232 (91.02% from 255 or 73.65% from 315); Blue value is 39 (15.62% from 255 or 12.38% from 315); Max value from RGB is 232 - color contains mainly: green. Hex color #2CE827 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CE827 is #D317D8. Grayscale: #9A9A9A. Windows color (decimal): -13834201 or 2615340. OLE color: 2615340.
HSL color Cylindrical-coordinate representation of color #2CE827: hue angle of 118.45º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CE827 is Cyan = 0.81, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 44 | 232 | 39 | - |
| CMYK | 0.81 | 0 | 0.83 | 0.09 |
| HSL | 118.45º | 0.81% | 0.53% | - |
| HSV(B) | 118.45º | 0.83% | 0.91% | - |
| XYZ | 30.26 | 58.4 | 11.6 | - |
| YUV | 153.79 | 63.22 | 49.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 232 | 39 | 0.81 | 0 | 0.83 | 0.09 | 118.45 | 0.81 | 0.53 |
| Hex | 2C | E8 | 27 | 51 | 0 | 53 | 9 | 76 | 51 | 35 |
| Octal | 54 | 350 | 47 | 121 | 0 | 123 | 11 | 166 | 121 | 65 |
| Binary | 101100 | 11101000 | 100111 | 1010001 | 0 | 1010011 | 1001 | 1110110 | 1010001 | 110101 |
Color Harmonies of #2CE827
Complementary color
Monochromatic Colors of #2CE827
Black with #2CE827
Text Example
Text Example
White with #2CE827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE827; }
p { color: rgb(44,232,39); }
H1.HeaderClassName
{
color: #2CE827;
}
.AnyTagClassName
{
color: #2CE827;
}
</style>
background-color css
<style>
a { background-color: #2CE827; }
a { background-color: rgb(44,232,39); }
div.DivClassName
{
background-color: #2CE827;
}
.BgClassName
{
background-color: #2CE827;
}
</style>
border-color css
<style>
span { border-color: #2CE827; }
span { border-color: rgb(44,232,39); }
td.TdClassName
{
border-color: #2CE827;
}
.TagClassName
{
border-color: #2CE827;
}
</style>