Shades of Lime Green #3FDF4A
Tints of Lime Green #3FDF4A
RGB
CMYK
RGB Variations
Color information
#3FDF4A (or 0x3FDF4A) is known color: Lime Green. HEX triplet: 3F, DF and 4A. RGB value is (63,223,74). Sum of RGB (Red+Green+Blue) = 63+223+74=360 (47% of max value = 765). Red value is 63 (25% from 255 or 17.5% from 360); Green value is 223 (87.5% from 255 or 61.94% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDF4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDF4A is #C020B5. Grayscale: #9E9E9E. Windows color (decimal): -12591286 or 4906815. OLE color: 4906815.
HSL color Cylindrical-coordinate representation of color #3FDF4A: hue angle of 124.12º 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 #3FDF4A is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 223 | 74 | - |
| CMYK | 0.72 | 0 | 0.67 | 0.13 |
| HSL | 124.13º | 0.71% | 0.56% | - |
| HSV(B) | 124.13º | 0.72% | 0.87% | - |
| XYZ | 29.67 | 54.33 | 15.4 | - |
| YUV | 158.17 | 80.49 | 60.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 223 | 74 | 0.72 | 0 | 0.67 | 0.13 | 124.13 | 0.71 | 0.56 |
| Hex | 3F | DF | 4A | 48 | 0 | 43 | D | 7C | 47 | 38 |
| Octal | 77 | 337 | 112 | 110 | 0 | 103 | 15 | 174 | 107 | 70 |
| Binary | 111111 | 11011111 | 1001010 | 1001000 | 0 | 1000011 | 1101 | 1111100 | 1000111 | 111000 |
Color Harmonies of #3FDF4A
Complementary color
Monochromatic Colors of #3FDF4A
Black with #3FDF4A
Text Example
Text Example
White with #3FDF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDF4A; }
p { color: rgb(63,223,74); }
H1.HeaderClassName
{
color: #3FDF4A;
}
.AnyTagClassName
{
color: #3FDF4A;
}
</style>
background-color css
<style>
a { background-color: #3FDF4A; }
a { background-color: rgb(63,223,74); }
div.DivClassName
{
background-color: #3FDF4A;
}
.BgClassName
{
background-color: #3FDF4A;
}
</style>
border-color css
<style>
span { border-color: #3FDF4A; }
span { border-color: rgb(63,223,74); }
td.TdClassName
{
border-color: #3FDF4A;
}
.TagClassName
{
border-color: #3FDF4A;
}
</style>