Shades of Lime Green #2CE427
Tints of Lime Green #2CE427
RGB
CMYK
RGB Variations
Color information
#2CE427 (or 0x2CE427) is known color: Lime Green. HEX triplet: 2C, E4 and 27. RGB value is (44,228,39). Sum of RGB (Red+Green+Blue) = 44+228+39=311 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.15% from 311); Green value is 228 (89.45% from 255 or 73.31% from 311); Blue value is 39 (15.62% from 255 or 12.54% from 311); Max value from RGB is 228 - color contains mainly: green. Hex color #2CE427 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CE427 is #D31BD8. Grayscale: #989898. Windows color (decimal): -13835225 or 2614316. OLE color: 2614316.
HSL color Cylindrical-coordinate representation of color #2CE427: hue angle of 118.41º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CE427 is Cyan = 0.81, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 44 | 228 | 39 | - |
| CMYK | 0.81 | 0 | 0.83 | 0.11 |
| HSL | 118.41º | 0.78% | 0.52% | - |
| HSV(B) | 118.41º | 0.83% | 0.89% | - |
| XYZ | 29.15 | 56.17 | 11.22 | - |
| YUV | 151.44 | 64.54 | 51.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 228 | 39 | 0.81 | 0 | 0.83 | 0.11 | 118.41 | 0.78 | 0.52 |
| Hex | 2C | E4 | 27 | 51 | 0 | 53 | B | 76 | 4E | 34 |
| Octal | 54 | 344 | 47 | 121 | 0 | 123 | 13 | 166 | 116 | 64 |
| Binary | 101100 | 11100100 | 100111 | 1010001 | 0 | 1010011 | 1011 | 1110110 | 1001110 | 110100 |
Color Harmonies of #2CE427
Complementary color
Monochromatic Colors of #2CE427
Black with #2CE427
Text Example
Text Example
White with #2CE427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE427; }
p { color: rgb(44,228,39); }
H1.HeaderClassName
{
color: #2CE427;
}
.AnyTagClassName
{
color: #2CE427;
}
</style>
background-color css
<style>
a { background-color: #2CE427; }
a { background-color: rgb(44,228,39); }
div.DivClassName
{
background-color: #2CE427;
}
.BgClassName
{
background-color: #2CE427;
}
</style>
border-color css
<style>
span { border-color: #2CE427; }
span { border-color: rgb(44,228,39); }
td.TdClassName
{
border-color: #2CE427;
}
.TagClassName
{
border-color: #2CE427;
}
</style>