Shades of Lime Green #52F130
Tints of Lime Green #52F130
RGB
CMYK
RGB Variations
Color information
#52F130 (or 0x52F130) is known color: Lime Green. HEX triplet: 52, F1 and 30. RGB value is (82,241,48). Sum of RGB (Red+Green+Blue) = 82+241+48=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 241 (94.53% from 255 or 64.96% from 371); Blue value is 48 (19.14% from 255 or 12.94% from 371); Max value from RGB is 241 - color contains mainly: green. Hex color #52F130 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F130 is #AD0ECF. Grayscale: #ACACAC. Windows color (decimal): -11341520 or 3207506. OLE color: 3207506.
HSL color Cylindrical-coordinate representation of color #52F130: hue angle of 109.43º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #52F130 is Cyan = 0.66, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 241 | 48 | - |
| CMYK | 0.66 | 0 | 0.80 | 0.05 |
| HSL | 109.43º | 0.87% | 0.57% | - |
| HSV(B) | 109.43º | 0.8% | 0.95% | - |
| XYZ | 35.47 | 64.92 | 13.46 | - |
| YUV | 171.46 | 58.32 | 64.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 241 | 48 | 0.66 | 0 | 0.80 | 0.05 | 109.43 | 0.87 | 0.57 |
| Hex | 52 | F1 | 30 | 42 | 0 | 50 | 5 | 6D | 57 | 39 |
| Octal | 122 | 361 | 60 | 102 | 0 | 120 | 5 | 155 | 127 | 71 |
| Binary | 1010010 | 11110001 | 110000 | 1000010 | 0 | 1010000 | 101 | 1101101 | 1010111 | 111001 |
Color Harmonies of #52F130
Complementary color
Monochromatic Colors of #52F130
Black with #52F130
Text Example
Text Example
White with #52F130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F130; }
p { color: rgb(82,241,48); }
H1.HeaderClassName
{
color: #52F130;
}
.AnyTagClassName
{
color: #52F130;
}
</style>
background-color css
<style>
a { background-color: #52F130; }
a { background-color: rgb(82,241,48); }
div.DivClassName
{
background-color: #52F130;
}
.BgClassName
{
background-color: #52F130;
}
</style>
border-color css
<style>
span { border-color: #52F130; }
span { border-color: rgb(82,241,48); }
td.TdClassName
{
border-color: #52F130;
}
.TagClassName
{
border-color: #52F130;
}
</style>