Shades of Lime Green #3FBA42
Tints of Lime Green #3FBA42
RGB
CMYK
RGB Variations
Color information
#3FBA42 (or 0x3FBA42) is known color: Lime Green. HEX triplet: 3F, BA and 42. RGB value is (63,186,66). Sum of RGB (Red+Green+Blue) = 63+186+66=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 186 (73.05% from 255 or 59.05% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 186 - color contains mainly: green. Hex color #3FBA42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FBA42 is #C045BD. Grayscale: #878787. Windows color (decimal): -12600766 or 4373055. OLE color: 4373055.
HSL color Cylindrical-coordinate representation of color #3FBA42: hue angle of 121.46º 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 #3FBA42 is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 186 | 66 | - |
| CMYK | 0.66 | 0 | 0.65 | 0.27 |
| HSL | 121.46º | 0.49% | 0.49% | - |
| HSV(B) | 121.46º | 0.66% | 0.73% | - |
| XYZ | 20.59 | 36.57 | 11.13 | - |
| YUV | 135.54 | 88.75 | 76.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 186 | 66 | 0.66 | 0 | 0.65 | 0.27 | 121.46 | 0.49 | 0.49 |
| Hex | 3F | BA | 42 | 42 | 0 | 41 | 1B | 79 | 31 | 31 |
| Octal | 77 | 272 | 102 | 102 | 0 | 101 | 33 | 171 | 61 | 61 |
| Binary | 111111 | 10111010 | 1000010 | 1000010 | 0 | 1000001 | 11011 | 1111001 | 110001 | 110001 |
Color Harmonies of #3FBA42
Complementary color
Monochromatic Colors of #3FBA42
Black with #3FBA42
Text Example
Text Example
White with #3FBA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBA42; }
p { color: rgb(63,186,66); }
H1.HeaderClassName
{
color: #3FBA42;
}
.AnyTagClassName
{
color: #3FBA42;
}
</style>
background-color css
<style>
a { background-color: #3FBA42; }
a { background-color: rgb(63,186,66); }
div.DivClassName
{
background-color: #3FBA42;
}
.BgClassName
{
background-color: #3FBA42;
}
</style>
border-color css
<style>
span { border-color: #3FBA42; }
span { border-color: rgb(63,186,66); }
td.TdClassName
{
border-color: #3FBA42;
}
.TagClassName
{
border-color: #3FBA42;
}
</style>