Shades of Lime Green #33E532
Tints of Lime Green #33E532
RGB
CMYK
RGB Variations
Color information
#33E532 (or 0x33E532) is known color: Lime Green. HEX triplet: 33, E5 and 32. RGB value is (51,229,50). Sum of RGB (Red+Green+Blue) = 51+229+50=330 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.45% from 330); Green value is 229 (89.84% from 255 or 69.39% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 229 - color contains mainly: green. Hex color #33E532 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33E532 is #CC1ACD. Grayscale: #9B9B9B. Windows color (decimal): -13376206 or 3335475. OLE color: 3335475.
HSL color Cylindrical-coordinate representation of color #33E532: hue angle of 119.66º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33E532 is Cyan = 0.78, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 51 | 229 | 50 | - |
| CMYK | 0.78 | 0 | 0.78 | 0.10 |
| HSL | 119.66º | 0.77% | 0.55% | - |
| HSV(B) | 119.66º | 0.78% | 0.9% | - |
| XYZ | 29.96 | 56.97 | 12.44 | - |
| YUV | 155.37 | 68.53 | 53.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 229 | 50 | 0.78 | 0 | 0.78 | 0.10 | 119.66 | 0.77 | 0.55 |
| Hex | 33 | E5 | 32 | 4E | 0 | 4E | A | 78 | 4D | 37 |
| Octal | 63 | 345 | 62 | 116 | 0 | 116 | 12 | 170 | 115 | 67 |
| Binary | 110011 | 11100101 | 110010 | 1001110 | 0 | 1001110 | 1010 | 1111000 | 1001101 | 110111 |
Color Harmonies of #33E532
Complementary color
Monochromatic Colors of #33E532
Black with #33E532
Text Example
Text Example
White with #33E532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33E532; }
p { color: rgb(51,229,50); }
H1.HeaderClassName
{
color: #33E532;
}
.AnyTagClassName
{
color: #33E532;
}
</style>
background-color css
<style>
a { background-color: #33E532; }
a { background-color: rgb(51,229,50); }
div.DivClassName
{
background-color: #33E532;
}
.BgClassName
{
background-color: #33E532;
}
</style>
border-color css
<style>
span { border-color: #33E532; }
span { border-color: rgb(51,229,50); }
td.TdClassName
{
border-color: #33E532;
}
.TagClassName
{
border-color: #33E532;
}
</style>