Shades of Lime Green #52D83C
Tints of Lime Green #52D83C
RGB
CMYK
RGB Variations
Color information
#52D83C (or 0x52D83C) is known color: Lime Green. HEX triplet: 52, D8 and 3C. RGB value is (82,216,60). Sum of RGB (Red+Green+Blue) = 82+216+60=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 216 (84.77% from 255 or 60.34% from 358); Blue value is 60 (23.83% from 255 or 16.76% from 358); Max value from RGB is 216 - color contains mainly: green. Hex color #52D83C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D83C is #AD27C3. Grayscale: #9E9E9E. Windows color (decimal): -11347908 or 3987538. OLE color: 3987538.
HSL color Cylindrical-coordinate representation of color #52D83C: hue angle of 111.54º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #52D83C is Cyan = 0.62, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 216 | 60 | - |
| CMYK | 0.62 | 0 | 0.72 | 0.15 |
| HSL | 111.54º | 0.67% | 0.54% | - |
| HSV(B) | 111.54º | 0.72% | 0.85% | - |
| XYZ | 28.85 | 51.23 | 12.64 | - |
| YUV | 158.15 | 72.61 | 73.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 216 | 60 | 0.62 | 0 | 0.72 | 0.15 | 111.54 | 0.67 | 0.54 |
| Hex | 52 | D8 | 3C | 3E | 0 | 48 | F | 70 | 43 | 36 |
| Octal | 122 | 330 | 74 | 76 | 0 | 110 | 17 | 160 | 103 | 66 |
| Binary | 1010010 | 11011000 | 111100 | 111110 | 0 | 1001000 | 1111 | 1110000 | 1000011 | 110110 |
Color Harmonies of #52D83C
Complementary color
Monochromatic Colors of #52D83C
Black with #52D83C
Text Example
Text Example
White with #52D83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D83C; }
p { color: rgb(82,216,60); }
H1.HeaderClassName
{
color: #52D83C;
}
.AnyTagClassName
{
color: #52D83C;
}
</style>
background-color css
<style>
a { background-color: #52D83C; }
a { background-color: rgb(82,216,60); }
div.DivClassName
{
background-color: #52D83C;
}
.BgClassName
{
background-color: #52D83C;
}
</style>
border-color css
<style>
span { border-color: #52D83C; }
span { border-color: rgb(82,216,60); }
td.TdClassName
{
border-color: #52D83C;
}
.TagClassName
{
border-color: #52D83C;
}
</style>