Shades of Lime Green #3FDA4F
Tints of Lime Green #3FDA4F
RGB
CMYK
RGB Variations
Color information
#3FDA4F (or 0x3FDA4F) is known color: Lime Green. HEX triplet: 3F, DA and 4F. RGB value is (63,218,79). Sum of RGB (Red+Green+Blue) = 63+218+79=360 (47% of max value = 765). Red value is 63 (25% from 255 or 17.5% from 360); Green value is 218 (85.55% from 255 or 60.56% from 360); Blue value is 79 (31.25% from 255 or 21.94% from 360); Max value from RGB is 218 - color contains mainly: green. Hex color #3FDA4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FDA4F is #C025B0. Grayscale: #9C9C9C. Windows color (decimal): -12592561 or 5233215. OLE color: 5233215.
HSL color Cylindrical-coordinate representation of color #3FDA4F: hue angle of 126.19º 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 #3FDA4F is Cyan = 0.71, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 218 | 79 | - |
| CMYK | 0.71 | 0 | 0.64 | 0.15 |
| HSL | 126.19º | 0.68% | 0.55% | - |
| HSV(B) | 126.19º | 0.71% | 0.85% | - |
| XYZ | 28.53 | 51.76 | 15.88 | - |
| YUV | 155.81 | 84.65 | 61.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 218 | 79 | 0.71 | 0 | 0.64 | 0.15 | 126.19 | 0.68 | 0.55 |
| Hex | 3F | DA | 4F | 47 | 0 | 40 | F | 7E | 44 | 37 |
| Octal | 77 | 332 | 117 | 107 | 0 | 100 | 17 | 176 | 104 | 67 |
| Binary | 111111 | 11011010 | 1001111 | 1000111 | 0 | 1000000 | 1111 | 1111110 | 1000100 | 110111 |
Color Harmonies of #3FDA4F
Complementary color
Monochromatic Colors of #3FDA4F
Black with #3FDA4F
Text Example
Text Example
White with #3FDA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDA4F; }
p { color: rgb(63,218,79); }
H1.HeaderClassName
{
color: #3FDA4F;
}
.AnyTagClassName
{
color: #3FDA4F;
}
</style>
background-color css
<style>
a { background-color: #3FDA4F; }
a { background-color: rgb(63,218,79); }
div.DivClassName
{
background-color: #3FDA4F;
}
.BgClassName
{
background-color: #3FDA4F;
}
</style>
border-color css
<style>
span { border-color: #3FDA4F; }
span { border-color: rgb(63,218,79); }
td.TdClassName
{
border-color: #3FDA4F;
}
.TagClassName
{
border-color: #3FDA4F;
}
</style>