Shades of Lime Green #2CEC32
Tints of Lime Green #2CEC32
RGB
CMYK
RGB Variations
Color information
#2CEC32 (or 0x2CEC32) is known color: Lime Green. HEX triplet: 2C, EC and 32. RGB value is (44,236,50). Sum of RGB (Red+Green+Blue) = 44+236+50=330 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.33% from 330); Green value is 236 (92.58% from 255 or 71.52% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 236 - color contains mainly: green. Hex color #2CEC32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CEC32 is #D313CD. Grayscale: #9D9D9D. Windows color (decimal): -13833166 or 3337260. OLE color: 3337260.
HSL color Cylindrical-coordinate representation of color #2CEC32: hue angle of 121.88º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CEC32 is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 236 | 50 | - |
| CMYK | 0.81 | 0 | 0.79 | 0.07 |
| HSL | 121.88º | 0.83% | 0.55% | - |
| HSV(B) | 121.88º | 0.81% | 0.93% | - |
| XYZ | 31.61 | 60.76 | 13.08 | - |
| YUV | 157.39 | 67.39 | 47.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 236 | 50 | 0.81 | 0 | 0.79 | 0.07 | 121.88 | 0.83 | 0.55 |
| Hex | 2C | EC | 32 | 51 | 0 | 4F | 7 | 7A | 53 | 37 |
| Octal | 54 | 354 | 62 | 121 | 0 | 117 | 7 | 172 | 123 | 67 |
| Binary | 101100 | 11101100 | 110010 | 1010001 | 0 | 1001111 | 111 | 1111010 | 1010011 | 110111 |
Color Harmonies of #2CEC32
Complementary color
Monochromatic Colors of #2CEC32
Black with #2CEC32
Text Example
Text Example
White with #2CEC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEC32; }
p { color: rgb(44,236,50); }
H1.HeaderClassName
{
color: #2CEC32;
}
.AnyTagClassName
{
color: #2CEC32;
}
</style>
background-color css
<style>
a { background-color: #2CEC32; }
a { background-color: rgb(44,236,50); }
div.DivClassName
{
background-color: #2CEC32;
}
.BgClassName
{
background-color: #2CEC32;
}
</style>
border-color css
<style>
span { border-color: #2CEC32; }
span { border-color: rgb(44,236,50); }
td.TdClassName
{
border-color: #2CEC32;
}
.TagClassName
{
border-color: #2CEC32;
}
</style>