Shades of Lime Green #3FE61F
Tints of Lime Green #3FE61F
RGB
CMYK
RGB Variations
Color information
#3FE61F (or 0x3FE61F) is known color: Lime Green. HEX triplet: 3F, E6 and 1F. RGB value is (63,230,31). Sum of RGB (Red+Green+Blue) = 63+230+31=324 (42% of max value = 765). Red value is 63 (25% from 255 or 19.44% from 324); Green value is 230 (90.23% from 255 or 70.99% from 324); Blue value is 31 (12.5% from 255 or 9.57% from 324); Max value from RGB is 230 - color contains mainly: green. Hex color #3FE61F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FE61F is #C019E0. Grayscale: #9E9E9E. Windows color (decimal): -12589537 or 2090559. OLE color: 2090559.
HSL color Cylindrical-coordinate representation of color #3FE61F: hue angle of 110.35º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3FE61F is Cyan = 0.73, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 63 | 230 | 31 | - |
| CMYK | 0.73 | 0 | 0.87 | 0.10 |
| HSL | 110.35º | 0.8% | 0.51% | - |
| HSV(B) | 110.35º | 0.87% | 0.9% | - |
| XYZ | 30.59 | 57.75 | 10.83 | - |
| YUV | 157.38 | 56.67 | 60.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 230 | 31 | 0.73 | 0 | 0.87 | 0.10 | 110.35 | 0.8 | 0.51 |
| Hex | 3F | E6 | 1F | 49 | 0 | 57 | A | 6E | 50 | 33 |
| Octal | 77 | 346 | 37 | 111 | 0 | 127 | 12 | 156 | 120 | 63 |
| Binary | 111111 | 11100110 | 11111 | 1001001 | 0 | 1010111 | 1010 | 1101110 | 1010000 | 110011 |
Color Harmonies of #3FE61F
Complementary color
Monochromatic Colors of #3FE61F
Black with #3FE61F
Text Example
Text Example
White with #3FE61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE61F; }
p { color: rgb(63,230,31); }
H1.HeaderClassName
{
color: #3FE61F;
}
.AnyTagClassName
{
color: #3FE61F;
}
</style>
background-color css
<style>
a { background-color: #3FE61F; }
a { background-color: rgb(63,230,31); }
div.DivClassName
{
background-color: #3FE61F;
}
.BgClassName
{
background-color: #3FE61F;
}
</style>
border-color css
<style>
span { border-color: #3FE61F; }
span { border-color: rgb(63,230,31); }
td.TdClassName
{
border-color: #3FE61F;
}
.TagClassName
{
border-color: #3FE61F;
}
</style>