Shades of Lime Green #3FDA49
Tints of Lime Green #3FDA49
RGB
CMYK
RGB Variations
Color information
#3FDA49 (or 0x3FDA49) is known color: Lime Green. HEX triplet: 3F, DA and 49. RGB value is (63,218,73). Sum of RGB (Red+Green+Blue) = 63+218+73=354 (46% of max value = 765). Red value is 63 (25% from 255 or 17.80% from 354); Green value is 218 (85.55% from 255 or 61.58% from 354); Blue value is 73 (28.91% from 255 or 20.62% from 354); Max value from RGB is 218 - color contains mainly: green. Hex color #3FDA49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDA49 is #C025B6. Grayscale: #9B9B9B. Windows color (decimal): -12592567 or 4839999. OLE color: 4839999.
HSL color Cylindrical-coordinate representation of color #3FDA49: hue angle of 123.87º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDA49 is Cyan = 0.71, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 218 | 73 | - |
| CMYK | 0.71 | 0 | 0.67 | 0.15 |
| HSL | 123.87º | 0.68% | 0.55% | - |
| HSV(B) | 123.87º | 0.71% | 0.85% | - |
| XYZ | 28.32 | 51.68 | 14.79 | - |
| YUV | 155.13 | 81.65 | 62.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 218 | 73 | 0.71 | 0 | 0.67 | 0.15 | 123.87 | 0.68 | 0.55 |
| Hex | 3F | DA | 49 | 47 | 0 | 43 | F | 7C | 44 | 37 |
| Octal | 77 | 332 | 111 | 107 | 0 | 103 | 17 | 174 | 104 | 67 |
| Binary | 111111 | 11011010 | 1001001 | 1000111 | 0 | 1000011 | 1111 | 1111100 | 1000100 | 110111 |
Color Harmonies of #3FDA49
Complementary color
Monochromatic Colors of #3FDA49
Black with #3FDA49
Text Example
Text Example
White with #3FDA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDA49; }
p { color: rgb(63,218,73); }
H1.HeaderClassName
{
color: #3FDA49;
}
.AnyTagClassName
{
color: #3FDA49;
}
</style>
background-color css
<style>
a { background-color: #3FDA49; }
a { background-color: rgb(63,218,73); }
div.DivClassName
{
background-color: #3FDA49;
}
.BgClassName
{
background-color: #3FDA49;
}
</style>
border-color css
<style>
span { border-color: #3FDA49; }
span { border-color: rgb(63,218,73); }
td.TdClassName
{
border-color: #3FDA49;
}
.TagClassName
{
border-color: #3FDA49;
}
</style>