Shades of Lime Green #3FDC3B
Tints of Lime Green #3FDC3B
RGB
CMYK
RGB Variations
Color information
#3FDC3B (or 0x3FDC3B) is known color: Lime Green. HEX triplet: 3F, DC and 3B. RGB value is (63,220,59). Sum of RGB (Red+Green+Blue) = 63+220+59=342 (45% of max value = 765). Red value is 63 (25% from 255 or 18.42% from 342); Green value is 220 (86.33% from 255 or 64.33% from 342); Blue value is 59 (23.44% from 255 or 17.25% from 342); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDC3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDC3B is #C023C4. Grayscale: #9B9B9B. Windows color (decimal): -12592069 or 3923007. OLE color: 3923007.
HSL color Cylindrical-coordinate representation of color #3FDC3B: hue angle of 118.51º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FDC3B is Cyan = 0.71, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 220 | 59 | - |
| CMYK | 0.71 | 0 | 0.73 | 0.14 |
| HSL | 118.51º | 0.7% | 0.55% | - |
| HSV(B) | 118.51º | 0.73% | 0.86% | - |
| XYZ | 28.43 | 52.56 | 12.78 | - |
| YUV | 154.7 | 73.99 | 62.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 220 | 59 | 0.71 | 0 | 0.73 | 0.14 | 118.51 | 0.7 | 0.55 |
| Hex | 3F | DC | 3B | 47 | 0 | 49 | E | 77 | 46 | 37 |
| Octal | 77 | 334 | 73 | 107 | 0 | 111 | 16 | 167 | 106 | 67 |
| Binary | 111111 | 11011100 | 111011 | 1000111 | 0 | 1001001 | 1110 | 1110111 | 1000110 | 110111 |
Color Harmonies of #3FDC3B
Complementary color
Monochromatic Colors of #3FDC3B
Black with #3FDC3B
Text Example
Text Example
White with #3FDC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDC3B; }
p { color: rgb(63,220,59); }
H1.HeaderClassName
{
color: #3FDC3B;
}
.AnyTagClassName
{
color: #3FDC3B;
}
</style>
background-color css
<style>
a { background-color: #3FDC3B; }
a { background-color: rgb(63,220,59); }
div.DivClassName
{
background-color: #3FDC3B;
}
.BgClassName
{
background-color: #3FDC3B;
}
</style>
border-color css
<style>
span { border-color: #3FDC3B; }
span { border-color: rgb(63,220,59); }
td.TdClassName
{
border-color: #3FDC3B;
}
.TagClassName
{
border-color: #3FDC3B;
}
</style>