Shades of Lime Green #3FBF31
Tints of Lime Green #3FBF31
RGB
CMYK
RGB Variations
Color information
#3FBF31 (or 0x3FBF31) is known color: Lime Green. HEX triplet: 3F, BF and 31. RGB value is (63,191,49). Sum of RGB (Red+Green+Blue) = 63+191+49=303 (40% of max value = 765). Red value is 63 (25% from 255 or 20.79% from 303); Green value is 191 (75% from 255 or 63.04% from 303); Blue value is 49 (19.53% from 255 or 16.17% from 303); Max value from RGB is 191 - color contains mainly: green. Hex color #3FBF31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FBF31 is #C040CE. Grayscale: #888888. Windows color (decimal): -12599503 or 3260223. OLE color: 3260223.
HSL color Cylindrical-coordinate representation of color #3FBF31: hue angle of 114.08º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FBF31 is Cyan = 0.67, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 191 | 49 | - |
| CMYK | 0.67 | 0 | 0.74 | 0.25 |
| HSL | 114.08º | 0.59% | 0.47% | - |
| HSV(B) | 114.08º | 0.74% | 0.75% | - |
| XYZ | 21.24 | 38.54 | 9.23 | - |
| YUV | 136.54 | 78.59 | 75.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 191 | 49 | 0.67 | 0 | 0.74 | 0.25 | 114.08 | 0.59 | 0.47 |
| Hex | 3F | BF | 31 | 43 | 0 | 4A | 19 | 72 | 3B | 2F |
| Octal | 77 | 277 | 61 | 103 | 0 | 112 | 31 | 162 | 73 | 57 |
| Binary | 111111 | 10111111 | 110001 | 1000011 | 0 | 1001010 | 11001 | 1110010 | 111011 | 101111 |
Color Harmonies of #3FBF31
Complementary color
Monochromatic Colors of #3FBF31
Black with #3FBF31
Text Example
Text Example
White with #3FBF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBF31; }
p { color: rgb(63,191,49); }
H1.HeaderClassName
{
color: #3FBF31;
}
.AnyTagClassName
{
color: #3FBF31;
}
</style>
background-color css
<style>
a { background-color: #3FBF31; }
a { background-color: rgb(63,191,49); }
div.DivClassName
{
background-color: #3FBF31;
}
.BgClassName
{
background-color: #3FBF31;
}
</style>
border-color css
<style>
span { border-color: #3FBF31; }
span { border-color: rgb(63,191,49); }
td.TdClassName
{
border-color: #3FBF31;
}
.TagClassName
{
border-color: #3FBF31;
}
</style>