Shades of Lime Green #52EA33
Tints of Lime Green #52EA33
RGB
CMYK
RGB Variations
Color information
#52EA33 (or 0x52EA33) is known color: Lime Green. HEX triplet: 52, EA and 33. RGB value is (82,234,51). Sum of RGB (Red+Green+Blue) = 82+234+51=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 234 (91.80% from 255 or 63.76% from 367); Blue value is 51 (20.31% from 255 or 13.90% from 367); Max value from RGB is 234 - color contains mainly: green. Hex color #52EA33 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52EA33 is #AD15CC. Grayscale: #A8A8A8. Windows color (decimal): -11343309 or 3402322. OLE color: 3402322.
HSL color Cylindrical-coordinate representation of color #52EA33: hue angle of 109.84º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #52EA33 is Cyan = 0.65, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 82 | 234 | 51 | - |
| CMYK | 0.65 | 0 | 0.78 | 0.08 |
| HSL | 109.84º | 0.81% | 0.56% | - |
| HSV(B) | 109.84º | 0.78% | 0.92% | - |
| XYZ | 33.5 | 60.88 | 13.12 | - |
| YUV | 167.69 | 62.14 | 66.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 234 | 51 | 0.65 | 0 | 0.78 | 0.08 | 109.84 | 0.81 | 0.56 |
| Hex | 52 | EA | 33 | 41 | 0 | 4E | 8 | 6E | 51 | 38 |
| Octal | 122 | 352 | 63 | 101 | 0 | 116 | 10 | 156 | 121 | 70 |
| Binary | 1010010 | 11101010 | 110011 | 1000001 | 0 | 1001110 | 1000 | 1101110 | 1010001 | 111000 |
Color Harmonies of #52EA33
Complementary color
Monochromatic Colors of #52EA33
Black with #52EA33
Text Example
Text Example
White with #52EA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EA33; }
p { color: rgb(82,234,51); }
H1.HeaderClassName
{
color: #52EA33;
}
.AnyTagClassName
{
color: #52EA33;
}
</style>
background-color css
<style>
a { background-color: #52EA33; }
a { background-color: rgb(82,234,51); }
div.DivClassName
{
background-color: #52EA33;
}
.BgClassName
{
background-color: #52EA33;
}
</style>
border-color css
<style>
span { border-color: #52EA33; }
span { border-color: rgb(82,234,51); }
td.TdClassName
{
border-color: #52EA33;
}
.TagClassName
{
border-color: #52EA33;
}
</style>