Shades of Lime Green #3FE354
Tints of Lime Green #3FE354
RGB
CMYK
RGB Variations
Color information
#3FE354 (or 0x3FE354) is known color: Lime Green. HEX triplet: 3F, E3 and 54. RGB value is (63,227,84). Sum of RGB (Red+Green+Blue) = 63+227+84=374 (49% of max value = 765). Red value is 63 (25% from 255 or 16.84% from 374); Green value is 227 (89.06% from 255 or 60.70% from 374); Blue value is 84 (33.20% from 255 or 22.46% from 374); Max value from RGB is 227 - color contains mainly: green. Hex color #3FE354 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FE354 is #C01CAB. Grayscale: #A2A2A2. Windows color (decimal): -12590252 or 5563199. OLE color: 5563199.
HSL color Cylindrical-coordinate representation of color #3FE354: hue angle of 127.68º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FE354 is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 63 | 227 | 84 | - |
| CMYK | 0.72 | 0 | 0.63 | 0.11 |
| HSL | 127.68º | 0.75% | 0.57% | - |
| HSV(B) | 127.68º | 0.72% | 0.89% | - |
| XYZ | 31.12 | 56.64 | 17.68 | - |
| YUV | 161.66 | 84.17 | 57.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 227 | 84 | 0.72 | 0 | 0.63 | 0.11 | 127.68 | 0.75 | 0.57 |
| Hex | 3F | E3 | 54 | 48 | 0 | 3F | B | 80 | 4B | 39 |
| Octal | 77 | 343 | 124 | 110 | 0 | 77 | 13 | 200 | 113 | 71 |
| Binary | 111111 | 11100011 | 1010100 | 1001000 | 0 | 111111 | 1011 | 10000000 | 1001011 | 111001 |
Color Harmonies of #3FE354
Complementary color
Monochromatic Colors of #3FE354
Black with #3FE354
Text Example
Text Example
White with #3FE354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE354; }
p { color: rgb(63,227,84); }
H1.HeaderClassName
{
color: #3FE354;
}
.AnyTagClassName
{
color: #3FE354;
}
</style>
background-color css
<style>
a { background-color: #3FE354; }
a { background-color: rgb(63,227,84); }
div.DivClassName
{
background-color: #3FE354;
}
.BgClassName
{
background-color: #3FE354;
}
</style>
border-color css
<style>
span { border-color: #3FE354; }
span { border-color: rgb(63,227,84); }
td.TdClassName
{
border-color: #3FE354;
}
.TagClassName
{
border-color: #3FE354;
}
</style>