Shades of Lime Green #39D745
Tints of Lime Green #39D745
RGB
CMYK
RGB Variations
Color information
#39D745 (or 0x39D745) is known color: Lime Green. HEX triplet: 39, D7 and 45. RGB value is (57,215,69). Sum of RGB (Red+Green+Blue) = 57+215+69=341 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.72% from 341); Green value is 215 (84.38% from 255 or 63.05% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 215 - color contains mainly: green. Hex color #39D745 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39D745 is #C628BA. Grayscale: #979797. Windows color (decimal): -12986555 or 4577081. OLE color: 4577081.
HSL color Cylindrical-coordinate representation of color #39D745: hue angle of 124.56º 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 #39D745 is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 57 | 215 | 69 | - |
| CMYK | 0.73 | 0 | 0.68 | 0.16 |
| HSL | 124.56º | 0.66% | 0.53% | - |
| HSV(B) | 124.56º | 0.73% | 0.84% | - |
| XYZ | 27.06 | 49.9 | 13.84 | - |
| YUV | 151.11 | 81.65 | 60.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 215 | 69 | 0.73 | 0 | 0.68 | 0.16 | 124.56 | 0.66 | 0.53 |
| Hex | 39 | D7 | 45 | 49 | 0 | 44 | 10 | 7D | 42 | 35 |
| Octal | 71 | 327 | 105 | 111 | 0 | 104 | 20 | 175 | 102 | 65 |
| Binary | 111001 | 11010111 | 1000101 | 1001001 | 0 | 1000100 | 10000 | 1111101 | 1000010 | 110101 |
Color Harmonies of #39D745
Complementary color
Monochromatic Colors of #39D745
Black with #39D745
Text Example
Text Example
White with #39D745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D745; }
p { color: rgb(57,215,69); }
H1.HeaderClassName
{
color: #39D745;
}
.AnyTagClassName
{
color: #39D745;
}
</style>
background-color css
<style>
a { background-color: #39D745; }
a { background-color: rgb(57,215,69); }
div.DivClassName
{
background-color: #39D745;
}
.BgClassName
{
background-color: #39D745;
}
</style>
border-color css
<style>
span { border-color: #39D745; }
span { border-color: rgb(57,215,69); }
td.TdClassName
{
border-color: #39D745;
}
.TagClassName
{
border-color: #39D745;
}
</style>