Shades of Lime Green #39C14F
Tints of Lime Green #39C14F
RGB
CMYK
RGB Variations
Color information
#39C14F (or 0x39C14F) is known color: Lime Green. HEX triplet: 39, C1 and 4F. RGB value is (57,193,79). Sum of RGB (Red+Green+Blue) = 57+193+79=329 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.33% from 329); Green value is 193 (75.78% from 255 or 58.66% from 329); Blue value is 79 (31.25% from 255 or 24.01% from 329); Max value from RGB is 193 - color contains mainly: green. Hex color #39C14F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #39C14F is #C63EB0. Grayscale: #8B8B8B. Windows color (decimal): -12992177 or 5226809. OLE color: 5226809.
HSL color Cylindrical-coordinate representation of color #39C14F: hue angle of 129.71º 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 #39C14F is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 57 | 193 | 79 | - |
| CMYK | 0.70 | 0 | 0.59 | 0.24 |
| HSL | 129.71º | 0.54% | 0.49% | - |
| HSV(B) | 129.71º | 0.7% | 0.76% | - |
| XYZ | 22.17 | 39.57 | 13.87 | - |
| YUV | 139.34 | 93.94 | 69.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 193 | 79 | 0.70 | 0 | 0.59 | 0.24 | 129.71 | 0.54 | 0.49 |
| Hex | 39 | C1 | 4F | 46 | 0 | 3B | 18 | 82 | 36 | 31 |
| Octal | 71 | 301 | 117 | 106 | 0 | 73 | 30 | 202 | 66 | 61 |
| Binary | 111001 | 11000001 | 1001111 | 1000110 | 0 | 111011 | 11000 | 10000010 | 110110 | 110001 |
Color Harmonies of #39C14F
Complementary color
Monochromatic Colors of #39C14F
Black with #39C14F
Text Example
Text Example
White with #39C14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C14F; }
p { color: rgb(57,193,79); }
H1.HeaderClassName
{
color: #39C14F;
}
.AnyTagClassName
{
color: #39C14F;
}
</style>
background-color css
<style>
a { background-color: #39C14F; }
a { background-color: rgb(57,193,79); }
div.DivClassName
{
background-color: #39C14F;
}
.BgClassName
{
background-color: #39C14F;
}
</style>
border-color css
<style>
span { border-color: #39C14F; }
span { border-color: rgb(57,193,79); }
td.TdClassName
{
border-color: #39C14F;
}
.TagClassName
{
border-color: #39C14F;
}
</style>