Shades of Lime Green #3FDD31
Tints of Lime Green #3FDD31
RGB
CMYK
RGB Variations
Color information
#3FDD31 (or 0x3FDD31) is known color: Lime Green. HEX triplet: 3F, DD and 31. RGB value is (63,221,49). Sum of RGB (Red+Green+Blue) = 63+221+49=333 (44% of max value = 765). Red value is 63 (25% from 255 or 18.92% from 333); Green value is 221 (86.72% from 255 or 66.37% from 333); Blue value is 49 (19.53% from 255 or 14.71% from 333); Max value from RGB is 221 - color contains mainly: green. Hex color #3FDD31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDD31 is #C022CE. Grayscale: #9A9A9A. Windows color (decimal): -12591823 or 3267903. OLE color: 3267903.
HSL color Cylindrical-coordinate representation of color #3FDD31: hue angle of 115.12º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3FDD31 is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 221 | 49 | - |
| CMYK | 0.71 | 0 | 0.78 | 0.13 |
| HSL | 115.12º | 0.72% | 0.53% | - |
| HSV(B) | 115.12º | 0.78% | 0.87% | - |
| XYZ | 28.46 | 52.99 | 11.63 | - |
| YUV | 154.15 | 68.65 | 62.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 221 | 49 | 0.71 | 0 | 0.78 | 0.13 | 115.12 | 0.72 | 0.53 |
| Hex | 3F | DD | 31 | 47 | 0 | 4E | D | 73 | 48 | 35 |
| Octal | 77 | 335 | 61 | 107 | 0 | 116 | 15 | 163 | 110 | 65 |
| Binary | 111111 | 11011101 | 110001 | 1000111 | 0 | 1001110 | 1101 | 1110011 | 1001000 | 110101 |
Color Harmonies of #3FDD31
Complementary color
Monochromatic Colors of #3FDD31
Black with #3FDD31
Text Example
Text Example
White with #3FDD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDD31; }
p { color: rgb(63,221,49); }
H1.HeaderClassName
{
color: #3FDD31;
}
.AnyTagClassName
{
color: #3FDD31;
}
</style>
background-color css
<style>
a { background-color: #3FDD31; }
a { background-color: rgb(63,221,49); }
div.DivClassName
{
background-color: #3FDD31;
}
.BgClassName
{
background-color: #3FDD31;
}
</style>
border-color css
<style>
span { border-color: #3FDD31; }
span { border-color: rgb(63,221,49); }
td.TdClassName
{
border-color: #3FDD31;
}
.TagClassName
{
border-color: #3FDD31;
}
</style>