Shades of Lime Green #52E030
Tints of Lime Green #52E030
RGB
CMYK
RGB Variations
Color information
#52E030 (or 0x52E030) is known color: Lime Green. HEX triplet: 52, E0 and 30. RGB value is (82,224,48). Sum of RGB (Red+Green+Blue) = 82+224+48=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 224 (87.89% from 255 or 63.28% from 354); Blue value is 48 (19.14% from 255 or 13.56% from 354); Max value from RGB is 224 - color contains mainly: green. Hex color #52E030 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52E030 is #AD1FCF. Grayscale: #A2A2A2. Windows color (decimal): -11345872 or 3203154. OLE color: 3203154.
HSL color Cylindrical-coordinate representation of color #52E030: hue angle of 108.41º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #52E030 is Cyan = 0.63, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 224 | 48 | - |
| CMYK | 0.63 | 0 | 0.79 | 0.12 |
| HSL | 108.41º | 0.74% | 0.53% | - |
| HSV(B) | 108.41º | 0.79% | 0.88% | - |
| XYZ | 30.67 | 55.32 | 11.86 | - |
| YUV | 161.48 | 63.96 | 71.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 224 | 48 | 0.63 | 0 | 0.79 | 0.12 | 108.41 | 0.74 | 0.53 |
| Hex | 52 | E0 | 30 | 3F | 0 | 4F | C | 6C | 4A | 35 |
| Octal | 122 | 340 | 60 | 77 | 0 | 117 | 14 | 154 | 112 | 65 |
| Binary | 1010010 | 11100000 | 110000 | 111111 | 0 | 1001111 | 1100 | 1101100 | 1001010 | 110101 |
Color Harmonies of #52E030
Complementary color
Monochromatic Colors of #52E030
Black with #52E030
Text Example
Text Example
White with #52E030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E030; }
p { color: rgb(82,224,48); }
H1.HeaderClassName
{
color: #52E030;
}
.AnyTagClassName
{
color: #52E030;
}
</style>
background-color css
<style>
a { background-color: #52E030; }
a { background-color: rgb(82,224,48); }
div.DivClassName
{
background-color: #52E030;
}
.BgClassName
{
background-color: #52E030;
}
</style>
border-color css
<style>
span { border-color: #52E030; }
span { border-color: rgb(82,224,48); }
td.TdClassName
{
border-color: #52E030;
}
.TagClassName
{
border-color: #52E030;
}
</style>