Shades of Lime Green #3FDC2C
Tints of Lime Green #3FDC2C
RGB
CMYK
RGB Variations
Color information
#3FDC2C (or 0x3FDC2C) is known color: Lime Green. HEX triplet: 3F, DC and 2C. RGB value is (63,220,44). Sum of RGB (Red+Green+Blue) = 63+220+44=327 (43% of max value = 765). Red value is 63 (25% from 255 or 19.27% from 327); Green value is 220 (86.33% from 255 or 67.28% from 327); Blue value is 44 (17.58% from 255 or 13.46% from 327); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDC2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDC2C is #C023D3. Grayscale: #999999. Windows color (decimal): -12592084 or 2939967. OLE color: 2939967.
HSL color Cylindrical-coordinate representation of color #3FDC2C: hue angle of 113.52º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3FDC2C is Cyan = 0.71, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 220 | 44 | - |
| CMYK | 0.71 | 0 | 0.8 | 0.14 |
| HSL | 113.52º | 0.72% | 0.52% | - |
| HSV(B) | 113.52º | 0.8% | 0.86% | - |
| XYZ | 28.1 | 52.43 | 11.02 | - |
| YUV | 152.99 | 66.49 | 63.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 220 | 44 | 0.71 | 0 | 0.8 | 0.14 | 113.52 | 0.72 | 0.52 |
| Hex | 3F | DC | 2C | 47 | 0 | 50 | E | 72 | 48 | 34 |
| Octal | 77 | 334 | 54 | 107 | 0 | 120 | 16 | 162 | 110 | 64 |
| Binary | 111111 | 11011100 | 101100 | 1000111 | 0 | 1010000 | 1110 | 1110010 | 1001000 | 110100 |
Color Harmonies of #3FDC2C
Complementary color
Monochromatic Colors of #3FDC2C
Black with #3FDC2C
Text Example
Text Example
White with #3FDC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDC2C; }
p { color: rgb(63,220,44); }
H1.HeaderClassName
{
color: #3FDC2C;
}
.AnyTagClassName
{
color: #3FDC2C;
}
</style>
background-color css
<style>
a { background-color: #3FDC2C; }
a { background-color: rgb(63,220,44); }
div.DivClassName
{
background-color: #3FDC2C;
}
.BgClassName
{
background-color: #3FDC2C;
}
</style>
border-color css
<style>
span { border-color: #3FDC2C; }
span { border-color: rgb(63,220,44); }
td.TdClassName
{
border-color: #3FDC2C;
}
.TagClassName
{
border-color: #3FDC2C;
}
</style>