Shades of Lime Green #3FBA43
Tints of Lime Green #3FBA43
RGB
CMYK
RGB Variations
Color information
#3FBA43 (or 0x3FBA43) is known color: Lime Green. HEX triplet: 3F, BA and 43. RGB value is (63,186,67). Sum of RGB (Red+Green+Blue) = 63+186+67=316 (41% of max value = 765). Red value is 63 (25% from 255 or 19.94% from 316); Green value is 186 (73.05% from 255 or 58.86% from 316); Blue value is 67 (26.56% from 255 or 21.20% from 316); Max value from RGB is 186 - color contains mainly: green. Hex color #3FBA43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FBA43 is #C045BC. Grayscale: #888888. Windows color (decimal): -12600765 or 4438591. OLE color: 4438591.
HSL color Cylindrical-coordinate representation of color #3FBA43: hue angle of 121.95º 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 #3FBA43 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 186 | 67 | - |
| CMYK | 0.66 | 0 | 0.64 | 0.27 |
| HSL | 121.95º | 0.49% | 0.49% | - |
| HSV(B) | 121.95º | 0.66% | 0.73% | - |
| XYZ | 20.62 | 36.58 | 11.28 | - |
| YUV | 135.66 | 89.25 | 76.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 186 | 67 | 0.66 | 0 | 0.64 | 0.27 | 121.95 | 0.49 | 0.49 |
| Hex | 3F | BA | 43 | 42 | 0 | 40 | 1B | 7A | 31 | 31 |
| Octal | 77 | 272 | 103 | 102 | 0 | 100 | 33 | 172 | 61 | 61 |
| Binary | 111111 | 10111010 | 1000011 | 1000010 | 0 | 1000000 | 11011 | 1111010 | 110001 | 110001 |
Color Harmonies of #3FBA43
Complementary color
Monochromatic Colors of #3FBA43
Black with #3FBA43
Text Example
Text Example
White with #3FBA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBA43; }
p { color: rgb(63,186,67); }
H1.HeaderClassName
{
color: #3FBA43;
}
.AnyTagClassName
{
color: #3FBA43;
}
</style>
background-color css
<style>
a { background-color: #3FBA43; }
a { background-color: rgb(63,186,67); }
div.DivClassName
{
background-color: #3FBA43;
}
.BgClassName
{
background-color: #3FBA43;
}
</style>
border-color css
<style>
span { border-color: #3FBA43; }
span { border-color: rgb(63,186,67); }
td.TdClassName
{
border-color: #3FBA43;
}
.TagClassName
{
border-color: #3FBA43;
}
</style>