Shades of Lime Green #2CE127
Tints of Lime Green #2CE127
RGB
CMYK
RGB Variations
Color information
#2CE127 (or 0x2CE127) is known color: Lime Green. HEX triplet: 2C, E1 and 27. RGB value is (44,225,39). Sum of RGB (Red+Green+Blue) = 44+225+39=308 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.29% from 308); Green value is 225 (88.28% from 255 or 73.05% from 308); Blue value is 39 (15.62% from 255 or 12.66% from 308); Max value from RGB is 225 - color contains mainly: green. Hex color #2CE127 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CE127 is #D31ED8. Grayscale: #969696. Windows color (decimal): -13835993 or 2613548. OLE color: 2613548.
HSL color Cylindrical-coordinate representation of color #2CE127: hue angle of 118.39º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CE127 is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 44 | 225 | 39 | - |
| CMYK | 0.80 | 0 | 0.83 | 0.12 |
| HSL | 118.39º | 0.76% | 0.52% | - |
| HSV(B) | 118.39º | 0.83% | 0.88% | - |
| XYZ | 28.33 | 54.53 | 10.95 | - |
| YUV | 149.68 | 65.53 | 52.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 225 | 39 | 0.80 | 0 | 0.83 | 0.12 | 118.39 | 0.76 | 0.52 |
| Hex | 2C | E1 | 27 | 50 | 0 | 53 | C | 76 | 4C | 34 |
| Octal | 54 | 341 | 47 | 120 | 0 | 123 | 14 | 166 | 114 | 64 |
| Binary | 101100 | 11100001 | 100111 | 1010000 | 0 | 1010011 | 1100 | 1110110 | 1001100 | 110100 |
Color Harmonies of #2CE127
Complementary color
Monochromatic Colors of #2CE127
Black with #2CE127
Text Example
Text Example
White with #2CE127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE127; }
p { color: rgb(44,225,39); }
H1.HeaderClassName
{
color: #2CE127;
}
.AnyTagClassName
{
color: #2CE127;
}
</style>
background-color css
<style>
a { background-color: #2CE127; }
a { background-color: rgb(44,225,39); }
div.DivClassName
{
background-color: #2CE127;
}
.BgClassName
{
background-color: #2CE127;
}
</style>
border-color css
<style>
span { border-color: #2CE127; }
span { border-color: rgb(44,225,39); }
td.TdClassName
{
border-color: #2CE127;
}
.TagClassName
{
border-color: #2CE127;
}
</style>