Shades of Lime Green #2CE93B
Tints of Lime Green #2CE93B
RGB
CMYK
RGB Variations
Color information
#2CE93B (or 0x2CE93B) is known color: Lime Green. HEX triplet: 2C, E9 and 3B. RGB value is (44,233,59). Sum of RGB (Red+Green+Blue) = 44+233+59=336 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.10% from 336); Green value is 233 (91.41% from 255 or 69.35% from 336); Blue value is 59 (23.44% from 255 or 17.56% from 336); Max value from RGB is 233 - color contains mainly: green. Hex color #2CE93B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CE93B is #D316C4. Grayscale: #9D9D9D. Windows color (decimal): -13833925 or 3926316. OLE color: 3926316.
HSL color Cylindrical-coordinate representation of color #2CE93B: hue angle of 124.76º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE93B is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 44 | 233 | 59 | - |
| CMYK | 0.81 | 0 | 0.75 | 0.09 |
| HSL | 124.76º | 0.81% | 0.54% | - |
| HSV(B) | 124.76º | 0.81% | 0.91% | - |
| XYZ | 30.97 | 59.13 | 13.92 | - |
| YUV | 156.65 | 72.88 | 47.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 233 | 59 | 0.81 | 0 | 0.75 | 0.09 | 124.76 | 0.81 | 0.54 |
| Hex | 2C | E9 | 3B | 51 | 0 | 4B | 9 | 7D | 51 | 36 |
| Octal | 54 | 351 | 73 | 121 | 0 | 113 | 11 | 175 | 121 | 66 |
| Binary | 101100 | 11101001 | 111011 | 1010001 | 0 | 1001011 | 1001 | 1111101 | 1010001 | 110110 |
Color Harmonies of #2CE93B
Complementary color
Monochromatic Colors of #2CE93B
Black with #2CE93B
Text Example
Text Example
White with #2CE93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE93B; }
p { color: rgb(44,233,59); }
H1.HeaderClassName
{
color: #2CE93B;
}
.AnyTagClassName
{
color: #2CE93B;
}
</style>
background-color css
<style>
a { background-color: #2CE93B; }
a { background-color: rgb(44,233,59); }
div.DivClassName
{
background-color: #2CE93B;
}
.BgClassName
{
background-color: #2CE93B;
}
</style>
border-color css
<style>
span { border-color: #2CE93B; }
span { border-color: rgb(44,233,59); }
td.TdClassName
{
border-color: #2CE93B;
}
.TagClassName
{
border-color: #2CE93B;
}
</style>