Shades of Lime Green #39BF3E
Tints of Lime Green #39BF3E
RGB
CMYK
RGB Variations
Color information
#39BF3E (or 0x39BF3E) is known color: Lime Green. HEX triplet: 39, BF and 3E. RGB value is (57,191,62). Sum of RGB (Red+Green+Blue) = 57+191+62=310 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.39% from 310); Green value is 191 (75% from 255 or 61.61% from 310); Blue value is 62 (24.61% from 255 or 20% from 310); Max value from RGB is 191 - color contains mainly: green. Hex color #39BF3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39BF3E is #C640C1. Grayscale: #888888. Windows color (decimal): -12992706 or 4112185. OLE color: 4112185.
HSL color Cylindrical-coordinate representation of color #39BF3E: hue angle of 122.24º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #39BF3E is Cyan = 0.70, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 191 | 62 | - |
| CMYK | 0.70 | 0 | 0.68 | 0.25 |
| HSL | 122.24º | 0.54% | 0.49% | - |
| HSV(B) | 122.24º | 0.7% | 0.75% | - |
| XYZ | 21.19 | 38.48 | 10.87 | - |
| YUV | 136.23 | 86.11 | 71.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 191 | 62 | 0.70 | 0 | 0.68 | 0.25 | 122.24 | 0.54 | 0.49 |
| Hex | 39 | BF | 3E | 46 | 0 | 44 | 19 | 7A | 36 | 31 |
| Octal | 71 | 277 | 76 | 106 | 0 | 104 | 31 | 172 | 66 | 61 |
| Binary | 111001 | 10111111 | 111110 | 1000110 | 0 | 1000100 | 11001 | 1111010 | 110110 | 110001 |
Color Harmonies of #39BF3E
Complementary color
Monochromatic Colors of #39BF3E
Black with #39BF3E
Text Example
Text Example
White with #39BF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39BF3E; }
p { color: rgb(57,191,62); }
H1.HeaderClassName
{
color: #39BF3E;
}
.AnyTagClassName
{
color: #39BF3E;
}
</style>
background-color css
<style>
a { background-color: #39BF3E; }
a { background-color: rgb(57,191,62); }
div.DivClassName
{
background-color: #39BF3E;
}
.BgClassName
{
background-color: #39BF3E;
}
</style>
border-color css
<style>
span { border-color: #39BF3E; }
span { border-color: rgb(57,191,62); }
td.TdClassName
{
border-color: #39BF3E;
}
.TagClassName
{
border-color: #39BF3E;
}
</style>