Shades of Lime Green #2CE33B
Tints of Lime Green #2CE33B
RGB
CMYK
RGB Variations
Color information
#2CE33B (or 0x2CE33B) is known color: Lime Green. HEX triplet: 2C, E3 and 3B. RGB value is (44,227,59). Sum of RGB (Red+Green+Blue) = 44+227+59=330 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.33% from 330); Green value is 227 (89.06% from 255 or 68.79% from 330); Blue value is 59 (23.44% from 255 or 17.88% from 330); Max value from RGB is 227 - color contains mainly: green. Hex color #2CE33B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CE33B is #D31CC4. Grayscale: #999999. Windows color (decimal): -13835461 or 3924780. OLE color: 3924780.
HSL color Cylindrical-coordinate representation of color #2CE33B: hue angle of 124.92º degrees, saturation: 0.77, 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 #2CE33B is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 44 | 227 | 59 | - |
| CMYK | 0.81 | 0 | 0.74 | 0.11 |
| HSL | 124.92º | 0.77% | 0.53% | - |
| HSV(B) | 124.92º | 0.81% | 0.89% | - |
| XYZ | 29.3 | 55.79 | 13.36 | - |
| YUV | 153.13 | 74.87 | 50.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 227 | 59 | 0.81 | 0 | 0.74 | 0.11 | 124.92 | 0.77 | 0.53 |
| Hex | 2C | E3 | 3B | 51 | 0 | 4A | B | 7D | 4D | 35 |
| Octal | 54 | 343 | 73 | 121 | 0 | 112 | 13 | 175 | 115 | 65 |
| Binary | 101100 | 11100011 | 111011 | 1010001 | 0 | 1001010 | 1011 | 1111101 | 1001101 | 110101 |
Color Harmonies of #2CE33B
Complementary color
Monochromatic Colors of #2CE33B
Black with #2CE33B
Text Example
Text Example
White with #2CE33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE33B; }
p { color: rgb(44,227,59); }
H1.HeaderClassName
{
color: #2CE33B;
}
.AnyTagClassName
{
color: #2CE33B;
}
</style>
background-color css
<style>
a { background-color: #2CE33B; }
a { background-color: rgb(44,227,59); }
div.DivClassName
{
background-color: #2CE33B;
}
.BgClassName
{
background-color: #2CE33B;
}
</style>
border-color css
<style>
span { border-color: #2CE33B; }
span { border-color: rgb(44,227,59); }
td.TdClassName
{
border-color: #2CE33B;
}
.TagClassName
{
border-color: #2CE33B;
}
</style>