Shades of Lime Green #3FCF49
Tints of Lime Green #3FCF49
RGB
CMYK
RGB Variations
Color information
#3FCF49 (or 0x3FCF49) is known color: Lime Green. HEX triplet: 3F, CF and 49. RGB value is (63,207,73). Sum of RGB (Red+Green+Blue) = 63+207+73=343 (45% of max value = 765). Red value is 63 (25% from 255 or 18.37% from 343); Green value is 207 (81.25% from 255 or 60.35% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 207 - color contains mainly: green. Hex color #3FCF49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FCF49 is #C030B6. Grayscale: #959595. Windows color (decimal): -12595383 or 4837183. OLE color: 4837183.
HSL color Cylindrical-coordinate representation of color #3FCF49: hue angle of 124.17º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FCF49 is Cyan = 0.70, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 207 | 73 | - |
| CMYK | 0.70 | 0 | 0.65 | 0.19 |
| HSL | 124.17º | 0.6% | 0.53% | - |
| HSV(B) | 124.17º | 0.7% | 0.81% | - |
| XYZ | 25.57 | 46.16 | 13.87 | - |
| YUV | 148.67 | 85.29 | 66.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 207 | 73 | 0.70 | 0 | 0.65 | 0.19 | 124.17 | 0.6 | 0.53 |
| Hex | 3F | CF | 49 | 46 | 0 | 41 | 13 | 7C | 3C | 35 |
| Octal | 77 | 317 | 111 | 106 | 0 | 101 | 23 | 174 | 74 | 65 |
| Binary | 111111 | 11001111 | 1001001 | 1000110 | 0 | 1000001 | 10011 | 1111100 | 111100 | 110101 |
Color Harmonies of #3FCF49
Complementary color
Monochromatic Colors of #3FCF49
Black with #3FCF49
Text Example
Text Example
White with #3FCF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCF49; }
p { color: rgb(63,207,73); }
H1.HeaderClassName
{
color: #3FCF49;
}
.AnyTagClassName
{
color: #3FCF49;
}
</style>
background-color css
<style>
a { background-color: #3FCF49; }
a { background-color: rgb(63,207,73); }
div.DivClassName
{
background-color: #3FCF49;
}
.BgClassName
{
background-color: #3FCF49;
}
</style>
border-color css
<style>
span { border-color: #3FCF49; }
span { border-color: rgb(63,207,73); }
td.TdClassName
{
border-color: #3FCF49;
}
.TagClassName
{
border-color: #3FCF49;
}
</style>