Shades of Lime Green #39C14D
Tints of Lime Green #39C14D
RGB
CMYK
RGB Variations
Color information
#39C14D (or 0x39C14D) is known color: Lime Green. HEX triplet: 39, C1 and 4D. RGB value is (57,193,77). Sum of RGB (Red+Green+Blue) = 57+193+77=327 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.43% from 327); Green value is 193 (75.78% from 255 or 59.02% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 193 - color contains mainly: green. Hex color #39C14D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #39C14D is #C63EB2. Grayscale: #8B8B8B. Windows color (decimal): -12992179 or 5095737. OLE color: 5095737.
HSL color Cylindrical-coordinate representation of color #39C14D: hue angle of 128.82º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #39C14D is Cyan = 0.70, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 57 | 193 | 77 | - |
| CMYK | 0.70 | 0 | 0.60 | 0.24 |
| HSL | 128.82º | 0.54% | 0.49% | - |
| HSV(B) | 128.82º | 0.7% | 0.76% | - |
| XYZ | 22.1 | 39.55 | 13.49 | - |
| YUV | 139.11 | 92.94 | 69.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 193 | 77 | 0.70 | 0 | 0.60 | 0.24 | 128.82 | 0.54 | 0.49 |
| Hex | 39 | C1 | 4D | 46 | 0 | 3C | 18 | 81 | 36 | 31 |
| Octal | 71 | 301 | 115 | 106 | 0 | 74 | 30 | 201 | 66 | 61 |
| Binary | 111001 | 11000001 | 1001101 | 1000110 | 0 | 111100 | 11000 | 10000001 | 110110 | 110001 |
Color Harmonies of #39C14D
Complementary color
Monochromatic Colors of #39C14D
Black with #39C14D
Text Example
Text Example
White with #39C14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C14D; }
p { color: rgb(57,193,77); }
H1.HeaderClassName
{
color: #39C14D;
}
.AnyTagClassName
{
color: #39C14D;
}
</style>
background-color css
<style>
a { background-color: #39C14D; }
a { background-color: rgb(57,193,77); }
div.DivClassName
{
background-color: #39C14D;
}
.BgClassName
{
background-color: #39C14D;
}
</style>
border-color css
<style>
span { border-color: #39C14D; }
span { border-color: rgb(57,193,77); }
td.TdClassName
{
border-color: #39C14D;
}
.TagClassName
{
border-color: #39C14D;
}
</style>