Shades of Lime Green #3FE04F
Tints of Lime Green #3FE04F
RGB
CMYK
RGB Variations
Color information
#3FE04F (or 0x3FE04F) is known color: Lime Green. HEX triplet: 3F, E0 and 4F. RGB value is (63,224,79). Sum of RGB (Red+Green+Blue) = 63+224+79=366 (48% of max value = 765). Red value is 63 (25% from 255 or 17.21% from 366); Green value is 224 (87.89% from 255 or 61.20% from 366); Blue value is 79 (31.25% from 255 or 21.58% from 366); Max value from RGB is 224 - color contains mainly: green. Hex color #3FE04F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FE04F is #C01FB0. Grayscale: #9F9F9F. Windows color (decimal): -12591025 or 5234751. OLE color: 5234751.
HSL color Cylindrical-coordinate representation of color #3FE04F: hue angle of 125.96º degrees, saturation: 0.72, 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 #3FE04F is Cyan = 0.72, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 63 | 224 | 79 | - |
| CMYK | 0.72 | 0 | 0.65 | 0.12 |
| HSL | 125.96º | 0.72% | 0.56% | - |
| HSV(B) | 125.96º | 0.72% | 0.88% | - |
| XYZ | 30.12 | 54.93 | 16.41 | - |
| YUV | 159.33 | 82.66 | 59.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 224 | 79 | 0.72 | 0 | 0.65 | 0.12 | 125.96 | 0.72 | 0.56 |
| Hex | 3F | E0 | 4F | 48 | 0 | 41 | C | 7E | 48 | 38 |
| Octal | 77 | 340 | 117 | 110 | 0 | 101 | 14 | 176 | 110 | 70 |
| Binary | 111111 | 11100000 | 1001111 | 1001000 | 0 | 1000001 | 1100 | 1111110 | 1001000 | 111000 |
Color Harmonies of #3FE04F
Complementary color
Monochromatic Colors of #3FE04F
Black with #3FE04F
Text Example
Text Example
White with #3FE04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE04F; }
p { color: rgb(63,224,79); }
H1.HeaderClassName
{
color: #3FE04F;
}
.AnyTagClassName
{
color: #3FE04F;
}
</style>
background-color css
<style>
a { background-color: #3FE04F; }
a { background-color: rgb(63,224,79); }
div.DivClassName
{
background-color: #3FE04F;
}
.BgClassName
{
background-color: #3FE04F;
}
</style>
border-color css
<style>
span { border-color: #3FE04F; }
span { border-color: rgb(63,224,79); }
td.TdClassName
{
border-color: #3FE04F;
}
.TagClassName
{
border-color: #3FE04F;
}
</style>