Shades of Lime Green #3FCD46
Tints of Lime Green #3FCD46
RGB
CMYK
RGB Variations
Color information
#3FCD46 (or 0x3FCD46) is known color: Lime Green. HEX triplet: 3F, CD and 46. RGB value is (63,205,70). Sum of RGB (Red+Green+Blue) = 63+205+70=338 (44% of max value = 765). Red value is 63 (25% from 255 or 18.64% from 338); Green value is 205 (80.47% from 255 or 60.65% from 338); Blue value is 70 (27.73% from 255 or 20.71% from 338); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCD46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FCD46 is #C032B9. Grayscale: #939393. Windows color (decimal): -12595898 or 4640063. OLE color: 4640063.
HSL color Cylindrical-coordinate representation of color #3FCD46: hue angle of 122.96º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCD46 is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 205 | 70 | - |
| CMYK | 0.69 | 0 | 0.66 | 0.20 |
| HSL | 122.96º | 0.59% | 0.53% | - |
| HSV(B) | 122.96º | 0.69% | 0.8% | - |
| XYZ | 24.99 | 45.16 | 13.19 | - |
| YUV | 147.15 | 84.46 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 205 | 70 | 0.69 | 0 | 0.66 | 0.20 | 122.96 | 0.59 | 0.53 |
| Hex | 3F | CD | 46 | 45 | 0 | 42 | 14 | 7B | 3B | 35 |
| Octal | 77 | 315 | 106 | 105 | 0 | 102 | 24 | 173 | 73 | 65 |
| Binary | 111111 | 11001101 | 1000110 | 1000101 | 0 | 1000010 | 10100 | 1111011 | 111011 | 110101 |
Color Harmonies of #3FCD46
Complementary color
Monochromatic Colors of #3FCD46
Black with #3FCD46
Text Example
Text Example
White with #3FCD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCD46; }
p { color: rgb(63,205,70); }
H1.HeaderClassName
{
color: #3FCD46;
}
.AnyTagClassName
{
color: #3FCD46;
}
</style>
background-color css
<style>
a { background-color: #3FCD46; }
a { background-color: rgb(63,205,70); }
div.DivClassName
{
background-color: #3FCD46;
}
.BgClassName
{
background-color: #3FCD46;
}
</style>
border-color css
<style>
span { border-color: #3FCD46; }
span { border-color: rgb(63,205,70); }
td.TdClassName
{
border-color: #3FCD46;
}
.TagClassName
{
border-color: #3FCD46;
}
</style>