Shades of Lime Green #3FDD37
Tints of Lime Green #3FDD37
RGB
CMYK
RGB Variations
Color information
#3FDD37 (or 0x3FDD37) is known color: Lime Green. HEX triplet: 3F, DD and 37. RGB value is (63,221,55). Sum of RGB (Red+Green+Blue) = 63+221+55=339 (44% of max value = 765). Red value is 63 (25% from 255 or 18.58% from 339); Green value is 221 (86.72% from 255 or 65.19% from 339); Blue value is 55 (21.88% from 255 or 16.22% from 339); Max value from RGB is 221 - color contains mainly: green. Hex color #3FDD37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDD37 is #C022C8. Grayscale: #9B9B9B. Windows color (decimal): -12591817 or 3661119. OLE color: 3661119.
HSL color Cylindrical-coordinate representation of color #3FDD37: hue angle of 117.11º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FDD37 is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 221 | 55 | - |
| CMYK | 0.71 | 0 | 0.75 | 0.13 |
| HSL | 117.11º | 0.71% | 0.54% | - |
| HSV(B) | 117.11º | 0.75% | 0.87% | - |
| XYZ | 28.6 | 53.05 | 12.35 | - |
| YUV | 154.83 | 71.65 | 62.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 221 | 55 | 0.71 | 0 | 0.75 | 0.13 | 117.11 | 0.71 | 0.54 |
| Hex | 3F | DD | 37 | 47 | 0 | 4B | D | 75 | 47 | 36 |
| Octal | 77 | 335 | 67 | 107 | 0 | 113 | 15 | 165 | 107 | 66 |
| Binary | 111111 | 11011101 | 110111 | 1000111 | 0 | 1001011 | 1101 | 1110101 | 1000111 | 110110 |
Color Harmonies of #3FDD37
Complementary color
Monochromatic Colors of #3FDD37
Black with #3FDD37
Text Example
Text Example
White with #3FDD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDD37; }
p { color: rgb(63,221,55); }
H1.HeaderClassName
{
color: #3FDD37;
}
.AnyTagClassName
{
color: #3FDD37;
}
</style>
background-color css
<style>
a { background-color: #3FDD37; }
a { background-color: rgb(63,221,55); }
div.DivClassName
{
background-color: #3FDD37;
}
.BgClassName
{
background-color: #3FDD37;
}
</style>
border-color css
<style>
span { border-color: #3FDD37; }
span { border-color: rgb(63,221,55); }
td.TdClassName
{
border-color: #3FDD37;
}
.TagClassName
{
border-color: #3FDD37;
}
</style>