Shades of Lime Green #52DF4A
Tints of Lime Green #52DF4A
RGB
CMYK
RGB Variations
Color information
#52DF4A (or 0x52DF4A) is known color: Lime Green. HEX triplet: 52, DF and 4A. RGB value is (82,223,74). Sum of RGB (Red+Green+Blue) = 82+223+74=379 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.64% from 379); Green value is 223 (87.5% from 255 or 58.84% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 223 - color contains mainly: green. Hex color #52DF4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52DF4A is #AD20B5. Grayscale: #A4A4A4. Windows color (decimal): -11346102 or 4906834. OLE color: 4906834.
HSL color Cylindrical-coordinate representation of color #52DF4A: hue angle of 116.78º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52DF4A is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 223 | 74 | - |
| CMYK | 0.63 | 0 | 0.67 | 0.13 |
| HSL | 116.78º | 0.7% | 0.58% | - |
| HSV(B) | 116.78º | 0.67% | 0.87% | - |
| XYZ | 31.1 | 55.06 | 15.47 | - |
| YUV | 163.86 | 77.29 | 69.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 223 | 74 | 0.63 | 0 | 0.67 | 0.13 | 116.78 | 0.7 | 0.58 |
| Hex | 52 | DF | 4A | 3F | 0 | 43 | D | 75 | 46 | 3A |
| Octal | 122 | 337 | 112 | 77 | 0 | 103 | 15 | 165 | 106 | 72 |
| Binary | 1010010 | 11011111 | 1001010 | 111111 | 0 | 1000011 | 1101 | 1110101 | 1000110 | 111010 |
Color Harmonies of #52DF4A
Complementary color
Monochromatic Colors of #52DF4A
Black with #52DF4A
Text Example
Text Example
White with #52DF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DF4A; }
p { color: rgb(82,223,74); }
H1.HeaderClassName
{
color: #52DF4A;
}
.AnyTagClassName
{
color: #52DF4A;
}
</style>
background-color css
<style>
a { background-color: #52DF4A; }
a { background-color: rgb(82,223,74); }
div.DivClassName
{
background-color: #52DF4A;
}
.BgClassName
{
background-color: #52DF4A;
}
</style>
border-color css
<style>
span { border-color: #52DF4A; }
span { border-color: rgb(82,223,74); }
td.TdClassName
{
border-color: #52DF4A;
}
.TagClassName
{
border-color: #52DF4A;
}
</style>