Shades of Lime Green #3FC031
Tints of Lime Green #3FC031
RGB
CMYK
RGB Variations
Color information
#3FC031 (or 0x3FC031) is known color: Lime Green. HEX triplet: 3F, C0 and 31. RGB value is (63,192,49). Sum of RGB (Red+Green+Blue) = 63+192+49=304 (40% of max value = 765). Red value is 63 (25% from 255 or 20.72% from 304); Green value is 192 (75.39% from 255 or 63.16% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 192 - color contains mainly: green. Hex color #3FC031 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC031 is #C03FCE. Grayscale: #898989. Windows color (decimal): -12599247 or 3260479. OLE color: 3260479.
HSL color Cylindrical-coordinate representation of color #3FC031: hue angle of 114.13º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FC031 is Cyan = 0.67, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 192 | 49 | - |
| CMYK | 0.67 | 0 | 0.74 | 0.25 |
| HSL | 114.13º | 0.59% | 0.47% | - |
| HSV(B) | 114.13º | 0.74% | 0.75% | - |
| XYZ | 21.45 | 38.98 | 9.3 | - |
| YUV | 137.13 | 78.26 | 75.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 192 | 49 | 0.67 | 0 | 0.74 | 0.25 | 114.13 | 0.59 | 0.47 |
| Hex | 3F | C0 | 31 | 43 | 0 | 4A | 19 | 72 | 3B | 2F |
| Octal | 77 | 300 | 61 | 103 | 0 | 112 | 31 | 162 | 73 | 57 |
| Binary | 111111 | 11000000 | 110001 | 1000011 | 0 | 1001010 | 11001 | 1110010 | 111011 | 101111 |
Color Harmonies of #3FC031
Complementary color
Monochromatic Colors of #3FC031
Black with #3FC031
Text Example
Text Example
White with #3FC031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC031; }
p { color: rgb(63,192,49); }
H1.HeaderClassName
{
color: #3FC031;
}
.AnyTagClassName
{
color: #3FC031;
}
</style>
background-color css
<style>
a { background-color: #3FC031; }
a { background-color: rgb(63,192,49); }
div.DivClassName
{
background-color: #3FC031;
}
.BgClassName
{
background-color: #3FC031;
}
</style>
border-color css
<style>
span { border-color: #3FC031; }
span { border-color: rgb(63,192,49); }
td.TdClassName
{
border-color: #3FC031;
}
.TagClassName
{
border-color: #3FC031;
}
</style>