Shades of Lime Green #3FDD51
Tints of Lime Green #3FDD51
RGB
CMYK
RGB Variations
Color information
#3FDD51 (or 0x3FDD51) is known color: Lime Green. HEX triplet: 3F, DD and 51. RGB value is (63,221,81). Sum of RGB (Red+Green+Blue) = 63+221+81=365 (48% of max value = 765). Red value is 63 (25% from 255 or 17.26% from 365); Green value is 221 (86.72% from 255 or 60.55% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 221 - color contains mainly: green. Hex color #3FDD51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FDD51 is #C022AE. Grayscale: #9E9E9E. Windows color (decimal): -12591791 or 5365055. OLE color: 5365055.
HSL color Cylindrical-coordinate representation of color #3FDD51: hue angle of 126.84º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDD51 is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 221 | 81 | - |
| CMYK | 0.71 | 0 | 0.63 | 0.13 |
| HSL | 126.84º | 0.7% | 0.56% | - |
| HSV(B) | 126.84º | 0.71% | 0.87% | - |
| XYZ | 29.39 | 53.36 | 16.54 | - |
| YUV | 157.8 | 84.65 | 60.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 221 | 81 | 0.71 | 0 | 0.63 | 0.13 | 126.84 | 0.7 | 0.56 |
| Hex | 3F | DD | 51 | 47 | 0 | 3F | D | 7F | 46 | 38 |
| Octal | 77 | 335 | 121 | 107 | 0 | 77 | 15 | 177 | 106 | 70 |
| Binary | 111111 | 11011101 | 1010001 | 1000111 | 0 | 111111 | 1101 | 1111111 | 1000110 | 111000 |
Color Harmonies of #3FDD51
Complementary color
Monochromatic Colors of #3FDD51
Black with #3FDD51
Text Example
Text Example
White with #3FDD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDD51; }
p { color: rgb(63,221,81); }
H1.HeaderClassName
{
color: #3FDD51;
}
.AnyTagClassName
{
color: #3FDD51;
}
</style>
background-color css
<style>
a { background-color: #3FDD51; }
a { background-color: rgb(63,221,81); }
div.DivClassName
{
background-color: #3FDD51;
}
.BgClassName
{
background-color: #3FDD51;
}
</style>
border-color css
<style>
span { border-color: #3FDD51; }
span { border-color: rgb(63,221,81); }
td.TdClassName
{
border-color: #3FDD51;
}
.TagClassName
{
border-color: #3FDD51;
}
</style>