Shades of Lime Green #3FE14D
Tints of Lime Green #3FE14D
RGB
CMYK
RGB Variations
Color information
#3FE14D (or 0x3FE14D) is known color: Lime Green. HEX triplet: 3F, E1 and 4D. RGB value is (63,225,77). Sum of RGB (Red+Green+Blue) = 63+225+77=365 (48% of max value = 765). Red value is 63 (25% from 255 or 17.26% from 365); Green value is 225 (88.28% from 255 or 61.64% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 225 - color contains mainly: green. Hex color #3FE14D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FE14D is #C01EB2. Grayscale: #A0A0A0. Windows color (decimal): -12590771 or 5103935. OLE color: 5103935.
HSL color Cylindrical-coordinate representation of color #3FE14D: hue angle of 125.19º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FE14D is Cyan = 0.72, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 63 | 225 | 77 | - |
| CMYK | 0.72 | 0 | 0.66 | 0.12 |
| HSL | 125.19º | 0.73% | 0.56% | - |
| HSV(B) | 125.19º | 0.72% | 0.88% | - |
| XYZ | 30.31 | 55.44 | 16.13 | - |
| YUV | 159.69 | 81.33 | 59.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 225 | 77 | 0.72 | 0 | 0.66 | 0.12 | 125.19 | 0.73 | 0.56 |
| Hex | 3F | E1 | 4D | 48 | 0 | 42 | C | 7D | 49 | 38 |
| Octal | 77 | 341 | 115 | 110 | 0 | 102 | 14 | 175 | 111 | 70 |
| Binary | 111111 | 11100001 | 1001101 | 1001000 | 0 | 1000010 | 1100 | 1111101 | 1001001 | 111000 |
Color Harmonies of #3FE14D
Complementary color
Monochromatic Colors of #3FE14D
Black with #3FE14D
Text Example
Text Example
White with #3FE14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE14D; }
p { color: rgb(63,225,77); }
H1.HeaderClassName
{
color: #3FE14D;
}
.AnyTagClassName
{
color: #3FE14D;
}
</style>
background-color css
<style>
a { background-color: #3FE14D; }
a { background-color: rgb(63,225,77); }
div.DivClassName
{
background-color: #3FE14D;
}
.BgClassName
{
background-color: #3FE14D;
}
</style>
border-color css
<style>
span { border-color: #3FE14D; }
span { border-color: rgb(63,225,77); }
td.TdClassName
{
border-color: #3FE14D;
}
.TagClassName
{
border-color: #3FE14D;
}
</style>