Shades of Lime Green #39D445
Tints of Lime Green #39D445
RGB
CMYK
RGB Variations
Color information
#39D445 (or 0x39D445) is known color: Lime Green. HEX triplet: 39, D4 and 45. RGB value is (57,212,69). Sum of RGB (Red+Green+Blue) = 57+212+69=338 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.86% from 338); Green value is 212 (83.20% from 255 or 62.72% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 212 - color contains mainly: green. Hex color #39D445 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39D445 is #C62BBA. Grayscale: #959595. Windows color (decimal): -12987323 or 4576313. OLE color: 4576313.
HSL color Cylindrical-coordinate representation of color #39D445: hue angle of 124.65º 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 #39D445 is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 57 | 212 | 69 | - |
| CMYK | 0.73 | 0 | 0.67 | 0.17 |
| HSL | 124.65º | 0.64% | 0.53% | - |
| HSV(B) | 124.65º | 0.73% | 0.83% | - |
| XYZ | 26.31 | 48.39 | 13.58 | - |
| YUV | 149.35 | 82.65 | 62.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 212 | 69 | 0.73 | 0 | 0.67 | 0.17 | 124.65 | 0.64 | 0.53 |
| Hex | 39 | D4 | 45 | 49 | 0 | 43 | 11 | 7D | 40 | 35 |
| Octal | 71 | 324 | 105 | 111 | 0 | 103 | 21 | 175 | 100 | 65 |
| Binary | 111001 | 11010100 | 1000101 | 1001001 | 0 | 1000011 | 10001 | 1111101 | 1000000 | 110101 |
Color Harmonies of #39D445
Complementary color
Monochromatic Colors of #39D445
Black with #39D445
Text Example
Text Example
White with #39D445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D445; }
p { color: rgb(57,212,69); }
H1.HeaderClassName
{
color: #39D445;
}
.AnyTagClassName
{
color: #39D445;
}
</style>
background-color css
<style>
a { background-color: #39D445; }
a { background-color: rgb(57,212,69); }
div.DivClassName
{
background-color: #39D445;
}
.BgClassName
{
background-color: #39D445;
}
</style>
border-color css
<style>
span { border-color: #39D445; }
span { border-color: rgb(57,212,69); }
td.TdClassName
{
border-color: #39D445;
}
.TagClassName
{
border-color: #39D445;
}
</style>