Shades of Lime Green #3FBC3A
Tints of Lime Green #3FBC3A
RGB
CMYK
RGB Variations
Color information
#3FBC3A (or 0x3FBC3A) is known color: Lime Green. HEX triplet: 3F, BC and 3A. RGB value is (63,188,58). Sum of RGB (Red+Green+Blue) = 63+188+58=309 (40% of max value = 765). Red value is 63 (25% from 255 or 20.39% from 309); Green value is 188 (73.83% from 255 or 60.84% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 188 - color contains mainly: green. Hex color #3FBC3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FBC3A is #C043C5. Grayscale: #888888. Windows color (decimal): -12600262 or 3849279. OLE color: 3849279.
HSL color Cylindrical-coordinate representation of color #3FBC3A: hue angle of 117.69º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FBC3A is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 188 | 58 | - |
| CMYK | 0.66 | 0 | 0.69 | 0.26 |
| HSL | 117.69º | 0.53% | 0.48% | - |
| HSV(B) | 117.69º | 0.69% | 0.74% | - |
| XYZ | 20.8 | 37.33 | 10.11 | - |
| YUV | 135.81 | 84.09 | 76.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 188 | 58 | 0.66 | 0 | 0.69 | 0.26 | 117.69 | 0.53 | 0.48 |
| Hex | 3F | BC | 3A | 42 | 0 | 45 | 1A | 76 | 35 | 30 |
| Octal | 77 | 274 | 72 | 102 | 0 | 105 | 32 | 166 | 65 | 60 |
| Binary | 111111 | 10111100 | 111010 | 1000010 | 0 | 1000101 | 11010 | 1110110 | 110101 | 110000 |
Color Harmonies of #3FBC3A
Complementary color
Monochromatic Colors of #3FBC3A
Black with #3FBC3A
Text Example
Text Example
White with #3FBC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBC3A; }
p { color: rgb(63,188,58); }
H1.HeaderClassName
{
color: #3FBC3A;
}
.AnyTagClassName
{
color: #3FBC3A;
}
</style>
background-color css
<style>
a { background-color: #3FBC3A; }
a { background-color: rgb(63,188,58); }
div.DivClassName
{
background-color: #3FBC3A;
}
.BgClassName
{
background-color: #3FBC3A;
}
</style>
border-color css
<style>
span { border-color: #3FBC3A; }
span { border-color: rgb(63,188,58); }
td.TdClassName
{
border-color: #3FBC3A;
}
.TagClassName
{
border-color: #3FBC3A;
}
</style>