Shades of Lime Green #3FDD2C
Tints of Lime Green #3FDD2C
RGB
CMYK
RGB Variations
Color information
#3FDD2C (or 0x3FDD2C) is known color: Lime Green. HEX triplet: 3F, DD and 2C. RGB value is (63,221,44). Sum of RGB (Red+Green+Blue) = 63+221+44=328 (43% of max value = 765). Red value is 63 (25% from 255 or 19.21% from 328); Green value is 221 (86.72% from 255 or 67.38% from 328); Blue value is 44 (17.58% from 255 or 13.41% from 328); Max value from RGB is 221 - color contains mainly: green. Hex color #3FDD2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDD2C is #C022D3. Grayscale: #9A9A9A. Windows color (decimal): -12591828 or 2940223. OLE color: 2940223.
HSL color Cylindrical-coordinate representation of color #3FDD2C: hue angle of 113.56º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3FDD2C is Cyan = 0.71, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 221 | 44 | - |
| CMYK | 0.71 | 0 | 0.80 | 0.13 |
| HSL | 113.56º | 0.72% | 0.52% | - |
| HSV(B) | 113.56º | 0.8% | 0.87% | - |
| XYZ | 28.36 | 52.95 | 11.11 | - |
| YUV | 153.58 | 66.15 | 63.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 221 | 44 | 0.71 | 0 | 0.80 | 0.13 | 113.56 | 0.72 | 0.52 |
| Hex | 3F | DD | 2C | 47 | 0 | 50 | D | 72 | 48 | 34 |
| Octal | 77 | 335 | 54 | 107 | 0 | 120 | 15 | 162 | 110 | 64 |
| Binary | 111111 | 11011101 | 101100 | 1000111 | 0 | 1010000 | 1101 | 1110010 | 1001000 | 110100 |
Color Harmonies of #3FDD2C
Complementary color
Monochromatic Colors of #3FDD2C
Black with #3FDD2C
Text Example
Text Example
White with #3FDD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDD2C; }
p { color: rgb(63,221,44); }
H1.HeaderClassName
{
color: #3FDD2C;
}
.AnyTagClassName
{
color: #3FDD2C;
}
</style>
background-color css
<style>
a { background-color: #3FDD2C; }
a { background-color: rgb(63,221,44); }
div.DivClassName
{
background-color: #3FDD2C;
}
.BgClassName
{
background-color: #3FDD2C;
}
</style>
border-color css
<style>
span { border-color: #3FDD2C; }
span { border-color: rgb(63,221,44); }
td.TdClassName
{
border-color: #3FDD2C;
}
.TagClassName
{
border-color: #3FDD2C;
}
</style>