Shades of Lime Green #2CE13B
Tints of Lime Green #2CE13B
RGB
CMYK
RGB Variations
Color information
#2CE13B (or 0x2CE13B) is known color: Lime Green. HEX triplet: 2C, E1 and 3B. RGB value is (44,225,59). Sum of RGB (Red+Green+Blue) = 44+225+59=328 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.41% from 328); Green value is 225 (88.28% from 255 or 68.60% from 328); Blue value is 59 (23.44% from 255 or 17.99% from 328); Max value from RGB is 225 - color contains mainly: green. Hex color #2CE13B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CE13B is #D31EC4. Grayscale: #989898. Windows color (decimal): -13835973 or 3924268. OLE color: 3924268.
HSL color Cylindrical-coordinate representation of color #2CE13B: hue angle of 124.97º 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 #2CE13B is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 44 | 225 | 59 | - |
| CMYK | 0.80 | 0 | 0.74 | 0.12 |
| HSL | 124.97º | 0.75% | 0.53% | - |
| HSV(B) | 124.97º | 0.8% | 0.88% | - |
| XYZ | 28.75 | 54.7 | 13.18 | - |
| YUV | 151.96 | 75.53 | 51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 225 | 59 | 0.80 | 0 | 0.74 | 0.12 | 124.97 | 0.75 | 0.53 |
| Hex | 2C | E1 | 3B | 50 | 0 | 4A | C | 7D | 4B | 35 |
| Octal | 54 | 341 | 73 | 120 | 0 | 112 | 14 | 175 | 113 | 65 |
| Binary | 101100 | 11100001 | 111011 | 1010000 | 0 | 1001010 | 1100 | 1111101 | 1001011 | 110101 |
Color Harmonies of #2CE13B
Complementary color
Monochromatic Colors of #2CE13B
Black with #2CE13B
Text Example
Text Example
White with #2CE13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE13B; }
p { color: rgb(44,225,59); }
H1.HeaderClassName
{
color: #2CE13B;
}
.AnyTagClassName
{
color: #2CE13B;
}
</style>
background-color css
<style>
a { background-color: #2CE13B; }
a { background-color: rgb(44,225,59); }
div.DivClassName
{
background-color: #2CE13B;
}
.BgClassName
{
background-color: #2CE13B;
}
</style>
border-color css
<style>
span { border-color: #2CE13B; }
span { border-color: rgb(44,225,59); }
td.TdClassName
{
border-color: #2CE13B;
}
.TagClassName
{
border-color: #2CE13B;
}
</style>