Shades of Lime Green #3FE64F
Tints of Lime Green #3FE64F
RGB
CMYK
RGB Variations
Color information
#3FE64F (or 0x3FE64F) is known color: Lime Green. HEX triplet: 3F, E6 and 4F. RGB value is (63,230,79). Sum of RGB (Red+Green+Blue) = 63+230+79=372 (49% of max value = 765). Red value is 63 (25% from 255 or 16.94% from 372); Green value is 230 (90.23% from 255 or 61.83% from 372); Blue value is 79 (31.25% from 255 or 21.24% from 372); Max value from RGB is 230 - color contains mainly: green. Hex color #3FE64F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FE64F is #C019B0. Grayscale: #A3A3A3. Windows color (decimal): -12589489 or 5236287. OLE color: 5236287.
HSL color Cylindrical-coordinate representation of color #3FE64F: hue angle of 125.75º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FE64F is Cyan = 0.73, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 63 | 230 | 79 | - |
| CMYK | 0.73 | 0 | 0.66 | 0.10 |
| HSL | 125.75º | 0.77% | 0.57% | - |
| HSV(B) | 125.75º | 0.73% | 0.9% | - |
| XYZ | 31.76 | 58.21 | 16.96 | - |
| YUV | 162.85 | 80.67 | 56.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 230 | 79 | 0.73 | 0 | 0.66 | 0.10 | 125.75 | 0.77 | 0.57 |
| Hex | 3F | E6 | 4F | 49 | 0 | 42 | A | 7E | 4D | 39 |
| Octal | 77 | 346 | 117 | 111 | 0 | 102 | 12 | 176 | 115 | 71 |
| Binary | 111111 | 11100110 | 1001111 | 1001001 | 0 | 1000010 | 1010 | 1111110 | 1001101 | 111001 |
Color Harmonies of #3FE64F
Complementary color
Monochromatic Colors of #3FE64F
Black with #3FE64F
Text Example
Text Example
White with #3FE64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE64F; }
p { color: rgb(63,230,79); }
H1.HeaderClassName
{
color: #3FE64F;
}
.AnyTagClassName
{
color: #3FE64F;
}
</style>
background-color css
<style>
a { background-color: #3FE64F; }
a { background-color: rgb(63,230,79); }
div.DivClassName
{
background-color: #3FE64F;
}
.BgClassName
{
background-color: #3FE64F;
}
</style>
border-color css
<style>
span { border-color: #3FE64F; }
span { border-color: rgb(63,230,79); }
td.TdClassName
{
border-color: #3FE64F;
}
.TagClassName
{
border-color: #3FE64F;
}
</style>