Shades of Lime Green #3FE750
Tints of Lime Green #3FE750
RGB
CMYK
RGB Variations
Color information
#3FE750 (or 0x3FE750) is known color: Lime Green. HEX triplet: 3F, E7 and 50. RGB value is (63,231,80). Sum of RGB (Red+Green+Blue) = 63+231+80=374 (49% of max value = 765). Red value is 63 (25% from 255 or 16.84% from 374); Green value is 231 (90.62% from 255 or 61.76% from 374); Blue value is 80 (31.64% from 255 or 21.39% from 374); Max value from RGB is 231 - color contains mainly: green. Hex color #3FE750 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FE750 is #C018AF. Grayscale: #A3A3A3. Windows color (decimal): -12589232 or 5302079. OLE color: 5302079.
HSL color Cylindrical-coordinate representation of color #3FE750: hue angle of 126.07º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FE750 is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 63 | 231 | 80 | - |
| CMYK | 0.73 | 0 | 0.65 | 0.09 |
| HSL | 126.07º | 0.78% | 0.58% | - |
| HSV(B) | 126.07º | 0.73% | 0.91% | - |
| XYZ | 32.07 | 58.79 | 17.25 | - |
| YUV | 163.55 | 80.84 | 56.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 231 | 80 | 0.73 | 0 | 0.65 | 0.09 | 126.07 | 0.78 | 0.58 |
| Hex | 3F | E7 | 50 | 49 | 0 | 41 | 9 | 7E | 4E | 3A |
| Octal | 77 | 347 | 120 | 111 | 0 | 101 | 11 | 176 | 116 | 72 |
| Binary | 111111 | 11100111 | 1010000 | 1001001 | 0 | 1000001 | 1001 | 1111110 | 1001110 | 111010 |
Color Harmonies of #3FE750
Complementary color
Monochromatic Colors of #3FE750
Black with #3FE750
Text Example
Text Example
White with #3FE750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE750; }
p { color: rgb(63,231,80); }
H1.HeaderClassName
{
color: #3FE750;
}
.AnyTagClassName
{
color: #3FE750;
}
</style>
background-color css
<style>
a { background-color: #3FE750; }
a { background-color: rgb(63,231,80); }
div.DivClassName
{
background-color: #3FE750;
}
.BgClassName
{
background-color: #3FE750;
}
</style>
border-color css
<style>
span { border-color: #3FE750; }
span { border-color: rgb(63,231,80); }
td.TdClassName
{
border-color: #3FE750;
}
.TagClassName
{
border-color: #3FE750;
}
</style>