Shades of Lime Green #3FE54F
Tints of Lime Green #3FE54F
RGB
CMYK
RGB Variations
Color information
#3FE54F (or 0x3FE54F) is known color: Lime Green. HEX triplet: 3F, E5 and 4F. RGB value is (63,229,79). Sum of RGB (Red+Green+Blue) = 63+229+79=371 (49% of max value = 765). Red value is 63 (25% from 255 or 16.98% from 371); Green value is 229 (89.84% from 255 or 61.73% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 229 - color contains mainly: green. Hex color #3FE54F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FE54F is #C01AB0. Grayscale: #A2A2A2. Windows color (decimal): -12589745 or 5236031. OLE color: 5236031.
HSL color Cylindrical-coordinate representation of color #3FE54F: hue angle of 125.78º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FE54F is Cyan = 0.72, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 63 | 229 | 79 | - |
| CMYK | 0.72 | 0 | 0.66 | 0.10 |
| HSL | 125.78º | 0.76% | 0.57% | - |
| HSV(B) | 125.78º | 0.72% | 0.9% | - |
| XYZ | 31.48 | 57.66 | 16.87 | - |
| YUV | 162.27 | 81 | 57.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 229 | 79 | 0.72 | 0 | 0.66 | 0.10 | 125.78 | 0.76 | 0.57 |
| Hex | 3F | E5 | 4F | 48 | 0 | 42 | A | 7E | 4C | 39 |
| Octal | 77 | 345 | 117 | 110 | 0 | 102 | 12 | 176 | 114 | 71 |
| Binary | 111111 | 11100101 | 1001111 | 1001000 | 0 | 1000010 | 1010 | 1111110 | 1001100 | 111001 |
Color Harmonies of #3FE54F
Complementary color
Monochromatic Colors of #3FE54F
Black with #3FE54F
Text Example
Text Example
White with #3FE54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE54F; }
p { color: rgb(63,229,79); }
H1.HeaderClassName
{
color: #3FE54F;
}
.AnyTagClassName
{
color: #3FE54F;
}
</style>
background-color css
<style>
a { background-color: #3FE54F; }
a { background-color: rgb(63,229,79); }
div.DivClassName
{
background-color: #3FE54F;
}
.BgClassName
{
background-color: #3FE54F;
}
</style>
border-color css
<style>
span { border-color: #3FE54F; }
span { border-color: rgb(63,229,79); }
td.TdClassName
{
border-color: #3FE54F;
}
.TagClassName
{
border-color: #3FE54F;
}
</style>