Shades of Lime Green #3FBA40
Tints of Lime Green #3FBA40
RGB
CMYK
RGB Variations
Color information
#3FBA40 (or 0x3FBA40) is known color: Lime Green. HEX triplet: 3F, BA and 40. RGB value is (63,186,64). Sum of RGB (Red+Green+Blue) = 63+186+64=313 (41% of max value = 765). Red value is 63 (25% from 255 or 20.13% from 313); Green value is 186 (73.05% from 255 or 59.42% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 186 - color contains mainly: green. Hex color #3FBA40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FBA40 is #C045BF. Grayscale: #878787. Windows color (decimal): -12600768 or 4241983. OLE color: 4241983.
HSL color Cylindrical-coordinate representation of color #3FBA40: hue angle of 120.49º 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 #3FBA40 is Cyan = 0.66, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 186 | 64 | - |
| CMYK | 0.66 | 0 | 0.66 | 0.27 |
| HSL | 120.49º | 0.49% | 0.49% | - |
| HSV(B) | 120.49º | 0.66% | 0.73% | - |
| XYZ | 20.53 | 36.54 | 10.82 | - |
| YUV | 135.32 | 87.75 | 76.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 186 | 64 | 0.66 | 0 | 0.66 | 0.27 | 120.49 | 0.49 | 0.49 |
| Hex | 3F | BA | 40 | 42 | 0 | 42 | 1B | 78 | 31 | 31 |
| Octal | 77 | 272 | 100 | 102 | 0 | 102 | 33 | 170 | 61 | 61 |
| Binary | 111111 | 10111010 | 1000000 | 1000010 | 0 | 1000010 | 11011 | 1111000 | 110001 | 110001 |
Color Harmonies of #3FBA40
Complementary color
Monochromatic Colors of #3FBA40
Black with #3FBA40
Text Example
Text Example
White with #3FBA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBA40; }
p { color: rgb(63,186,64); }
H1.HeaderClassName
{
color: #3FBA40;
}
.AnyTagClassName
{
color: #3FBA40;
}
</style>
background-color css
<style>
a { background-color: #3FBA40; }
a { background-color: rgb(63,186,64); }
div.DivClassName
{
background-color: #3FBA40;
}
.BgClassName
{
background-color: #3FBA40;
}
</style>
border-color css
<style>
span { border-color: #3FBA40; }
span { border-color: rgb(63,186,64); }
td.TdClassName
{
border-color: #3FBA40;
}
.TagClassName
{
border-color: #3FBA40;
}
</style>