Shades of Lime Green #3FBC2F
Tints of Lime Green #3FBC2F
RGB
CMYK
RGB Variations
Color information
#3FBC2F (or 0x3FBC2F) is known color: Lime Green. HEX triplet: 3F, BC and 2F. RGB value is (63,188,47). Sum of RGB (Red+Green+Blue) = 63+188+47=298 (39% of max value = 765). Red value is 63 (25% from 255 or 21.14% from 298); Green value is 188 (73.83% from 255 or 63.09% from 298); Blue value is 47 (18.75% from 255 or 15.77% from 298); Max value from RGB is 188 - color contains mainly: green. Hex color #3FBC2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FBC2F is #C043D0. Grayscale: #868686. Windows color (decimal): -12600273 or 3128383. OLE color: 3128383.
HSL color Cylindrical-coordinate representation of color #3FBC2F: hue angle of 113.19º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FBC2F is Cyan = 0.66, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 188 | 47 | - |
| CMYK | 0.66 | 0 | 0.75 | 0.26 |
| HSL | 113.19º | 0.6% | 0.46% | - |
| HSV(B) | 113.19º | 0.75% | 0.74% | - |
| XYZ | 20.55 | 37.23 | 8.79 | - |
| YUV | 134.55 | 78.59 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 188 | 47 | 0.66 | 0 | 0.75 | 0.26 | 113.19 | 0.6 | 0.46 |
| Hex | 3F | BC | 2F | 42 | 0 | 4B | 1A | 71 | 3C | 2E |
| Octal | 77 | 274 | 57 | 102 | 0 | 113 | 32 | 161 | 74 | 56 |
| Binary | 111111 | 10111100 | 101111 | 1000010 | 0 | 1001011 | 11010 | 1110001 | 111100 | 101110 |
Color Harmonies of #3FBC2F
Complementary color
Monochromatic Colors of #3FBC2F
Black with #3FBC2F
Text Example
Text Example
White with #3FBC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBC2F; }
p { color: rgb(63,188,47); }
H1.HeaderClassName
{
color: #3FBC2F;
}
.AnyTagClassName
{
color: #3FBC2F;
}
</style>
background-color css
<style>
a { background-color: #3FBC2F; }
a { background-color: rgb(63,188,47); }
div.DivClassName
{
background-color: #3FBC2F;
}
.BgClassName
{
background-color: #3FBC2F;
}
</style>
border-color css
<style>
span { border-color: #3FBC2F; }
span { border-color: rgb(63,188,47); }
td.TdClassName
{
border-color: #3FBC2F;
}
.TagClassName
{
border-color: #3FBC2F;
}
</style>