Shades of Lime Green #3FE231
Tints of Lime Green #3FE231
RGB
CMYK
RGB Variations
Color information
#3FE231 (or 0x3FE231) is known color: Lime Green. HEX triplet: 3F, E2 and 31. RGB value is (63,226,49). Sum of RGB (Red+Green+Blue) = 63+226+49=338 (44% of max value = 765). Red value is 63 (25% from 255 or 18.64% from 338); Green value is 226 (88.67% from 255 or 66.86% from 338); Blue value is 49 (19.53% from 255 or 14.50% from 338); Max value from RGB is 226 - color contains mainly: green. Hex color #3FE231 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE231 is #C01DCE. Grayscale: #9D9D9D. Windows color (decimal): -12590543 or 3269183. OLE color: 3269183.
HSL color Cylindrical-coordinate representation of color #3FE231: hue angle of 115.25º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3FE231 is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 63 | 226 | 49 | - |
| CMYK | 0.72 | 0 | 0.78 | 0.11 |
| HSL | 115.25º | 0.75% | 0.54% | - |
| HSV(B) | 115.25º | 0.78% | 0.89% | - |
| XYZ | 29.8 | 55.67 | 12.08 | - |
| YUV | 157.09 | 67 | 60.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 226 | 49 | 0.72 | 0 | 0.78 | 0.11 | 115.25 | 0.75 | 0.54 |
| Hex | 3F | E2 | 31 | 48 | 0 | 4E | B | 73 | 4B | 36 |
| Octal | 77 | 342 | 61 | 110 | 0 | 116 | 13 | 163 | 113 | 66 |
| Binary | 111111 | 11100010 | 110001 | 1001000 | 0 | 1001110 | 1011 | 1110011 | 1001011 | 110110 |
Color Harmonies of #3FE231
Complementary color
Monochromatic Colors of #3FE231
Black with #3FE231
Text Example
Text Example
White with #3FE231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE231; }
p { color: rgb(63,226,49); }
H1.HeaderClassName
{
color: #3FE231;
}
.AnyTagClassName
{
color: #3FE231;
}
</style>
background-color css
<style>
a { background-color: #3FE231; }
a { background-color: rgb(63,226,49); }
div.DivClassName
{
background-color: #3FE231;
}
.BgClassName
{
background-color: #3FE231;
}
</style>
border-color css
<style>
span { border-color: #3FE231; }
span { border-color: rgb(63,226,49); }
td.TdClassName
{
border-color: #3FE231;
}
.TagClassName
{
border-color: #3FE231;
}
</style>