Shades of Lime Green #3FBC2C
Tints of Lime Green #3FBC2C
RGB
CMYK
RGB Variations
Color information
#3FBC2C (or 0x3FBC2C) is known color: Lime Green. HEX triplet: 3F, BC and 2C. RGB value is (63,188,44). Sum of RGB (Red+Green+Blue) = 63+188+44=295 (39% of max value = 765). Red value is 63 (25% from 255 or 21.36% from 295); Green value is 188 (73.83% from 255 or 63.73% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 188 - color contains mainly: green. Hex color #3FBC2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FBC2C is #C043D3. Grayscale: #868686. Windows color (decimal): -12600276 or 2931775. OLE color: 2931775.
HSL color Cylindrical-coordinate representation of color #3FBC2C: hue angle of 112.08º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3FBC2C is Cyan = 0.66, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 188 | 44 | - |
| CMYK | 0.66 | 0 | 0.77 | 0.26 |
| HSL | 112.08º | 0.62% | 0.45% | - |
| HSV(B) | 112.08º | 0.77% | 0.74% | - |
| XYZ | 20.49 | 37.21 | 8.48 | - |
| YUV | 134.21 | 77.09 | 77.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 188 | 44 | 0.66 | 0 | 0.77 | 0.26 | 112.08 | 0.62 | 0.45 |
| Hex | 3F | BC | 2C | 42 | 0 | 4D | 1A | 70 | 3E | 2D |
| Octal | 77 | 274 | 54 | 102 | 0 | 115 | 32 | 160 | 76 | 55 |
| Binary | 111111 | 10111100 | 101100 | 1000010 | 0 | 1001101 | 11010 | 1110000 | 111110 | 101101 |
Color Harmonies of #3FBC2C
Complementary color
Monochromatic Colors of #3FBC2C
Black with #3FBC2C
Text Example
Text Example
White with #3FBC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBC2C; }
p { color: rgb(63,188,44); }
H1.HeaderClassName
{
color: #3FBC2C;
}
.AnyTagClassName
{
color: #3FBC2C;
}
</style>
background-color css
<style>
a { background-color: #3FBC2C; }
a { background-color: rgb(63,188,44); }
div.DivClassName
{
background-color: #3FBC2C;
}
.BgClassName
{
background-color: #3FBC2C;
}
</style>
border-color css
<style>
span { border-color: #3FBC2C; }
span { border-color: rgb(63,188,44); }
td.TdClassName
{
border-color: #3FBC2C;
}
.TagClassName
{
border-color: #3FBC2C;
}
</style>