Shades of Lime Green #33EA32
Tints of Lime Green #33EA32
RGB
CMYK
RGB Variations
Color information
#33EA32 (or 0x33EA32) is known color: Lime Green. HEX triplet: 33, EA and 32. RGB value is (51,234,50). Sum of RGB (Red+Green+Blue) = 51+234+50=335 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.22% from 335); Green value is 234 (91.80% from 255 or 69.85% from 335); Blue value is 50 (19.92% from 255 or 14.93% from 335); Max value from RGB is 234 - color contains mainly: green. Hex color #33EA32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33EA32 is #CC15CD. Grayscale: #9E9E9E. Windows color (decimal): -13374926 or 3336755. OLE color: 3336755.
HSL color Cylindrical-coordinate representation of color #33EA32: hue angle of 119.67º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33EA32 is Cyan = 0.78, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 51 | 234 | 50 | - |
| CMYK | 0.78 | 0 | 0.79 | 0.08 |
| HSL | 119.67º | 0.81% | 0.56% | - |
| HSV(B) | 119.67º | 0.79% | 0.92% | - |
| XYZ | 31.36 | 59.78 | 12.9 | - |
| YUV | 158.31 | 66.87 | 51.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 234 | 50 | 0.78 | 0 | 0.79 | 0.08 | 119.67 | 0.81 | 0.56 |
| Hex | 33 | EA | 32 | 4E | 0 | 4F | 8 | 78 | 51 | 38 |
| Octal | 63 | 352 | 62 | 116 | 0 | 117 | 10 | 170 | 121 | 70 |
| Binary | 110011 | 11101010 | 110010 | 1001110 | 0 | 1001111 | 1000 | 1111000 | 1010001 | 111000 |
Color Harmonies of #33EA32
Complementary color
Monochromatic Colors of #33EA32
Black with #33EA32
Text Example
Text Example
White with #33EA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33EA32; }
p { color: rgb(51,234,50); }
H1.HeaderClassName
{
color: #33EA32;
}
.AnyTagClassName
{
color: #33EA32;
}
</style>
background-color css
<style>
a { background-color: #33EA32; }
a { background-color: rgb(51,234,50); }
div.DivClassName
{
background-color: #33EA32;
}
.BgClassName
{
background-color: #33EA32;
}
</style>
border-color css
<style>
span { border-color: #33EA32; }
span { border-color: rgb(51,234,50); }
td.TdClassName
{
border-color: #33EA32;
}
.TagClassName
{
border-color: #33EA32;
}
</style>