Shades of Lime Green #3FDB2F
Tints of Lime Green #3FDB2F
RGB
CMYK
RGB Variations
Color information
#3FDB2F (or 0x3FDB2F) is known color: Lime Green. HEX triplet: 3F, DB and 2F. RGB value is (63,219,47). Sum of RGB (Red+Green+Blue) = 63+219+47=329 (43% of max value = 765). Red value is 63 (25% from 255 or 19.15% from 329); Green value is 219 (85.94% from 255 or 66.57% from 329); Blue value is 47 (18.75% from 255 or 14.29% from 329); Max value from RGB is 219 - color contains mainly: green. Hex color #3FDB2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDB2F is #C024D0. Grayscale: #999999. Windows color (decimal): -12592337 or 3136319. OLE color: 3136319.
HSL color Cylindrical-coordinate representation of color #3FDB2F: hue angle of 114.42º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3FDB2F is Cyan = 0.71, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 219 | 47 | - |
| CMYK | 0.71 | 0 | 0.79 | 0.14 |
| HSL | 114.42º | 0.7% | 0.52% | - |
| HSV(B) | 114.42º | 0.79% | 0.86% | - |
| XYZ | 27.89 | 51.93 | 11.24 | - |
| YUV | 152.75 | 68.32 | 63.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 219 | 47 | 0.71 | 0 | 0.79 | 0.14 | 114.42 | 0.7 | 0.52 |
| Hex | 3F | DB | 2F | 47 | 0 | 4F | E | 72 | 46 | 34 |
| Octal | 77 | 333 | 57 | 107 | 0 | 117 | 16 | 162 | 106 | 64 |
| Binary | 111111 | 11011011 | 101111 | 1000111 | 0 | 1001111 | 1110 | 1110010 | 1000110 | 110100 |
Color Harmonies of #3FDB2F
Complementary color
Monochromatic Colors of #3FDB2F
Black with #3FDB2F
Text Example
Text Example
White with #3FDB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDB2F; }
p { color: rgb(63,219,47); }
H1.HeaderClassName
{
color: #3FDB2F;
}
.AnyTagClassName
{
color: #3FDB2F;
}
</style>
background-color css
<style>
a { background-color: #3FDB2F; }
a { background-color: rgb(63,219,47); }
div.DivClassName
{
background-color: #3FDB2F;
}
.BgClassName
{
background-color: #3FDB2F;
}
</style>
border-color css
<style>
span { border-color: #3FDB2F; }
span { border-color: rgb(63,219,47); }
td.TdClassName
{
border-color: #3FDB2F;
}
.TagClassName
{
border-color: #3FDB2F;
}
</style>