Shades of Lime Green #39D348
Tints of Lime Green #39D348
RGB
CMYK
RGB Variations
Color information
#39D348 (or 0x39D348) is known color: Lime Green. HEX triplet: 39, D3 and 48. RGB value is (57,211,72). Sum of RGB (Red+Green+Blue) = 57+211+72=340 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.76% from 340); Green value is 211 (82.81% from 255 or 62.06% from 340); Blue value is 72 (28.52% from 255 or 21.18% from 340); Max value from RGB is 211 - color contains mainly: green. Hex color #39D348 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39D348 is #C62CB7. Grayscale: #959595. Windows color (decimal): -12987576 or 4772665. OLE color: 4772665.
HSL color Cylindrical-coordinate representation of color #39D348: hue angle of 125.84º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39D348 is Cyan = 0.73, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 57 | 211 | 72 | - |
| CMYK | 0.73 | 0 | 0.66 | 0.17 |
| HSL | 125.84º | 0.64% | 0.53% | - |
| HSV(B) | 125.84º | 0.73% | 0.83% | - |
| XYZ | 26.15 | 47.93 | 14 | - |
| YUV | 149.11 | 84.48 | 62.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 211 | 72 | 0.73 | 0 | 0.66 | 0.17 | 125.84 | 0.64 | 0.53 |
| Hex | 39 | D3 | 48 | 49 | 0 | 42 | 11 | 7E | 40 | 35 |
| Octal | 71 | 323 | 110 | 111 | 0 | 102 | 21 | 176 | 100 | 65 |
| Binary | 111001 | 11010011 | 1001000 | 1001001 | 0 | 1000010 | 10001 | 1111110 | 1000000 | 110101 |
Color Harmonies of #39D348
Complementary color
Monochromatic Colors of #39D348
Black with #39D348
Text Example
Text Example
White with #39D348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D348; }
p { color: rgb(57,211,72); }
H1.HeaderClassName
{
color: #39D348;
}
.AnyTagClassName
{
color: #39D348;
}
</style>
background-color css
<style>
a { background-color: #39D348; }
a { background-color: rgb(57,211,72); }
div.DivClassName
{
background-color: #39D348;
}
.BgClassName
{
background-color: #39D348;
}
</style>
border-color css
<style>
span { border-color: #39D348; }
span { border-color: rgb(57,211,72); }
td.TdClassName
{
border-color: #39D348;
}
.TagClassName
{
border-color: #39D348;
}
</style>