Shades of Lime Green #3FE738
Tints of Lime Green #3FE738
RGB
CMYK
RGB Variations
Color information
#3FE738 (or 0x3FE738) is known color: Lime Green. HEX triplet: 3F, E7 and 38. RGB value is (63,231,56). Sum of RGB (Red+Green+Blue) = 63+231+56=350 (46% of max value = 765). Red value is 63 (25% from 255 or 18% from 350); Green value is 231 (90.62% from 255 or 66% from 350); Blue value is 56 (22.27% from 255 or 16% from 350); Max value from RGB is 231 - color contains mainly: green. Hex color #3FE738 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FE738 is #C018C7. Grayscale: #A1A1A1. Windows color (decimal): -12589256 or 3729215. OLE color: 3729215.
HSL color Cylindrical-coordinate representation of color #3FE738: hue angle of 117.6º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3FE738 is Cyan = 0.73, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 63 | 231 | 56 | - |
| CMYK | 0.73 | 0 | 0.76 | 0.09 |
| HSL | 117.6º | 0.78% | 0.56% | - |
| HSV(B) | 117.6º | 0.76% | 0.91% | - |
| XYZ | 31.34 | 58.49 | 13.38 | - |
| YUV | 160.82 | 68.84 | 58.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 231 | 56 | 0.73 | 0 | 0.76 | 0.09 | 117.6 | 0.78 | 0.56 |
| Hex | 3F | E7 | 38 | 49 | 0 | 4C | 9 | 76 | 4E | 38 |
| Octal | 77 | 347 | 70 | 111 | 0 | 114 | 11 | 166 | 116 | 70 |
| Binary | 111111 | 11100111 | 111000 | 1001001 | 0 | 1001100 | 1001 | 1110110 | 1001110 | 111000 |
Color Harmonies of #3FE738
Complementary color
Monochromatic Colors of #3FE738
Black with #3FE738
Text Example
Text Example
White with #3FE738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE738; }
p { color: rgb(63,231,56); }
H1.HeaderClassName
{
color: #3FE738;
}
.AnyTagClassName
{
color: #3FE738;
}
</style>
background-color css
<style>
a { background-color: #3FE738; }
a { background-color: rgb(63,231,56); }
div.DivClassName
{
background-color: #3FE738;
}
.BgClassName
{
background-color: #3FE738;
}
</style>
border-color css
<style>
span { border-color: #3FE738; }
span { border-color: rgb(63,231,56); }
td.TdClassName
{
border-color: #3FE738;
}
.TagClassName
{
border-color: #3FE738;
}
</style>