Shades of Lime Green #3FDD2E
Tints of Lime Green #3FDD2E
RGB
CMYK
RGB Variations
Color information
#3FDD2E (or 0x3FDD2E) is known color: Lime Green. HEX triplet: 3F, DD and 2E. RGB value is (63,221,46). Sum of RGB (Red+Green+Blue) = 63+221+46=330 (43% of max value = 765). Red value is 63 (25% from 255 or 19.09% from 330); Green value is 221 (86.72% from 255 or 66.97% from 330); Blue value is 46 (18.36% from 255 or 13.94% from 330); Max value from RGB is 221 - color contains mainly: green. Hex color #3FDD2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDD2E is #C022D1. Grayscale: #9A9A9A. Windows color (decimal): -12591826 or 3071295. OLE color: 3071295.
HSL color Cylindrical-coordinate representation of color #3FDD2E: hue angle of 114.17º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3FDD2E is Cyan = 0.71, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 221 | 46 | - |
| CMYK | 0.71 | 0 | 0.79 | 0.13 |
| HSL | 114.17º | 0.72% | 0.52% | - |
| HSV(B) | 114.17º | 0.79% | 0.87% | - |
| XYZ | 28.4 | 52.97 | 11.31 | - |
| YUV | 153.81 | 67.15 | 63.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 221 | 46 | 0.71 | 0 | 0.79 | 0.13 | 114.17 | 0.72 | 0.52 |
| Hex | 3F | DD | 2E | 47 | 0 | 4F | D | 72 | 48 | 34 |
| Octal | 77 | 335 | 56 | 107 | 0 | 117 | 15 | 162 | 110 | 64 |
| Binary | 111111 | 11011101 | 101110 | 1000111 | 0 | 1001111 | 1101 | 1110010 | 1001000 | 110100 |
Color Harmonies of #3FDD2E
Complementary color
Monochromatic Colors of #3FDD2E
Black with #3FDD2E
Text Example
Text Example
White with #3FDD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDD2E; }
p { color: rgb(63,221,46); }
H1.HeaderClassName
{
color: #3FDD2E;
}
.AnyTagClassName
{
color: #3FDD2E;
}
</style>
background-color css
<style>
a { background-color: #3FDD2E; }
a { background-color: rgb(63,221,46); }
div.DivClassName
{
background-color: #3FDD2E;
}
.BgClassName
{
background-color: #3FDD2E;
}
</style>
border-color css
<style>
span { border-color: #3FDD2E; }
span { border-color: rgb(63,221,46); }
td.TdClassName
{
border-color: #3FDD2E;
}
.TagClassName
{
border-color: #3FDD2E;
}
</style>