Shades of Lime Green #3FE555
Tints of Lime Green #3FE555
RGB
CMYK
RGB Variations
Color information
#3FE555 (or 0x3FE555) is known color: Lime Green. HEX triplet: 3F, E5 and 55. RGB value is (63,229,85). Sum of RGB (Red+Green+Blue) = 63+229+85=377 (49% of max value = 765). Red value is 63 (25% from 255 or 16.71% from 377); Green value is 229 (89.84% from 255 or 60.74% from 377); Blue value is 85 (33.59% from 255 or 22.55% from 377); Max value from RGB is 229 - color contains mainly: green. Hex color #3FE555 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FE555 is #C01AAA. Grayscale: #A3A3A3. Windows color (decimal): -12589739 or 5629247. OLE color: 5629247.
HSL color Cylindrical-coordinate representation of color #3FE555: hue angle of 127.95º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FE555 is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 63 | 229 | 85 | - |
| CMYK | 0.72 | 0 | 0.63 | 0.10 |
| HSL | 127.95º | 0.76% | 0.57% | - |
| HSV(B) | 127.95º | 0.72% | 0.9% | - |
| XYZ | 31.71 | 57.75 | 18.07 | - |
| YUV | 162.95 | 84 | 56.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 229 | 85 | 0.72 | 0 | 0.63 | 0.10 | 127.95 | 0.76 | 0.57 |
| Hex | 3F | E5 | 55 | 48 | 0 | 3F | A | 80 | 4C | 39 |
| Octal | 77 | 345 | 125 | 110 | 0 | 77 | 12 | 200 | 114 | 71 |
| Binary | 111111 | 11100101 | 1010101 | 1001000 | 0 | 111111 | 1010 | 10000000 | 1001100 | 111001 |
Color Harmonies of #3FE555
Complementary color
Monochromatic Colors of #3FE555
Black with #3FE555
Text Example
Text Example
White with #3FE555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE555; }
p { color: rgb(63,229,85); }
H1.HeaderClassName
{
color: #3FE555;
}
.AnyTagClassName
{
color: #3FE555;
}
</style>
background-color css
<style>
a { background-color: #3FE555; }
a { background-color: rgb(63,229,85); }
div.DivClassName
{
background-color: #3FE555;
}
.BgClassName
{
background-color: #3FE555;
}
</style>
border-color css
<style>
span { border-color: #3FE555; }
span { border-color: rgb(63,229,85); }
td.TdClassName
{
border-color: #3FE555;
}
.TagClassName
{
border-color: #3FE555;
}
</style>