Shades of Lime Green #39E555
Tints of Lime Green #39E555
RGB
CMYK
RGB Variations
Color information
#39E555 (or 0x39E555) is known color: Lime Green. HEX triplet: 39, E5 and 55. RGB value is (57,229,85). Sum of RGB (Red+Green+Blue) = 57+229+85=371 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.36% from 371); Green value is 229 (89.84% from 255 or 61.73% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 229 - color contains mainly: green. Hex color #39E555 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #39E555 is #C61AAA. Grayscale: #A1A1A1. Windows color (decimal): -12982955 or 5629241. OLE color: 5629241.
HSL color Cylindrical-coordinate representation of color #39E555: hue angle of 129.77º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39E555 is Cyan = 0.75, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 57 | 229 | 85 | - |
| CMYK | 0.75 | 0 | 0.63 | 0.10 |
| HSL | 129.77º | 0.77% | 0.56% | - |
| HSV(B) | 129.77º | 0.75% | 0.9% | - |
| XYZ | 31.35 | 57.56 | 18.05 | - |
| YUV | 161.16 | 85.02 | 53.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 229 | 85 | 0.75 | 0 | 0.63 | 0.10 | 129.77 | 0.77 | 0.56 |
| Hex | 39 | E5 | 55 | 4B | 0 | 3F | A | 82 | 4D | 38 |
| Octal | 71 | 345 | 125 | 113 | 0 | 77 | 12 | 202 | 115 | 70 |
| Binary | 111001 | 11100101 | 1010101 | 1001011 | 0 | 111111 | 1010 | 10000010 | 1001101 | 111000 |
Color Harmonies of #39E555
Complementary color
Monochromatic Colors of #39E555
Black with #39E555
Text Example
Text Example
White with #39E555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39E555; }
p { color: rgb(57,229,85); }
H1.HeaderClassName
{
color: #39E555;
}
.AnyTagClassName
{
color: #39E555;
}
</style>
background-color css
<style>
a { background-color: #39E555; }
a { background-color: rgb(57,229,85); }
div.DivClassName
{
background-color: #39E555;
}
.BgClassName
{
background-color: #39E555;
}
</style>
border-color css
<style>
span { border-color: #39E555; }
span { border-color: rgb(57,229,85); }
td.TdClassName
{
border-color: #39E555;
}
.TagClassName
{
border-color: #39E555;
}
</style>