Shades of Lime Green #3FBA3E
Tints of Lime Green #3FBA3E
RGB
CMYK
RGB Variations
Color information
#3FBA3E (or 0x3FBA3E) is known color: Lime Green. HEX triplet: 3F, BA and 3E. RGB value is (63,186,62). Sum of RGB (Red+Green+Blue) = 63+186+62=311 (41% of max value = 765). Red value is 63 (25% from 255 or 20.26% from 311); Green value is 186 (73.05% from 255 or 59.81% from 311); Blue value is 62 (24.61% from 255 or 19.94% from 311); Max value from RGB is 186 - color contains mainly: green. Hex color #3FBA3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FBA3E is #C045C1. Grayscale: #878787. Windows color (decimal): -12600770 or 4110911. OLE color: 4110911.
HSL color Cylindrical-coordinate representation of color #3FBA3E: hue angle of 119.52º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FBA3E is Cyan = 0.66, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 186 | 62 | - |
| CMYK | 0.66 | 0 | 0.67 | 0.27 |
| HSL | 119.52º | 0.5% | 0.49% | - |
| HSV(B) | 119.52º | 0.67% | 0.73% | - |
| XYZ | 20.48 | 36.52 | 10.53 | - |
| YUV | 135.09 | 86.75 | 76.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 186 | 62 | 0.66 | 0 | 0.67 | 0.27 | 119.52 | 0.5 | 0.49 |
| Hex | 3F | BA | 3E | 42 | 0 | 43 | 1B | 78 | 32 | 31 |
| Octal | 77 | 272 | 76 | 102 | 0 | 103 | 33 | 170 | 62 | 61 |
| Binary | 111111 | 10111010 | 111110 | 1000010 | 0 | 1000011 | 11011 | 1111000 | 110010 | 110001 |
Color Harmonies of #3FBA3E
Complementary color
Monochromatic Colors of #3FBA3E
Black with #3FBA3E
Text Example
Text Example
White with #3FBA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBA3E; }
p { color: rgb(63,186,62); }
H1.HeaderClassName
{
color: #3FBA3E;
}
.AnyTagClassName
{
color: #3FBA3E;
}
</style>
background-color css
<style>
a { background-color: #3FBA3E; }
a { background-color: rgb(63,186,62); }
div.DivClassName
{
background-color: #3FBA3E;
}
.BgClassName
{
background-color: #3FBA3E;
}
</style>
border-color css
<style>
span { border-color: #3FBA3E; }
span { border-color: rgb(63,186,62); }
td.TdClassName
{
border-color: #3FBA3E;
}
.TagClassName
{
border-color: #3FBA3E;
}
</style>