Shades of Lime Green #39D549
Tints of Lime Green #39D549
RGB
CMYK
RGB Variations
Color information
#39D549 (or 0x39D549) is known color: Lime Green. HEX triplet: 39, D5 and 49. RGB value is (57,213,73). Sum of RGB (Red+Green+Blue) = 57+213+73=343 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.62% from 343); Green value is 213 (83.59% from 255 or 62.10% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 213 - color contains mainly: green. Hex color #39D549 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39D549 is #C62AB6. Grayscale: #969696. Windows color (decimal): -12987063 or 4838713. OLE color: 4838713.
HSL color Cylindrical-coordinate representation of color #39D549: hue angle of 126.15º degrees, saturation: 0.65, 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 #39D549 is Cyan = 0.73, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 57 | 213 | 73 | - |
| CMYK | 0.73 | 0 | 0.66 | 0.16 |
| HSL | 126.15º | 0.65% | 0.53% | - |
| HSV(B) | 126.15º | 0.73% | 0.84% | - |
| XYZ | 26.68 | 48.94 | 14.34 | - |
| YUV | 150.4 | 84.32 | 61.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 213 | 73 | 0.73 | 0 | 0.66 | 0.16 | 126.15 | 0.65 | 0.53 |
| Hex | 39 | D5 | 49 | 49 | 0 | 42 | 10 | 7E | 41 | 35 |
| Octal | 71 | 325 | 111 | 111 | 0 | 102 | 20 | 176 | 101 | 65 |
| Binary | 111001 | 11010101 | 1001001 | 1001001 | 0 | 1000010 | 10000 | 1111110 | 1000001 | 110101 |
Color Harmonies of #39D549
Complementary color
Monochromatic Colors of #39D549
Black with #39D549
Text Example
Text Example
White with #39D549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D549; }
p { color: rgb(57,213,73); }
H1.HeaderClassName
{
color: #39D549;
}
.AnyTagClassName
{
color: #39D549;
}
</style>
background-color css
<style>
a { background-color: #39D549; }
a { background-color: rgb(57,213,73); }
div.DivClassName
{
background-color: #39D549;
}
.BgClassName
{
background-color: #39D549;
}
</style>
border-color css
<style>
span { border-color: #39D549; }
span { border-color: rgb(57,213,73); }
td.TdClassName
{
border-color: #39D549;
}
.TagClassName
{
border-color: #39D549;
}
</style>