Shades of Lime Green #39D749
Tints of Lime Green #39D749
RGB
CMYK
RGB Variations
Color information
#39D749 (or 0x39D749) is known color: Lime Green. HEX triplet: 39, D7 and 49. RGB value is (57,215,73). Sum of RGB (Red+Green+Blue) = 57+215+73=345 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.52% from 345); Green value is 215 (84.38% from 255 or 62.32% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 215 - color contains mainly: green. Hex color #39D749 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39D749 is #C628B6. Grayscale: #979797. Windows color (decimal): -12986551 or 4839225. OLE color: 4839225.
HSL color Cylindrical-coordinate representation of color #39D749: hue angle of 126.08º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39D749 is Cyan = 0.73, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 57 | 215 | 73 | - |
| CMYK | 0.73 | 0 | 0.66 | 0.16 |
| HSL | 126.08º | 0.66% | 0.53% | - |
| HSV(B) | 126.08º | 0.73% | 0.84% | - |
| XYZ | 27.19 | 49.95 | 14.51 | - |
| YUV | 151.57 | 83.65 | 60.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 215 | 73 | 0.73 | 0 | 0.66 | 0.16 | 126.08 | 0.66 | 0.53 |
| Hex | 39 | D7 | 49 | 49 | 0 | 42 | 10 | 7E | 42 | 35 |
| Octal | 71 | 327 | 111 | 111 | 0 | 102 | 20 | 176 | 102 | 65 |
| Binary | 111001 | 11010111 | 1001001 | 1001001 | 0 | 1000010 | 10000 | 1111110 | 1000010 | 110101 |
Color Harmonies of #39D749
Complementary color
Monochromatic Colors of #39D749
Black with #39D749
Text Example
Text Example
White with #39D749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D749; }
p { color: rgb(57,215,73); }
H1.HeaderClassName
{
color: #39D749;
}
.AnyTagClassName
{
color: #39D749;
}
</style>
background-color css
<style>
a { background-color: #39D749; }
a { background-color: rgb(57,215,73); }
div.DivClassName
{
background-color: #39D749;
}
.BgClassName
{
background-color: #39D749;
}
</style>
border-color css
<style>
span { border-color: #39D749; }
span { border-color: rgb(57,215,73); }
td.TdClassName
{
border-color: #39D749;
}
.TagClassName
{
border-color: #39D749;
}
</style>