Shades of Lime Green #3FDD53
Tints of Lime Green #3FDD53
RGB
CMYK
RGB Variations
Color information
#3FDD53 (or 0x3FDD53) is known color: Lime Green. HEX triplet: 3F, DD and 53. RGB value is (63,221,83). Sum of RGB (Red+Green+Blue) = 63+221+83=367 (48% of max value = 765). Red value is 63 (25% from 255 or 17.17% from 367); Green value is 221 (86.72% from 255 or 60.22% from 367); Blue value is 83 (32.81% from 255 or 22.62% from 367); Max value from RGB is 221 - color contains mainly: green. Hex color #3FDD53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FDD53 is #C022AC. Grayscale: #9E9E9E. Windows color (decimal): -12591789 or 5496127. OLE color: 5496127.
HSL color Cylindrical-coordinate representation of color #3FDD53: hue angle of 127.59º 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 #3FDD53 is Cyan = 0.71, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 221 | 83 | - |
| CMYK | 0.71 | 0 | 0.62 | 0.13 |
| HSL | 127.59º | 0.7% | 0.56% | - |
| HSV(B) | 127.59º | 0.71% | 0.87% | - |
| XYZ | 29.47 | 53.39 | 16.94 | - |
| YUV | 158.03 | 85.65 | 60.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 221 | 83 | 0.71 | 0 | 0.62 | 0.13 | 127.59 | 0.7 | 0.56 |
| Hex | 3F | DD | 53 | 47 | 0 | 3E | D | 80 | 46 | 38 |
| Octal | 77 | 335 | 123 | 107 | 0 | 76 | 15 | 200 | 106 | 70 |
| Binary | 111111 | 11011101 | 1010011 | 1000111 | 0 | 111110 | 1101 | 10000000 | 1000110 | 111000 |
Color Harmonies of #3FDD53
Complementary color
Monochromatic Colors of #3FDD53
Black with #3FDD53
Text Example
Text Example
White with #3FDD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDD53; }
p { color: rgb(63,221,83); }
H1.HeaderClassName
{
color: #3FDD53;
}
.AnyTagClassName
{
color: #3FDD53;
}
</style>
background-color css
<style>
a { background-color: #3FDD53; }
a { background-color: rgb(63,221,83); }
div.DivClassName
{
background-color: #3FDD53;
}
.BgClassName
{
background-color: #3FDD53;
}
</style>
border-color css
<style>
span { border-color: #3FDD53; }
span { border-color: rgb(63,221,83); }
td.TdClassName
{
border-color: #3FDD53;
}
.TagClassName
{
border-color: #3FDD53;
}
</style>