Shades of Lime Green #39C149
Tints of Lime Green #39C149
RGB
CMYK
RGB Variations
Color information
#39C149 (or 0x39C149) is known color: Lime Green. HEX triplet: 39, C1 and 49. RGB value is (57,193,73). Sum of RGB (Red+Green+Blue) = 57+193+73=323 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.65% from 323); Green value is 193 (75.78% from 255 or 59.75% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 193 - color contains mainly: green. Hex color #39C149 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39C149 is #C63EB6. Grayscale: #8B8B8B. Windows color (decimal): -12992183 or 4833593. OLE color: 4833593.
HSL color Cylindrical-coordinate representation of color #39C149: hue angle of 127.06º 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 #39C149 is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 57 | 193 | 73 | - |
| CMYK | 0.70 | 0 | 0.62 | 0.24 |
| HSL | 127.06º | 0.54% | 0.49% | - |
| HSV(B) | 127.06º | 0.7% | 0.76% | - |
| XYZ | 21.96 | 39.49 | 12.77 | - |
| YUV | 138.66 | 90.94 | 69.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 193 | 73 | 0.70 | 0 | 0.62 | 0.24 | 127.06 | 0.54 | 0.49 |
| Hex | 39 | C1 | 49 | 46 | 0 | 3E | 18 | 7F | 36 | 31 |
| Octal | 71 | 301 | 111 | 106 | 0 | 76 | 30 | 177 | 66 | 61 |
| Binary | 111001 | 11000001 | 1001001 | 1000110 | 0 | 111110 | 11000 | 1111111 | 110110 | 110001 |
Color Harmonies of #39C149
Complementary color
Monochromatic Colors of #39C149
Black with #39C149
Text Example
Text Example
White with #39C149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C149; }
p { color: rgb(57,193,73); }
H1.HeaderClassName
{
color: #39C149;
}
.AnyTagClassName
{
color: #39C149;
}
</style>
background-color css
<style>
a { background-color: #39C149; }
a { background-color: rgb(57,193,73); }
div.DivClassName
{
background-color: #39C149;
}
.BgClassName
{
background-color: #39C149;
}
</style>
border-color css
<style>
span { border-color: #39C149; }
span { border-color: rgb(57,193,73); }
td.TdClassName
{
border-color: #39C149;
}
.TagClassName
{
border-color: #39C149;
}
</style>