Shades of Lime Green #2CE932
Tints of Lime Green #2CE932
RGB
CMYK
RGB Variations
Color information
#2CE932 (or 0x2CE932) is known color: Lime Green. HEX triplet: 2C, E9 and 32. RGB value is (44,233,50). Sum of RGB (Red+Green+Blue) = 44+233+50=327 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.46% from 327); Green value is 233 (91.41% from 255 or 71.25% from 327); Blue value is 50 (19.92% from 255 or 15.29% from 327); Max value from RGB is 233 - color contains mainly: green. Hex color #2CE932 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CE932 is #D316CD. Grayscale: #9C9C9C. Windows color (decimal): -13833934 or 3336492. OLE color: 3336492.
HSL color Cylindrical-coordinate representation of color #2CE932: hue angle of 121.9º 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 #2CE932 is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 44 | 233 | 50 | - |
| CMYK | 0.81 | 0 | 0.79 | 0.09 |
| HSL | 121.9º | 0.81% | 0.54% | - |
| HSV(B) | 121.9º | 0.81% | 0.91% | - |
| XYZ | 30.75 | 59.04 | 12.79 | - |
| YUV | 155.63 | 68.38 | 48.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 233 | 50 | 0.81 | 0 | 0.79 | 0.09 | 121.9 | 0.81 | 0.54 |
| Hex | 2C | E9 | 32 | 51 | 0 | 4F | 9 | 7A | 51 | 36 |
| Octal | 54 | 351 | 62 | 121 | 0 | 117 | 11 | 172 | 121 | 66 |
| Binary | 101100 | 11101001 | 110010 | 1010001 | 0 | 1001111 | 1001 | 1111010 | 1010001 | 110110 |
Color Harmonies of #2CE932
Complementary color
Monochromatic Colors of #2CE932
Black with #2CE932
Text Example
Text Example
White with #2CE932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE932; }
p { color: rgb(44,233,50); }
H1.HeaderClassName
{
color: #2CE932;
}
.AnyTagClassName
{
color: #2CE932;
}
</style>
background-color css
<style>
a { background-color: #2CE932; }
a { background-color: rgb(44,233,50); }
div.DivClassName
{
background-color: #2CE932;
}
.BgClassName
{
background-color: #2CE932;
}
</style>
border-color css
<style>
span { border-color: #2CE932; }
span { border-color: rgb(44,233,50); }
td.TdClassName
{
border-color: #2CE932;
}
.TagClassName
{
border-color: #2CE932;
}
</style>