Shades of Lime Green #52E433
Tints of Lime Green #52E433
RGB
CMYK
RGB Variations
Color information
#52E433 (or 0x52E433) is known color: Lime Green. HEX triplet: 52, E4 and 33. RGB value is (82,228,51). Sum of RGB (Red+Green+Blue) = 82+228+51=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 228 (89.45% from 255 or 63.16% from 361); Blue value is 51 (20.31% from 255 or 14.13% from 361); Max value from RGB is 228 - color contains mainly: green. Hex color #52E433 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52E433 is #AD1BCC. Grayscale: #A4A4A4. Windows color (decimal): -11344845 or 3400786. OLE color: 3400786.
HSL color Cylindrical-coordinate representation of color #52E433: hue angle of 109.49º degrees, saturation: 0.77, 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 #52E433 is Cyan = 0.64, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 82 | 228 | 51 | - |
| CMYK | 0.64 | 0 | 0.78 | 0.11 |
| HSL | 109.49º | 0.77% | 0.55% | - |
| HSV(B) | 109.49º | 0.78% | 0.89% | - |
| XYZ | 31.82 | 57.52 | 12.56 | - |
| YUV | 164.17 | 64.13 | 69.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 228 | 51 | 0.64 | 0 | 0.78 | 0.11 | 109.49 | 0.77 | 0.55 |
| Hex | 52 | E4 | 33 | 40 | 0 | 4E | B | 6D | 4D | 37 |
| Octal | 122 | 344 | 63 | 100 | 0 | 116 | 13 | 155 | 115 | 67 |
| Binary | 1010010 | 11100100 | 110011 | 1000000 | 0 | 1001110 | 1011 | 1101101 | 1001101 | 110111 |
Color Harmonies of #52E433
Complementary color
Monochromatic Colors of #52E433
Black with #52E433
Text Example
Text Example
White with #52E433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E433; }
p { color: rgb(82,228,51); }
H1.HeaderClassName
{
color: #52E433;
}
.AnyTagClassName
{
color: #52E433;
}
</style>
background-color css
<style>
a { background-color: #52E433; }
a { background-color: rgb(82,228,51); }
div.DivClassName
{
background-color: #52E433;
}
.BgClassName
{
background-color: #52E433;
}
</style>
border-color css
<style>
span { border-color: #52E433; }
span { border-color: rgb(82,228,51); }
td.TdClassName
{
border-color: #52E433;
}
.TagClassName
{
border-color: #52E433;
}
</style>