Shades of Lime Green #33E352
Tints of Lime Green #33E352
RGB
CMYK
RGB Variations
Color information
#33E352 (or 0x33E352) is known color: Lime Green. HEX triplet: 33, E3 and 52. RGB value is (51,227,82). Sum of RGB (Red+Green+Blue) = 51+227+82=360 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.17% from 360); Green value is 227 (89.06% from 255 or 63.06% from 360); Blue value is 82 (32.42% from 255 or 22.78% from 360); Max value from RGB is 227 - color contains mainly: green. Hex color #33E352 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33E352 is #CC1CAD. Grayscale: #9E9E9E. Windows color (decimal): -13376686 or 5432115. OLE color: 5432115.
HSL color Cylindrical-coordinate representation of color #33E352: hue angle of 130.57º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33E352 is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 51 | 227 | 82 | - |
| CMYK | 0.78 | 0 | 0.64 | 0.11 |
| HSL | 130.57º | 0.76% | 0.55% | - |
| HSV(B) | 130.57º | 0.78% | 0.89% | - |
| XYZ | 30.36 | 56.25 | 17.24 | - |
| YUV | 157.85 | 85.19 | 51.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 227 | 82 | 0.78 | 0 | 0.64 | 0.11 | 130.57 | 0.76 | 0.55 |
| Hex | 33 | E3 | 52 | 4E | 0 | 40 | B | 83 | 4C | 37 |
| Octal | 63 | 343 | 122 | 116 | 0 | 100 | 13 | 203 | 114 | 67 |
| Binary | 110011 | 11100011 | 1010010 | 1001110 | 0 | 1000000 | 1011 | 10000011 | 1001100 | 110111 |
Color Harmonies of #33E352
Complementary color
Monochromatic Colors of #33E352
Black with #33E352
Text Example
Text Example
White with #33E352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33E352; }
p { color: rgb(51,227,82); }
H1.HeaderClassName
{
color: #33E352;
}
.AnyTagClassName
{
color: #33E352;
}
</style>
background-color css
<style>
a { background-color: #33E352; }
a { background-color: rgb(51,227,82); }
div.DivClassName
{
background-color: #33E352;
}
.BgClassName
{
background-color: #33E352;
}
</style>
border-color css
<style>
span { border-color: #33E352; }
span { border-color: rgb(51,227,82); }
td.TdClassName
{
border-color: #33E352;
}
.TagClassName
{
border-color: #33E352;
}
</style>