Shades of Lime Green #3FEB54
Tints of Lime Green #3FEB54
RGB
CMYK
RGB Variations
Color information
#3FEB54 (or 0x3FEB54) is known color: Lime Green. HEX triplet: 3F, EB and 54. RGB value is (63,235,84). Sum of RGB (Red+Green+Blue) = 63+235+84=382 (50% of max value = 765). Red value is 63 (25% from 255 or 16.49% from 382); Green value is 235 (92.19% from 255 or 61.52% from 382); Blue value is 84 (33.20% from 255 or 21.99% from 382); Max value from RGB is 235 - color contains mainly: green. Hex color #3FEB54 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FEB54 is #C014AB. Grayscale: #A6A6A6. Windows color (decimal): -12588204 or 5565247. OLE color: 5565247.
HSL color Cylindrical-coordinate representation of color #3FEB54: hue angle of 127.33º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FEB54 is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 235 | 84 | - |
| CMYK | 0.73 | 0 | 0.64 | 0.08 |
| HSL | 127.33º | 0.81% | 0.58% | - |
| HSV(B) | 127.33º | 0.73% | 0.92% | - |
| XYZ | 33.36 | 61.11 | 18.43 | - |
| YUV | 166.36 | 81.52 | 54.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 235 | 84 | 0.73 | 0 | 0.64 | 0.08 | 127.33 | 0.81 | 0.58 |
| Hex | 3F | EB | 54 | 49 | 0 | 40 | 8 | 7F | 51 | 3A |
| Octal | 77 | 353 | 124 | 111 | 0 | 100 | 10 | 177 | 121 | 72 |
| Binary | 111111 | 11101011 | 1010100 | 1001001 | 0 | 1000000 | 1000 | 1111111 | 1010001 | 111010 |
Color Harmonies of #3FEB54
Complementary color
Monochromatic Colors of #3FEB54
Black with #3FEB54
Text Example
Text Example
White with #3FEB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEB54; }
p { color: rgb(63,235,84); }
H1.HeaderClassName
{
color: #3FEB54;
}
.AnyTagClassName
{
color: #3FEB54;
}
</style>
background-color css
<style>
a { background-color: #3FEB54; }
a { background-color: rgb(63,235,84); }
div.DivClassName
{
background-color: #3FEB54;
}
.BgClassName
{
background-color: #3FEB54;
}
</style>
border-color css
<style>
span { border-color: #3FEB54; }
span { border-color: rgb(63,235,84); }
td.TdClassName
{
border-color: #3FEB54;
}
.TagClassName
{
border-color: #3FEB54;
}
</style>