Shades of Lime Green #3EF438
Tints of Lime Green #3EF438
RGB
CMYK
RGB Variations
Color information
#3EF438 (or 0x3EF438) is known color: Lime Green. HEX triplet: 3E, F4 and 38. RGB value is (62,244,56). Sum of RGB (Red+Green+Blue) = 62+244+56=362 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.13% from 362); Green value is 244 (95.70% from 255 or 67.40% from 362); Blue value is 56 (22.27% from 255 or 15.47% from 362); Max value from RGB is 244 - color contains mainly: green. Hex color #3EF438 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EF438 is #C10BC7. Grayscale: #A8A8A8. Windows color (decimal): -12651464 or 3732542. OLE color: 3732542.
HSL color Cylindrical-coordinate representation of color #3EF438: hue angle of 118.09º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3EF438 is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 62 | 244 | 56 | - |
| CMYK | 0.75 | 0 | 0.77 | 0.04 |
| HSL | 118.09º | 0.9% | 0.59% | - |
| HSV(B) | 118.09º | 0.77% | 0.96% | - |
| XYZ | 35.05 | 66.01 | 14.64 | - |
| YUV | 168.15 | 64.7 | 52.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 244 | 56 | 0.75 | 0 | 0.77 | 0.04 | 118.09 | 0.9 | 0.59 |
| Hex | 3E | F4 | 38 | 4B | 0 | 4D | 4 | 76 | 5A | 3B |
| Octal | 76 | 364 | 70 | 113 | 0 | 115 | 4 | 166 | 132 | 73 |
| Binary | 111110 | 11110100 | 111000 | 1001011 | 0 | 1001101 | 100 | 1110110 | 1011010 | 111011 |
Color Harmonies of #3EF438
Complementary color
Monochromatic Colors of #3EF438
Black with #3EF438
Text Example
Text Example
White with #3EF438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EF438; }
p { color: rgb(62,244,56); }
H1.HeaderClassName
{
color: #3EF438;
}
.AnyTagClassName
{
color: #3EF438;
}
</style>
background-color css
<style>
a { background-color: #3EF438; }
a { background-color: rgb(62,244,56); }
div.DivClassName
{
background-color: #3EF438;
}
.BgClassName
{
background-color: #3EF438;
}
</style>
border-color css
<style>
span { border-color: #3EF438; }
span { border-color: rgb(62,244,56); }
td.TdClassName
{
border-color: #3EF438;
}
.TagClassName
{
border-color: #3EF438;
}
</style>