Shades of Lime Green #3FDF4D
Tints of Lime Green #3FDF4D
RGB
CMYK
RGB Variations
Color information
#3FDF4D (or 0x3FDF4D) is known color: Lime Green. HEX triplet: 3F, DF and 4D. RGB value is (63,223,77). Sum of RGB (Red+Green+Blue) = 63+223+77=363 (48% of max value = 765). Red value is 63 (25% from 255 or 17.36% from 363); Green value is 223 (87.5% from 255 or 61.43% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDF4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FDF4D is #C020B2. Grayscale: #9E9E9E. Windows color (decimal): -12591283 or 5103423. OLE color: 5103423.
HSL color Cylindrical-coordinate representation of color #3FDF4D: hue angle of 125.25º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FDF4D is Cyan = 0.72, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 223 | 77 | - |
| CMYK | 0.72 | 0 | 0.65 | 0.13 |
| HSL | 125.25º | 0.71% | 0.56% | - |
| HSV(B) | 125.25º | 0.72% | 0.87% | - |
| XYZ | 29.78 | 54.37 | 15.95 | - |
| YUV | 158.52 | 81.99 | 59.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 223 | 77 | 0.72 | 0 | 0.65 | 0.13 | 125.25 | 0.71 | 0.56 |
| Hex | 3F | DF | 4D | 48 | 0 | 41 | D | 7D | 47 | 38 |
| Octal | 77 | 337 | 115 | 110 | 0 | 101 | 15 | 175 | 107 | 70 |
| Binary | 111111 | 11011111 | 1001101 | 1001000 | 0 | 1000001 | 1101 | 1111101 | 1000111 | 111000 |
Color Harmonies of #3FDF4D
Complementary color
Monochromatic Colors of #3FDF4D
Black with #3FDF4D
Text Example
Text Example
White with #3FDF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDF4D; }
p { color: rgb(63,223,77); }
H1.HeaderClassName
{
color: #3FDF4D;
}
.AnyTagClassName
{
color: #3FDF4D;
}
</style>
background-color css
<style>
a { background-color: #3FDF4D; }
a { background-color: rgb(63,223,77); }
div.DivClassName
{
background-color: #3FDF4D;
}
.BgClassName
{
background-color: #3FDF4D;
}
</style>
border-color css
<style>
span { border-color: #3FDF4D; }
span { border-color: rgb(63,223,77); }
td.TdClassName
{
border-color: #3FDF4D;
}
.TagClassName
{
border-color: #3FDF4D;
}
</style>