Shades of Lime Green #2CE231
Tints of Lime Green #2CE231
RGB
CMYK
RGB Variations
Color information
#2CE231 (or 0x2CE231) is known color: Lime Green. HEX triplet: 2C, E2 and 31. RGB value is (44,226,49). Sum of RGB (Red+Green+Blue) = 44+226+49=319 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.79% from 319); Green value is 226 (88.67% from 255 or 70.85% from 319); Blue value is 49 (19.53% from 255 or 15.36% from 319); Max value from RGB is 226 - color contains mainly: green. Hex color #2CE231 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CE231 is #D31DCE. Grayscale: #979797. Windows color (decimal): -13835727 or 3269164. OLE color: 3269164.
HSL color Cylindrical-coordinate representation of color #2CE231: hue angle of 121.65º degrees, saturation: 0.76, 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 #2CE231 is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 44 | 226 | 49 | - |
| CMYK | 0.81 | 0 | 0.78 | 0.11 |
| HSL | 121.65º | 0.76% | 0.53% | - |
| HSV(B) | 121.65º | 0.81% | 0.89% | - |
| XYZ | 28.79 | 55.15 | 12.03 | - |
| YUV | 151.4 | 70.2 | 51.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 226 | 49 | 0.81 | 0 | 0.78 | 0.11 | 121.65 | 0.76 | 0.53 |
| Hex | 2C | E2 | 31 | 51 | 0 | 4E | B | 7A | 4C | 35 |
| Octal | 54 | 342 | 61 | 121 | 0 | 116 | 13 | 172 | 114 | 65 |
| Binary | 101100 | 11100010 | 110001 | 1010001 | 0 | 1001110 | 1011 | 1111010 | 1001100 | 110101 |
Color Harmonies of #2CE231
Complementary color
Monochromatic Colors of #2CE231
Black with #2CE231
Text Example
Text Example
White with #2CE231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE231; }
p { color: rgb(44,226,49); }
H1.HeaderClassName
{
color: #2CE231;
}
.AnyTagClassName
{
color: #2CE231;
}
</style>
background-color css
<style>
a { background-color: #2CE231; }
a { background-color: rgb(44,226,49); }
div.DivClassName
{
background-color: #2CE231;
}
.BgClassName
{
background-color: #2CE231;
}
</style>
border-color css
<style>
span { border-color: #2CE231; }
span { border-color: rgb(44,226,49); }
td.TdClassName
{
border-color: #2CE231;
}
.TagClassName
{
border-color: #2CE231;
}
</style>