Shades of Lime Green #3FE31F
Tints of Lime Green #3FE31F
RGB
CMYK
RGB Variations
Color information
#3FE31F (or 0x3FE31F) is known color: Lime Green. HEX triplet: 3F, E3 and 1F. RGB value is (63,227,31). Sum of RGB (Red+Green+Blue) = 63+227+31=321 (42% of max value = 765). Red value is 63 (25% from 255 or 19.63% from 321); Green value is 227 (89.06% from 255 or 70.72% from 321); Blue value is 31 (12.5% from 255 or 9.66% from 321); Max value from RGB is 227 - color contains mainly: green. Hex color #3FE31F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE31F is #C01CE0. Grayscale: #9C9C9C. Windows color (decimal): -12590305 or 2089791. OLE color: 2089791.
HSL color Cylindrical-coordinate representation of color #3FE31F: hue angle of 110.2º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3FE31F is Cyan = 0.72, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 63 | 227 | 31 | - |
| CMYK | 0.72 | 0 | 0.86 | 0.11 |
| HSL | 110.2º | 0.78% | 0.51% | - |
| HSV(B) | 110.2º | 0.86% | 0.89% | - |
| XYZ | 29.77 | 56.09 | 10.55 | - |
| YUV | 155.62 | 57.67 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 227 | 31 | 0.72 | 0 | 0.86 | 0.11 | 110.2 | 0.78 | 0.51 |
| Hex | 3F | E3 | 1F | 48 | 0 | 56 | B | 6E | 4E | 33 |
| Octal | 77 | 343 | 37 | 110 | 0 | 126 | 13 | 156 | 116 | 63 |
| Binary | 111111 | 11100011 | 11111 | 1001000 | 0 | 1010110 | 1011 | 1101110 | 1001110 | 110011 |
Color Harmonies of #3FE31F
Complementary color
Monochromatic Colors of #3FE31F
Black with #3FE31F
Text Example
Text Example
White with #3FE31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE31F; }
p { color: rgb(63,227,31); }
H1.HeaderClassName
{
color: #3FE31F;
}
.AnyTagClassName
{
color: #3FE31F;
}
</style>
background-color css
<style>
a { background-color: #3FE31F; }
a { background-color: rgb(63,227,31); }
div.DivClassName
{
background-color: #3FE31F;
}
.BgClassName
{
background-color: #3FE31F;
}
</style>
border-color css
<style>
span { border-color: #3FE31F; }
span { border-color: rgb(63,227,31); }
td.TdClassName
{
border-color: #3FE31F;
}
.TagClassName
{
border-color: #3FE31F;
}
</style>