Shades of Lime Green #39BC3E
Tints of Lime Green #39BC3E
RGB
CMYK
RGB Variations
Color information
#39BC3E (or 0x39BC3E) is known color: Lime Green. HEX triplet: 39, BC and 3E. RGB value is (57,188,62). Sum of RGB (Red+Green+Blue) = 57+188+62=307 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.57% from 307); Green value is 188 (73.83% from 255 or 61.24% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 188 - color contains mainly: green. Hex color #39BC3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39BC3E is #C643C1. Grayscale: #868686. Windows color (decimal): -12993474 or 4111417. OLE color: 4111417.
HSL color Cylindrical-coordinate representation of color #39BC3E: hue angle of 122.29º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #39BC3E is Cyan = 0.70, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 57 | 188 | 62 | - |
| CMYK | 0.70 | 0 | 0.67 | 0.26 |
| HSL | 122.29º | 0.53% | 0.48% | - |
| HSV(B) | 122.29º | 0.7% | 0.74% | - |
| XYZ | 20.54 | 37.18 | 10.65 | - |
| YUV | 134.47 | 87.1 | 72.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 188 | 62 | 0.70 | 0 | 0.67 | 0.26 | 122.29 | 0.53 | 0.48 |
| Hex | 39 | BC | 3E | 46 | 0 | 43 | 1A | 7A | 35 | 30 |
| Octal | 71 | 274 | 76 | 106 | 0 | 103 | 32 | 172 | 65 | 60 |
| Binary | 111001 | 10111100 | 111110 | 1000110 | 0 | 1000011 | 11010 | 1111010 | 110101 | 110000 |
Color Harmonies of #39BC3E
Complementary color
Monochromatic Colors of #39BC3E
Black with #39BC3E
Text Example
Text Example
White with #39BC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39BC3E; }
p { color: rgb(57,188,62); }
H1.HeaderClassName
{
color: #39BC3E;
}
.AnyTagClassName
{
color: #39BC3E;
}
</style>
background-color css
<style>
a { background-color: #39BC3E; }
a { background-color: rgb(57,188,62); }
div.DivClassName
{
background-color: #39BC3E;
}
.BgClassName
{
background-color: #39BC3E;
}
</style>
border-color css
<style>
span { border-color: #39BC3E; }
span { border-color: rgb(57,188,62); }
td.TdClassName
{
border-color: #39BC3E;
}
.TagClassName
{
border-color: #39BC3E;
}
</style>