Shades of Lime Green #39E040
Tints of Lime Green #39E040
RGB
CMYK
RGB Variations
Color information
#39E040 (or 0x39E040) is known color: Lime Green. HEX triplet: 39, E0 and 40. RGB value is (57,224,64). Sum of RGB (Red+Green+Blue) = 57+224+64=345 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.52% from 345); Green value is 224 (87.89% from 255 or 64.93% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 224 - color contains mainly: green. Hex color #39E040 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39E040 is #C61FBF. Grayscale: #9C9C9C. Windows color (decimal): -12984256 or 4251705. OLE color: 4251705.
HSL color Cylindrical-coordinate representation of color #39E040: hue angle of 122.51º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39E040 is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 57 | 224 | 64 | - |
| CMYK | 0.75 | 0 | 0.71 | 0.12 |
| HSL | 122.52º | 0.73% | 0.55% | - |
| HSV(B) | 122.52º | 0.75% | 0.88% | - |
| XYZ | 29.27 | 54.55 | 13.84 | - |
| YUV | 155.83 | 76.17 | 57.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 224 | 64 | 0.75 | 0 | 0.71 | 0.12 | 122.52 | 0.73 | 0.55 |
| Hex | 39 | E0 | 40 | 4B | 0 | 47 | C | 7B | 49 | 37 |
| Octal | 71 | 340 | 100 | 113 | 0 | 107 | 14 | 173 | 111 | 67 |
| Binary | 111001 | 11100000 | 1000000 | 1001011 | 0 | 1000111 | 1100 | 1111011 | 1001001 | 110111 |
Color Harmonies of #39E040
Complementary color
Monochromatic Colors of #39E040
Black with #39E040
Text Example
Text Example
White with #39E040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39E040; }
p { color: rgb(57,224,64); }
H1.HeaderClassName
{
color: #39E040;
}
.AnyTagClassName
{
color: #39E040;
}
</style>
background-color css
<style>
a { background-color: #39E040; }
a { background-color: rgb(57,224,64); }
div.DivClassName
{
background-color: #39E040;
}
.BgClassName
{
background-color: #39E040;
}
</style>
border-color css
<style>
span { border-color: #39E040; }
span { border-color: rgb(57,224,64); }
td.TdClassName
{
border-color: #39E040;
}
.TagClassName
{
border-color: #39E040;
}
</style>