Shades of Lime Green #39E852
Tints of Lime Green #39E852
RGB
CMYK
RGB Variations
Color information
#39E852 (or 0x39E852) is known color: Lime Green. HEX triplet: 39, E8 and 52. RGB value is (57,232,82). Sum of RGB (Red+Green+Blue) = 57+232+82=371 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.36% from 371); Green value is 232 (91.02% from 255 or 62.53% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 232 - color contains mainly: green. Hex color #39E852 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #39E852 is #C617AD. Grayscale: #A3A3A3. Windows color (decimal): -12982190 or 5433401. OLE color: 5433401.
HSL color Cylindrical-coordinate representation of color #39E852: hue angle of 128.57º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39E852 is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 57 | 232 | 82 | - |
| CMYK | 0.75 | 0 | 0.65 | 0.09 |
| HSL | 128.57º | 0.79% | 0.57% | - |
| HSV(B) | 128.57º | 0.75% | 0.91% | - |
| XYZ | 32.07 | 59.19 | 17.72 | - |
| YUV | 162.58 | 82.52 | 52.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 232 | 82 | 0.75 | 0 | 0.65 | 0.09 | 128.57 | 0.79 | 0.57 |
| Hex | 39 | E8 | 52 | 4B | 0 | 41 | 9 | 81 | 4F | 39 |
| Octal | 71 | 350 | 122 | 113 | 0 | 101 | 11 | 201 | 117 | 71 |
| Binary | 111001 | 11101000 | 1010010 | 1001011 | 0 | 1000001 | 1001 | 10000001 | 1001111 | 111001 |
Color Harmonies of #39E852
Complementary color
Monochromatic Colors of #39E852
Black with #39E852
Text Example
Text Example
White with #39E852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39E852; }
p { color: rgb(57,232,82); }
H1.HeaderClassName
{
color: #39E852;
}
.AnyTagClassName
{
color: #39E852;
}
</style>
background-color css
<style>
a { background-color: #39E852; }
a { background-color: rgb(57,232,82); }
div.DivClassName
{
background-color: #39E852;
}
.BgClassName
{
background-color: #39E852;
}
</style>
border-color css
<style>
span { border-color: #39E852; }
span { border-color: rgb(57,232,82); }
td.TdClassName
{
border-color: #39E852;
}
.TagClassName
{
border-color: #39E852;
}
</style>