Shades of Lime Green #39C745
Tints of Lime Green #39C745
RGB
CMYK
RGB Variations
Color information
#39C745 (or 0x39C745) is known color: Lime Green. HEX triplet: 39, C7 and 45. RGB value is (57,199,69). Sum of RGB (Red+Green+Blue) = 57+199+69=325 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.54% from 325); Green value is 199 (78.12% from 255 or 61.23% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 199 - color contains mainly: green. Hex color #39C745 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39C745 is #C638BA. Grayscale: #8E8E8E. Windows color (decimal): -12990651 or 4572985. OLE color: 4572985.
HSL color Cylindrical-coordinate representation of color #39C745: hue angle of 125.07º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #39C745 is Cyan = 0.71, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 57 | 199 | 69 | - |
| CMYK | 0.71 | 0 | 0.65 | 0.22 |
| HSL | 125.07º | 0.56% | 0.5% | - |
| HSV(B) | 125.07º | 0.71% | 0.78% | - |
| XYZ | 23.18 | 42.15 | 12.54 | - |
| YUV | 141.72 | 86.96 | 67.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 199 | 69 | 0.71 | 0 | 0.65 | 0.22 | 125.07 | 0.56 | 0.5 |
| Hex | 39 | C7 | 45 | 47 | 0 | 41 | 16 | 7D | 38 | 32 |
| Octal | 71 | 307 | 105 | 107 | 0 | 101 | 26 | 175 | 70 | 62 |
| Binary | 111001 | 11000111 | 1000101 | 1000111 | 0 | 1000001 | 10110 | 1111101 | 111000 | 110010 |
Color Harmonies of #39C745
Complementary color
Monochromatic Colors of #39C745
Black with #39C745
Text Example
Text Example
White with #39C745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C745; }
p { color: rgb(57,199,69); }
H1.HeaderClassName
{
color: #39C745;
}
.AnyTagClassName
{
color: #39C745;
}
</style>
background-color css
<style>
a { background-color: #39C745; }
a { background-color: rgb(57,199,69); }
div.DivClassName
{
background-color: #39C745;
}
.BgClassName
{
background-color: #39C745;
}
</style>
border-color css
<style>
span { border-color: #39C745; }
span { border-color: rgb(57,199,69); }
td.TdClassName
{
border-color: #39C745;
}
.TagClassName
{
border-color: #39C745;
}
</style>