Shades of Lime Green #39C141
Tints of Lime Green #39C141
RGB
CMYK
RGB Variations
Color information
#39C141 (or 0x39C141) is known color: Lime Green. HEX triplet: 39, C1 and 41. RGB value is (57,193,65). Sum of RGB (Red+Green+Blue) = 57+193+65=315 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.10% from 315); Green value is 193 (75.78% from 255 or 61.27% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 193 - color contains mainly: green. Hex color #39C141 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39C141 is #C63EBE. Grayscale: #8A8A8A. Windows color (decimal): -12992191 or 4309305. OLE color: 4309305.
HSL color Cylindrical-coordinate representation of color #39C141: hue angle of 123.53º 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 #39C141 is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 57 | 193 | 65 | - |
| CMYK | 0.70 | 0 | 0.66 | 0.24 |
| HSL | 123.53º | 0.54% | 0.49% | - |
| HSV(B) | 123.53º | 0.7% | 0.76% | - |
| XYZ | 21.71 | 39.39 | 11.46 | - |
| YUV | 137.74 | 86.94 | 70.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 193 | 65 | 0.70 | 0 | 0.66 | 0.24 | 123.53 | 0.54 | 0.49 |
| Hex | 39 | C1 | 41 | 46 | 0 | 42 | 18 | 7C | 36 | 31 |
| Octal | 71 | 301 | 101 | 106 | 0 | 102 | 30 | 174 | 66 | 61 |
| Binary | 111001 | 11000001 | 1000001 | 1000110 | 0 | 1000010 | 11000 | 1111100 | 110110 | 110001 |
Color Harmonies of #39C141
Complementary color
Monochromatic Colors of #39C141
Black with #39C141
Text Example
Text Example
White with #39C141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C141; }
p { color: rgb(57,193,65); }
H1.HeaderClassName
{
color: #39C141;
}
.AnyTagClassName
{
color: #39C141;
}
</style>
background-color css
<style>
a { background-color: #39C141; }
a { background-color: rgb(57,193,65); }
div.DivClassName
{
background-color: #39C141;
}
.BgClassName
{
background-color: #39C141;
}
</style>
border-color css
<style>
span { border-color: #39C141; }
span { border-color: rgb(57,193,65); }
td.TdClassName
{
border-color: #39C141;
}
.TagClassName
{
border-color: #39C141;
}
</style>