Shades of Lime Green #3FE550
Tints of Lime Green #3FE550
RGB
CMYK
RGB Variations
Color information
#3FE550 (or 0x3FE550) is known color: Lime Green. HEX triplet: 3F, E5 and 50. RGB value is (63,229,80). Sum of RGB (Red+Green+Blue) = 63+229+80=372 (49% of max value = 765). Red value is 63 (25% from 255 or 16.94% from 372); Green value is 229 (89.84% from 255 or 61.56% from 372); Blue value is 80 (31.64% from 255 or 21.51% from 372); Max value from RGB is 229 - color contains mainly: green. Hex color #3FE550 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FE550 is #C01AAF. Grayscale: #A2A2A2. Windows color (decimal): -12589744 or 5301567. OLE color: 5301567.
HSL color Cylindrical-coordinate representation of color #3FE550: hue angle of 126.14º 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 #3FE550 is Cyan = 0.72, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 63 | 229 | 80 | - |
| CMYK | 0.72 | 0 | 0.65 | 0.10 |
| HSL | 126.14º | 0.76% | 0.57% | - |
| HSV(B) | 126.14º | 0.72% | 0.9% | - |
| XYZ | 31.52 | 57.67 | 17.06 | - |
| YUV | 162.38 | 81.5 | 57.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 229 | 80 | 0.72 | 0 | 0.65 | 0.10 | 126.14 | 0.76 | 0.57 |
| Hex | 3F | E5 | 50 | 48 | 0 | 41 | A | 7E | 4C | 39 |
| Octal | 77 | 345 | 120 | 110 | 0 | 101 | 12 | 176 | 114 | 71 |
| Binary | 111111 | 11100101 | 1010000 | 1001000 | 0 | 1000001 | 1010 | 1111110 | 1001100 | 111001 |
Color Harmonies of #3FE550
Complementary color
Monochromatic Colors of #3FE550
Black with #3FE550
Text Example
Text Example
White with #3FE550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE550; }
p { color: rgb(63,229,80); }
H1.HeaderClassName
{
color: #3FE550;
}
.AnyTagClassName
{
color: #3FE550;
}
</style>
background-color css
<style>
a { background-color: #3FE550; }
a { background-color: rgb(63,229,80); }
div.DivClassName
{
background-color: #3FE550;
}
.BgClassName
{
background-color: #3FE550;
}
</style>
border-color css
<style>
span { border-color: #3FE550; }
span { border-color: rgb(63,229,80); }
td.TdClassName
{
border-color: #3FE550;
}
.TagClassName
{
border-color: #3FE550;
}
</style>