Shades of Lime Green #2CE131
Tints of Lime Green #2CE131
RGB
CMYK
RGB Variations
Color information
#2CE131 (or 0x2CE131) is known color: Lime Green. HEX triplet: 2C, E1 and 31. RGB value is (44,225,49). Sum of RGB (Red+Green+Blue) = 44+225+49=318 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.84% from 318); Green value is 225 (88.28% from 255 or 70.75% from 318); Blue value is 49 (19.53% from 255 or 15.41% from 318); Max value from RGB is 225 - color contains mainly: green. Hex color #2CE131 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CE131 is #D31ECE. Grayscale: #979797. Windows color (decimal): -13835983 or 3268908. OLE color: 3268908.
HSL color Cylindrical-coordinate representation of color #2CE131: hue angle of 121.66º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CE131 is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 44 | 225 | 49 | - |
| CMYK | 0.80 | 0 | 0.78 | 0.12 |
| HSL | 121.66º | 0.75% | 0.53% | - |
| HSV(B) | 121.66º | 0.8% | 0.88% | - |
| XYZ | 28.52 | 54.61 | 11.94 | - |
| YUV | 150.82 | 70.53 | 51.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 225 | 49 | 0.80 | 0 | 0.78 | 0.12 | 121.66 | 0.75 | 0.53 |
| Hex | 2C | E1 | 31 | 50 | 0 | 4E | C | 7A | 4B | 35 |
| Octal | 54 | 341 | 61 | 120 | 0 | 116 | 14 | 172 | 113 | 65 |
| Binary | 101100 | 11100001 | 110001 | 1010000 | 0 | 1001110 | 1100 | 1111010 | 1001011 | 110101 |
Color Harmonies of #2CE131
Complementary color
Monochromatic Colors of #2CE131
Black with #2CE131
Text Example
Text Example
White with #2CE131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE131; }
p { color: rgb(44,225,49); }
H1.HeaderClassName
{
color: #2CE131;
}
.AnyTagClassName
{
color: #2CE131;
}
</style>
background-color css
<style>
a { background-color: #2CE131; }
a { background-color: rgb(44,225,49); }
div.DivClassName
{
background-color: #2CE131;
}
.BgClassName
{
background-color: #2CE131;
}
</style>
border-color css
<style>
span { border-color: #2CE131; }
span { border-color: rgb(44,225,49); }
td.TdClassName
{
border-color: #2CE131;
}
.TagClassName
{
border-color: #2CE131;
}
</style>