Shades of Lime Green #3FBC3D
Tints of Lime Green #3FBC3D
RGB
CMYK
RGB Variations
Color information
#3FBC3D (or 0x3FBC3D) is known color: Lime Green. HEX triplet: 3F, BC and 3D. RGB value is (63,188,61). Sum of RGB (Red+Green+Blue) = 63+188+61=312 (41% of max value = 765). Red value is 63 (25% from 255 or 20.19% from 312); Green value is 188 (73.83% from 255 or 60.26% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 188 - color contains mainly: green. Hex color #3FBC3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FBC3D is #C043C2. Grayscale: #888888. Windows color (decimal): -12600259 or 4045887. OLE color: 4045887.
HSL color Cylindrical-coordinate representation of color #3FBC3D: hue angle of 119.06º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3FBC3D is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 188 | 61 | - |
| CMYK | 0.66 | 0 | 0.68 | 0.26 |
| HSL | 119.06º | 0.51% | 0.49% | - |
| HSV(B) | 119.06º | 0.68% | 0.74% | - |
| XYZ | 20.88 | 37.36 | 10.53 | - |
| YUV | 136.15 | 85.59 | 75.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 188 | 61 | 0.66 | 0 | 0.68 | 0.26 | 119.06 | 0.51 | 0.49 |
| Hex | 3F | BC | 3D | 42 | 0 | 44 | 1A | 77 | 33 | 31 |
| Octal | 77 | 274 | 75 | 102 | 0 | 104 | 32 | 167 | 63 | 61 |
| Binary | 111111 | 10111100 | 111101 | 1000010 | 0 | 1000100 | 11010 | 1110111 | 110011 | 110001 |
Color Harmonies of #3FBC3D
Complementary color
Monochromatic Colors of #3FBC3D
Black with #3FBC3D
Text Example
Text Example
White with #3FBC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBC3D; }
p { color: rgb(63,188,61); }
H1.HeaderClassName
{
color: #3FBC3D;
}
.AnyTagClassName
{
color: #3FBC3D;
}
</style>
background-color css
<style>
a { background-color: #3FBC3D; }
a { background-color: rgb(63,188,61); }
div.DivClassName
{
background-color: #3FBC3D;
}
.BgClassName
{
background-color: #3FBC3D;
}
</style>
border-color css
<style>
span { border-color: #3FBC3D; }
span { border-color: rgb(63,188,61); }
td.TdClassName
{
border-color: #3FBC3D;
}
.TagClassName
{
border-color: #3FBC3D;
}
</style>