Shades of Lime Green #3FDD2F
Tints of Lime Green #3FDD2F
RGB
CMYK
RGB Variations
Color information
#3FDD2F (or 0x3FDD2F) is known color: Lime Green. HEX triplet: 3F, DD and 2F. RGB value is (63,221,47). Sum of RGB (Red+Green+Blue) = 63+221+47=331 (43% of max value = 765). Red value is 63 (25% from 255 or 19.03% from 331); Green value is 221 (86.72% from 255 or 66.77% from 331); Blue value is 47 (18.75% from 255 or 14.20% from 331); Max value from RGB is 221 - color contains mainly: green. Hex color #3FDD2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDD2F is #C022D0. Grayscale: #9A9A9A. Windows color (decimal): -12591825 or 3136831. OLE color: 3136831.
HSL color Cylindrical-coordinate representation of color #3FDD2F: hue angle of 114.48º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3FDD2F is Cyan = 0.71, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 221 | 47 | - |
| CMYK | 0.71 | 0 | 0.79 | 0.13 |
| HSL | 114.48º | 0.72% | 0.53% | - |
| HSV(B) | 114.48º | 0.79% | 0.87% | - |
| XYZ | 28.42 | 52.97 | 11.42 | - |
| YUV | 153.92 | 67.65 | 63.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 221 | 47 | 0.71 | 0 | 0.79 | 0.13 | 114.48 | 0.72 | 0.53 |
| Hex | 3F | DD | 2F | 47 | 0 | 4F | D | 72 | 48 | 35 |
| Octal | 77 | 335 | 57 | 107 | 0 | 117 | 15 | 162 | 110 | 65 |
| Binary | 111111 | 11011101 | 101111 | 1000111 | 0 | 1001111 | 1101 | 1110010 | 1001000 | 110101 |
Color Harmonies of #3FDD2F
Complementary color
Monochromatic Colors of #3FDD2F
Black with #3FDD2F
Text Example
Text Example
White with #3FDD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDD2F; }
p { color: rgb(63,221,47); }
H1.HeaderClassName
{
color: #3FDD2F;
}
.AnyTagClassName
{
color: #3FDD2F;
}
</style>
background-color css
<style>
a { background-color: #3FDD2F; }
a { background-color: rgb(63,221,47); }
div.DivClassName
{
background-color: #3FDD2F;
}
.BgClassName
{
background-color: #3FDD2F;
}
</style>
border-color css
<style>
span { border-color: #3FDD2F; }
span { border-color: rgb(63,221,47); }
td.TdClassName
{
border-color: #3FDD2F;
}
.TagClassName
{
border-color: #3FDD2F;
}
</style>