Shades of Lime Green #3FBC37
Tints of Lime Green #3FBC37
RGB
CMYK
RGB Variations
Color information
#3FBC37 (or 0x3FBC37) is known color: Lime Green. HEX triplet: 3F, BC and 37. RGB value is (63,188,55). Sum of RGB (Red+Green+Blue) = 63+188+55=306 (40% of max value = 765). Red value is 63 (25% from 255 or 20.59% from 306); Green value is 188 (73.83% from 255 or 61.44% from 306); Blue value is 55 (21.88% from 255 or 17.97% from 306); Max value from RGB is 188 - color contains mainly: green. Hex color #3FBC37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FBC37 is #C043C8. Grayscale: #878787. Windows color (decimal): -12600265 or 3652671. OLE color: 3652671.
HSL color Cylindrical-coordinate representation of color #3FBC37: hue angle of 116.39º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FBC37 is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 188 | 55 | - |
| CMYK | 0.66 | 0 | 0.71 | 0.26 |
| HSL | 116.39º | 0.55% | 0.48% | - |
| HSV(B) | 116.39º | 0.71% | 0.74% | - |
| XYZ | 20.72 | 37.3 | 9.72 | - |
| YUV | 135.46 | 82.59 | 76.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 188 | 55 | 0.66 | 0 | 0.71 | 0.26 | 116.39 | 0.55 | 0.48 |
| Hex | 3F | BC | 37 | 42 | 0 | 47 | 1A | 74 | 37 | 30 |
| Octal | 77 | 274 | 67 | 102 | 0 | 107 | 32 | 164 | 67 | 60 |
| Binary | 111111 | 10111100 | 110111 | 1000010 | 0 | 1000111 | 11010 | 1110100 | 110111 | 110000 |
Color Harmonies of #3FBC37
Complementary color
Monochromatic Colors of #3FBC37
Black with #3FBC37
Text Example
Text Example
White with #3FBC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBC37; }
p { color: rgb(63,188,55); }
H1.HeaderClassName
{
color: #3FBC37;
}
.AnyTagClassName
{
color: #3FBC37;
}
</style>
background-color css
<style>
a { background-color: #3FBC37; }
a { background-color: rgb(63,188,55); }
div.DivClassName
{
background-color: #3FBC37;
}
.BgClassName
{
background-color: #3FBC37;
}
</style>
border-color css
<style>
span { border-color: #3FBC37; }
span { border-color: rgb(63,188,55); }
td.TdClassName
{
border-color: #3FBC37;
}
.TagClassName
{
border-color: #3FBC37;
}
</style>