Shades of Lime Green #3FE740
Tints of Lime Green #3FE740
RGB
CMYK
RGB Variations
Color information
#3FE740 (or 0x3FE740) is known color: Lime Green. HEX triplet: 3F, E7 and 40. RGB value is (63,231,64). Sum of RGB (Red+Green+Blue) = 63+231+64=358 (47% of max value = 765). Red value is 63 (25% from 255 or 17.60% from 358); Green value is 231 (90.62% from 255 or 64.53% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 231 - color contains mainly: green. Hex color #3FE740 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FE740 is #C018BF. Grayscale: #A2A2A2. Windows color (decimal): -12589248 or 4253503. OLE color: 4253503.
HSL color Cylindrical-coordinate representation of color #3FE740: hue angle of 120.36º 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 #3FE740 is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 63 | 231 | 64 | - |
| CMYK | 0.73 | 0 | 0.72 | 0.09 |
| HSL | 120.36º | 0.78% | 0.58% | - |
| HSV(B) | 120.36º | 0.73% | 0.91% | - |
| XYZ | 31.55 | 58.58 | 14.49 | - |
| YUV | 161.73 | 72.84 | 57.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 231 | 64 | 0.73 | 0 | 0.72 | 0.09 | 120.36 | 0.78 | 0.58 |
| Hex | 3F | E7 | 40 | 49 | 0 | 48 | 9 | 78 | 4E | 3A |
| Octal | 77 | 347 | 100 | 111 | 0 | 110 | 11 | 170 | 116 | 72 |
| Binary | 111111 | 11100111 | 1000000 | 1001001 | 0 | 1001000 | 1001 | 1111000 | 1001110 | 111010 |
Color Harmonies of #3FE740
Complementary color
Monochromatic Colors of #3FE740
Black with #3FE740
Text Example
Text Example
White with #3FE740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE740; }
p { color: rgb(63,231,64); }
H1.HeaderClassName
{
color: #3FE740;
}
.AnyTagClassName
{
color: #3FE740;
}
</style>
background-color css
<style>
a { background-color: #3FE740; }
a { background-color: rgb(63,231,64); }
div.DivClassName
{
background-color: #3FE740;
}
.BgClassName
{
background-color: #3FE740;
}
</style>
border-color css
<style>
span { border-color: #3FE740; }
span { border-color: rgb(63,231,64); }
td.TdClassName
{
border-color: #3FE740;
}
.TagClassName
{
border-color: #3FE740;
}
</style>