Shades of Lime Green #33E52B
Tints of Lime Green #33E52B
RGB
CMYK
RGB Variations
Color information
#33E52B (or 0x33E52B) is known color: Lime Green. HEX triplet: 33, E5 and 2B. RGB value is (51,229,43). Sum of RGB (Red+Green+Blue) = 51+229+43=323 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.79% from 323); Green value is 229 (89.84% from 255 or 70.90% from 323); Blue value is 43 (17.19% from 255 or 13.31% from 323); Max value from RGB is 229 - color contains mainly: green. Hex color #33E52B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33E52B is #CC1AD4. Grayscale: #9B9B9B. Windows color (decimal): -13376213 or 2876723. OLE color: 2876723.
HSL color Cylindrical-coordinate representation of color #33E52B: hue angle of 117.42º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #33E52B is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 51 | 229 | 43 | - |
| CMYK | 0.78 | 0 | 0.81 | 0.10 |
| HSL | 117.42º | 0.78% | 0.53% | - |
| HSV(B) | 117.42º | 0.81% | 0.9% | - |
| XYZ | 29.82 | 56.92 | 11.7 | - |
| YUV | 154.57 | 65.03 | 54.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 229 | 43 | 0.78 | 0 | 0.81 | 0.10 | 117.42 | 0.78 | 0.53 |
| Hex | 33 | E5 | 2B | 4E | 0 | 51 | A | 75 | 4E | 35 |
| Octal | 63 | 345 | 53 | 116 | 0 | 121 | 12 | 165 | 116 | 65 |
| Binary | 110011 | 11100101 | 101011 | 1001110 | 0 | 1010001 | 1010 | 1110101 | 1001110 | 110101 |
Color Harmonies of #33E52B
Complementary color
Monochromatic Colors of #33E52B
Black with #33E52B
Text Example
Text Example
White with #33E52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33E52B; }
p { color: rgb(51,229,43); }
H1.HeaderClassName
{
color: #33E52B;
}
.AnyTagClassName
{
color: #33E52B;
}
</style>
background-color css
<style>
a { background-color: #33E52B; }
a { background-color: rgb(51,229,43); }
div.DivClassName
{
background-color: #33E52B;
}
.BgClassName
{
background-color: #33E52B;
}
</style>
border-color css
<style>
span { border-color: #33E52B; }
span { border-color: rgb(51,229,43); }
td.TdClassName
{
border-color: #33E52B;
}
.TagClassName
{
border-color: #33E52B;
}
</style>