Shades of Lime Green #3FBA41
Tints of Lime Green #3FBA41
RGB
CMYK
RGB Variations
Color information
#3FBA41 (or 0x3FBA41) is known color: Lime Green. HEX triplet: 3F, BA and 41. RGB value is (63,186,65). Sum of RGB (Red+Green+Blue) = 63+186+65=314 (41% of max value = 765). Red value is 63 (25% from 255 or 20.06% from 314); Green value is 186 (73.05% from 255 or 59.24% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 186 - color contains mainly: green. Hex color #3FBA41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FBA41 is #C045BE. Grayscale: #878787. Windows color (decimal): -12600767 or 4307519. OLE color: 4307519.
HSL color Cylindrical-coordinate representation of color #3FBA41: hue angle of 120.98º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FBA41 is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 186 | 65 | - |
| CMYK | 0.66 | 0 | 0.65 | 0.27 |
| HSL | 120.98º | 0.49% | 0.49% | - |
| HSV(B) | 120.98º | 0.66% | 0.73% | - |
| XYZ | 20.56 | 36.56 | 10.97 | - |
| YUV | 135.43 | 88.25 | 76.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 186 | 65 | 0.66 | 0 | 0.65 | 0.27 | 120.98 | 0.49 | 0.49 |
| Hex | 3F | BA | 41 | 42 | 0 | 41 | 1B | 79 | 31 | 31 |
| Octal | 77 | 272 | 101 | 102 | 0 | 101 | 33 | 171 | 61 | 61 |
| Binary | 111111 | 10111010 | 1000001 | 1000010 | 0 | 1000001 | 11011 | 1111001 | 110001 | 110001 |
Color Harmonies of #3FBA41
Complementary color
Monochromatic Colors of #3FBA41
Black with #3FBA41
Text Example
Text Example
White with #3FBA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBA41; }
p { color: rgb(63,186,65); }
H1.HeaderClassName
{
color: #3FBA41;
}
.AnyTagClassName
{
color: #3FBA41;
}
</style>
background-color css
<style>
a { background-color: #3FBA41; }
a { background-color: rgb(63,186,65); }
div.DivClassName
{
background-color: #3FBA41;
}
.BgClassName
{
background-color: #3FBA41;
}
</style>
border-color css
<style>
span { border-color: #3FBA41; }
span { border-color: rgb(63,186,65); }
td.TdClassName
{
border-color: #3FBA41;
}
.TagClassName
{
border-color: #3FBA41;
}
</style>