Shades of Lime Green #39BF2C
Tints of Lime Green #39BF2C
RGB
CMYK
RGB Variations
Color information
#39BF2C (or 0x39BF2C) is known color: Lime Green. HEX triplet: 39, BF and 2C. RGB value is (57,191,44). Sum of RGB (Red+Green+Blue) = 57+191+44=292 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.52% from 292); Green value is 191 (75% from 255 or 65.41% from 292); Blue value is 44 (17.58% from 255 or 15.07% from 292); Max value from RGB is 191 - color contains mainly: green. Hex color #39BF2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39BF2C is #C640D3. Grayscale: #868686. Windows color (decimal): -12992724 or 2932537. OLE color: 2932537.
HSL color Cylindrical-coordinate representation of color #39BF2C: hue angle of 114.69º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39BF2C is Cyan = 0.70, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 191 | 44 | - |
| CMYK | 0.70 | 0 | 0.77 | 0.25 |
| HSL | 114.69º | 0.63% | 0.46% | - |
| HSV(B) | 114.69º | 0.77% | 0.75% | - |
| XYZ | 20.77 | 38.31 | 8.68 | - |
| YUV | 134.18 | 77.11 | 72.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 191 | 44 | 0.70 | 0 | 0.77 | 0.25 | 114.69 | 0.63 | 0.46 |
| Hex | 39 | BF | 2C | 46 | 0 | 4D | 19 | 73 | 3F | 2E |
| Octal | 71 | 277 | 54 | 106 | 0 | 115 | 31 | 163 | 77 | 56 |
| Binary | 111001 | 10111111 | 101100 | 1000110 | 0 | 1001101 | 11001 | 1110011 | 111111 | 101110 |
Color Harmonies of #39BF2C
Complementary color
Monochromatic Colors of #39BF2C
Black with #39BF2C
Text Example
Text Example
White with #39BF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39BF2C; }
p { color: rgb(57,191,44); }
H1.HeaderClassName
{
color: #39BF2C;
}
.AnyTagClassName
{
color: #39BF2C;
}
</style>
background-color css
<style>
a { background-color: #39BF2C; }
a { background-color: rgb(57,191,44); }
div.DivClassName
{
background-color: #39BF2C;
}
.BgClassName
{
background-color: #39BF2C;
}
</style>
border-color css
<style>
span { border-color: #39BF2C; }
span { border-color: rgb(57,191,44); }
td.TdClassName
{
border-color: #39BF2C;
}
.TagClassName
{
border-color: #39BF2C;
}
</style>