Shades of Lime Green #3FFE31
Tints of Lime Green #3FFE31
RGB
CMYK
RGB Variations
Color information
#3FFE31 (or 0x3FFE31) is known color: Lime Green. HEX triplet: 3F, FE and 31. RGB value is (63,254,49). Sum of RGB (Red+Green+Blue) = 63+254+49=366 (48% of max value = 765). Red value is 63 (25% from 255 or 17.21% from 366); Green value is 254 (99.61% from 255 or 69.40% from 366); Blue value is 49 (19.53% from 255 or 13.39% from 366); Max value from RGB is 254 - color contains mainly: green. Hex color #3FFE31 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FFE31 is #C001CE. Grayscale: #AEAEAE. Windows color (decimal): -12583375 or 3276351. OLE color: 3276351.
HSL color Cylindrical-coordinate representation of color #3FFE31: hue angle of 115.9º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3FFE31 is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 254 | 49 | - |
| CMYK | 0.75 | 0 | 0.81 | 0.00 |
| HSL | 115.9º | 0.99% | 0.59% | - |
| HSV(B) | 115.9º | 0.81% | 1% | - |
| XYZ | 38.05 | 72.16 | 14.83 | - |
| YUV | 173.52 | 57.72 | 49.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 254 | 49 | 0.75 | 0 | 0.81 | 0.00 | 115.9 | 0.99 | 0.59 |
| Hex | 3F | FE | 31 | 4B | 0 | 51 | 0 | 74 | 63 | 3B |
| Octal | 77 | 376 | 61 | 113 | 0 | 121 | 0 | 164 | 143 | 73 |
| Binary | 111111 | 11111110 | 110001 | 1001011 | 0 | 1010001 | 0 | 1110100 | 1100011 | 111011 |
Color Harmonies of #3FFE31
Complementary color
Monochromatic Colors of #3FFE31
Black with #3FFE31
Text Example
Text Example
White with #3FFE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFE31; }
p { color: rgb(63,254,49); }
H1.HeaderClassName
{
color: #3FFE31;
}
.AnyTagClassName
{
color: #3FFE31;
}
</style>
background-color css
<style>
a { background-color: #3FFE31; }
a { background-color: rgb(63,254,49); }
div.DivClassName
{
background-color: #3FFE31;
}
.BgClassName
{
background-color: #3FFE31;
}
</style>
border-color css
<style>
span { border-color: #3FFE31; }
span { border-color: rgb(63,254,49); }
td.TdClassName
{
border-color: #3FFE31;
}
.TagClassName
{
border-color: #3FFE31;
}
</style>