Shades of Lime Green #3FEA38
Tints of Lime Green #3FEA38
RGB
CMYK
RGB Variations
Color information
#3FEA38 (or 0x3FEA38) is known color: Lime Green. HEX triplet: 3F, EA and 38. RGB value is (63,234,56). Sum of RGB (Red+Green+Blue) = 63+234+56=353 (46% of max value = 765). Red value is 63 (25% from 255 or 17.85% from 353); Green value is 234 (91.80% from 255 or 66.29% from 353); Blue value is 56 (22.27% from 255 or 15.86% from 353); Max value from RGB is 234 - color contains mainly: green. Hex color #3FEA38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FEA38 is #C015C7. Grayscale: #A3A3A3. Windows color (decimal): -12588488 or 3729983. OLE color: 3729983.
HSL color Cylindrical-coordinate representation of color #3FEA38: hue angle of 117.64º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3FEA38 is Cyan = 0.73, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 234 | 56 | - |
| CMYK | 0.73 | 0 | 0.76 | 0.08 |
| HSL | 117.64º | 0.81% | 0.57% | - |
| HSV(B) | 117.64º | 0.76% | 0.92% | - |
| XYZ | 32.19 | 60.19 | 13.66 | - |
| YUV | 162.58 | 67.85 | 56.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 234 | 56 | 0.73 | 0 | 0.76 | 0.08 | 117.64 | 0.81 | 0.57 |
| Hex | 3F | EA | 38 | 49 | 0 | 4C | 8 | 76 | 51 | 39 |
| Octal | 77 | 352 | 70 | 111 | 0 | 114 | 10 | 166 | 121 | 71 |
| Binary | 111111 | 11101010 | 111000 | 1001001 | 0 | 1001100 | 1000 | 1110110 | 1010001 | 111001 |
Color Harmonies of #3FEA38
Complementary color
Monochromatic Colors of #3FEA38
Black with #3FEA38
Text Example
Text Example
White with #3FEA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEA38; }
p { color: rgb(63,234,56); }
H1.HeaderClassName
{
color: #3FEA38;
}
.AnyTagClassName
{
color: #3FEA38;
}
</style>
background-color css
<style>
a { background-color: #3FEA38; }
a { background-color: rgb(63,234,56); }
div.DivClassName
{
background-color: #3FEA38;
}
.BgClassName
{
background-color: #3FEA38;
}
</style>
border-color css
<style>
span { border-color: #3FEA38; }
span { border-color: rgb(63,234,56); }
td.TdClassName
{
border-color: #3FEA38;
}
.TagClassName
{
border-color: #3FEA38;
}
</style>