Shades of Lime Green #3FDC45
Tints of Lime Green #3FDC45
RGB
CMYK
RGB Variations
Color information
#3FDC45 (or 0x3FDC45) is known color: Lime Green. HEX triplet: 3F, DC and 45. RGB value is (63,220,69). Sum of RGB (Red+Green+Blue) = 63+220+69=352 (46% of max value = 765). Red value is 63 (25% from 255 or 17.90% from 352); Green value is 220 (86.33% from 255 or 62.5% from 352); Blue value is 69 (27.34% from 255 or 19.60% from 352); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDC45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDC45 is #C023BA. Grayscale: #9C9C9C. Windows color (decimal): -12592059 or 4578367. OLE color: 4578367.
HSL color Cylindrical-coordinate representation of color #3FDC45: hue angle of 122.29º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDC45 is Cyan = 0.71, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 220 | 69 | - |
| CMYK | 0.71 | 0 | 0.69 | 0.14 |
| HSL | 122.29º | 0.69% | 0.55% | - |
| HSV(B) | 122.29º | 0.71% | 0.86% | - |
| XYZ | 28.72 | 52.67 | 14.28 | - |
| YUV | 155.84 | 78.99 | 61.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 220 | 69 | 0.71 | 0 | 0.69 | 0.14 | 122.29 | 0.69 | 0.55 |
| Hex | 3F | DC | 45 | 47 | 0 | 45 | E | 7A | 45 | 37 |
| Octal | 77 | 334 | 105 | 107 | 0 | 105 | 16 | 172 | 105 | 67 |
| Binary | 111111 | 11011100 | 1000101 | 1000111 | 0 | 1000101 | 1110 | 1111010 | 1000101 | 110111 |
Color Harmonies of #3FDC45
Complementary color
Monochromatic Colors of #3FDC45
Black with #3FDC45
Text Example
Text Example
White with #3FDC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDC45; }
p { color: rgb(63,220,69); }
H1.HeaderClassName
{
color: #3FDC45;
}
.AnyTagClassName
{
color: #3FDC45;
}
</style>
background-color css
<style>
a { background-color: #3FDC45; }
a { background-color: rgb(63,220,69); }
div.DivClassName
{
background-color: #3FDC45;
}
.BgClassName
{
background-color: #3FDC45;
}
</style>
border-color css
<style>
span { border-color: #3FDC45; }
span { border-color: rgb(63,220,69); }
td.TdClassName
{
border-color: #3FDC45;
}
.TagClassName
{
border-color: #3FDC45;
}
</style>