Shades of Lime Green #3FB72C
Tints of Lime Green #3FB72C
RGB
CMYK
RGB Variations
Color information
#3FB72C (or 0x3FB72C) is known color: Lime Green. HEX triplet: 3F, B7 and 2C. RGB value is (63,183,44). Sum of RGB (Red+Green+Blue) = 63+183+44=290 (38% of max value = 765). Red value is 63 (25% from 255 or 21.72% from 290); Green value is 183 (71.88% from 255 or 63.10% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 183 - color contains mainly: green. Hex color #3FB72C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FB72C is #C048D3. Grayscale: #838383. Windows color (decimal): -12601556 or 2930495. OLE color: 2930495.
HSL color Cylindrical-coordinate representation of color #3FB72C: hue angle of 111.8º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3FB72C is Cyan = 0.66, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 63 | 183 | 44 | - |
| CMYK | 0.66 | 0 | 0.76 | 0.28 |
| HSL | 111.8º | 0.61% | 0.45% | - |
| HSV(B) | 111.8º | 0.76% | 0.72% | - |
| XYZ | 19.44 | 35.11 | 8.13 | - |
| YUV | 131.27 | 78.74 | 79.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 183 | 44 | 0.66 | 0 | 0.76 | 0.28 | 111.8 | 0.61 | 0.45 |
| Hex | 3F | B7 | 2C | 42 | 0 | 4C | 1C | 70 | 3D | 2D |
| Octal | 77 | 267 | 54 | 102 | 0 | 114 | 34 | 160 | 75 | 55 |
| Binary | 111111 | 10110111 | 101100 | 1000010 | 0 | 1001100 | 11100 | 1110000 | 111101 | 101101 |
Color Harmonies of #3FB72C
Complementary color
Monochromatic Colors of #3FB72C
Black with #3FB72C
Text Example
Text Example
White with #3FB72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB72C; }
p { color: rgb(63,183,44); }
H1.HeaderClassName
{
color: #3FB72C;
}
.AnyTagClassName
{
color: #3FB72C;
}
</style>
background-color css
<style>
a { background-color: #3FB72C; }
a { background-color: rgb(63,183,44); }
div.DivClassName
{
background-color: #3FB72C;
}
.BgClassName
{
background-color: #3FB72C;
}
</style>
border-color css
<style>
span { border-color: #3FB72C; }
span { border-color: rgb(63,183,44); }
td.TdClassName
{
border-color: #3FB72C;
}
.TagClassName
{
border-color: #3FB72C;
}
</style>