Shades of Lime Green #3FDF44
Tints of Lime Green #3FDF44
RGB
CMYK
RGB Variations
Color information
#3FDF44 (or 0x3FDF44) is known color: Lime Green. HEX triplet: 3F, DF and 44. RGB value is (63,223,68). Sum of RGB (Red+Green+Blue) = 63+223+68=354 (46% of max value = 765). Red value is 63 (25% from 255 or 17.80% from 354); Green value is 223 (87.5% from 255 or 62.99% from 354); Blue value is 68 (26.95% from 255 or 19.21% from 354); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDF44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDF44 is #C020BB. Grayscale: #9D9D9D. Windows color (decimal): -12591292 or 4513599. OLE color: 4513599.
HSL color Cylindrical-coordinate representation of color #3FDF44: hue angle of 121.88º 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 #3FDF44 is Cyan = 0.72, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 223 | 68 | - |
| CMYK | 0.72 | 0 | 0.70 | 0.13 |
| HSL | 121.88º | 0.71% | 0.56% | - |
| HSV(B) | 121.88º | 0.72% | 0.87% | - |
| XYZ | 29.48 | 54.25 | 14.39 | - |
| YUV | 157.49 | 77.49 | 60.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 223 | 68 | 0.72 | 0 | 0.70 | 0.13 | 121.88 | 0.71 | 0.56 |
| Hex | 3F | DF | 44 | 48 | 0 | 46 | D | 7A | 47 | 38 |
| Octal | 77 | 337 | 104 | 110 | 0 | 106 | 15 | 172 | 107 | 70 |
| Binary | 111111 | 11011111 | 1000100 | 1001000 | 0 | 1000110 | 1101 | 1111010 | 1000111 | 111000 |
Color Harmonies of #3FDF44
Complementary color
Monochromatic Colors of #3FDF44
Black with #3FDF44
Text Example
Text Example
White with #3FDF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDF44; }
p { color: rgb(63,223,68); }
H1.HeaderClassName
{
color: #3FDF44;
}
.AnyTagClassName
{
color: #3FDF44;
}
</style>
background-color css
<style>
a { background-color: #3FDF44; }
a { background-color: rgb(63,223,68); }
div.DivClassName
{
background-color: #3FDF44;
}
.BgClassName
{
background-color: #3FDF44;
}
</style>
border-color css
<style>
span { border-color: #3FDF44; }
span { border-color: rgb(63,223,68); }
td.TdClassName
{
border-color: #3FDF44;
}
.TagClassName
{
border-color: #3FDF44;
}
</style>