Shades of Lime Green #3FE91F
Tints of Lime Green #3FE91F
RGB
CMYK
RGB Variations
Color information
#3FE91F (or 0x3FE91F) is known color: Lime Green. HEX triplet: 3F, E9 and 1F. RGB value is (63,233,31). Sum of RGB (Red+Green+Blue) = 63+233+31=327 (43% of max value = 765). Red value is 63 (25% from 255 or 19.27% from 327); Green value is 233 (91.41% from 255 or 71.25% from 327); Blue value is 31 (12.5% from 255 or 9.48% from 327); Max value from RGB is 233 - color contains mainly: green. Hex color #3FE91F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FE91F is #C016E0. Grayscale: #9F9F9F. Windows color (decimal): -12588769 or 2091327. OLE color: 2091327.
HSL color Cylindrical-coordinate representation of color #3FE91F: hue angle of 110.5º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3FE91F is Cyan = 0.73, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 63 | 233 | 31 | - |
| CMYK | 0.73 | 0 | 0.87 | 0.09 |
| HSL | 110.5º | 0.82% | 0.52% | - |
| HSV(B) | 110.5º | 0.87% | 0.91% | - |
| XYZ | 31.44 | 59.43 | 11.11 | - |
| YUV | 159.14 | 55.68 | 59.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 233 | 31 | 0.73 | 0 | 0.87 | 0.09 | 110.5 | 0.82 | 0.52 |
| Hex | 3F | E9 | 1F | 49 | 0 | 57 | 9 | 6E | 52 | 34 |
| Octal | 77 | 351 | 37 | 111 | 0 | 127 | 11 | 156 | 122 | 64 |
| Binary | 111111 | 11101001 | 11111 | 1001001 | 0 | 1010111 | 1001 | 1101110 | 1010010 | 110100 |
Color Harmonies of #3FE91F
Complementary color
Monochromatic Colors of #3FE91F
Black with #3FE91F
Text Example
Text Example
White with #3FE91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE91F; }
p { color: rgb(63,233,31); }
H1.HeaderClassName
{
color: #3FE91F;
}
.AnyTagClassName
{
color: #3FE91F;
}
</style>
background-color css
<style>
a { background-color: #3FE91F; }
a { background-color: rgb(63,233,31); }
div.DivClassName
{
background-color: #3FE91F;
}
.BgClassName
{
background-color: #3FE91F;
}
</style>
border-color css
<style>
span { border-color: #3FE91F; }
span { border-color: rgb(63,233,31); }
td.TdClassName
{
border-color: #3FE91F;
}
.TagClassName
{
border-color: #3FE91F;
}
</style>