Shades of Lime Green #52EE34
Tints of Lime Green #52EE34
RGB
CMYK
RGB Variations
Color information
#52EE34 (or 0x52EE34) is known color: Lime Green. HEX triplet: 52, EE and 34. RGB value is (82,238,52). Sum of RGB (Red+Green+Blue) = 82+238+52=372 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.04% from 372); Green value is 238 (93.36% from 255 or 63.98% from 372); Blue value is 52 (20.70% from 255 or 13.98% from 372); Max value from RGB is 238 - color contains mainly: green. Hex color #52EE34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52EE34 is #AD11CB. Grayscale: #AAAAAA. Windows color (decimal): -11342284 or 3468882. OLE color: 3468882.
HSL color Cylindrical-coordinate representation of color #52EE34: hue angle of 110.32º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #52EE34 is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 238 | 52 | - |
| CMYK | 0.66 | 0 | 0.78 | 0.07 |
| HSL | 110.32º | 0.85% | 0.57% | - |
| HSV(B) | 110.32º | 0.78% | 0.93% | - |
| XYZ | 34.67 | 63.19 | 13.62 | - |
| YUV | 170.15 | 61.32 | 65.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 238 | 52 | 0.66 | 0 | 0.78 | 0.07 | 110.32 | 0.85 | 0.57 |
| Hex | 52 | EE | 34 | 42 | 0 | 4E | 7 | 6E | 55 | 39 |
| Octal | 122 | 356 | 64 | 102 | 0 | 116 | 7 | 156 | 125 | 71 |
| Binary | 1010010 | 11101110 | 110100 | 1000010 | 0 | 1001110 | 111 | 1101110 | 1010101 | 111001 |
Color Harmonies of #52EE34
Complementary color
Monochromatic Colors of #52EE34
Black with #52EE34
Text Example
Text Example
White with #52EE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EE34; }
p { color: rgb(82,238,52); }
H1.HeaderClassName
{
color: #52EE34;
}
.AnyTagClassName
{
color: #52EE34;
}
</style>
background-color css
<style>
a { background-color: #52EE34; }
a { background-color: rgb(82,238,52); }
div.DivClassName
{
background-color: #52EE34;
}
.BgClassName
{
background-color: #52EE34;
}
</style>
border-color css
<style>
span { border-color: #52EE34; }
span { border-color: rgb(82,238,52); }
td.TdClassName
{
border-color: #52EE34;
}
.TagClassName
{
border-color: #52EE34;
}
</style>