Shades of Lime Green #3EF434
Tints of Lime Green #3EF434
RGB
CMYK
RGB Variations
Color information
#3EF434 (or 0x3EF434) is known color: Lime Green. HEX triplet: 3E, F4 and 34. RGB value is (62,244,52). Sum of RGB (Red+Green+Blue) = 62+244+52=358 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.32% from 358); Green value is 244 (95.70% from 255 or 68.16% from 358); Blue value is 52 (20.70% from 255 or 14.53% from 358); Max value from RGB is 244 - color contains mainly: green. Hex color #3EF434 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EF434 is #C10BCB. Grayscale: #A8A8A8. Windows color (decimal): -12651468 or 3470398. OLE color: 3470398.
HSL color Cylindrical-coordinate representation of color #3EF434: hue angle of 116.88º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3EF434 is Cyan = 0.75, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 62 | 244 | 52 | - |
| CMYK | 0.75 | 0 | 0.79 | 0.04 |
| HSL | 116.88º | 0.9% | 0.58% | - |
| HSV(B) | 116.88º | 0.79% | 0.96% | - |
| XYZ | 34.96 | 65.97 | 14.14 | - |
| YUV | 167.69 | 62.7 | 52.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 244 | 52 | 0.75 | 0 | 0.79 | 0.04 | 116.88 | 0.9 | 0.58 |
| Hex | 3E | F4 | 34 | 4B | 0 | 4F | 4 | 75 | 5A | 3A |
| Octal | 76 | 364 | 64 | 113 | 0 | 117 | 4 | 165 | 132 | 72 |
| Binary | 111110 | 11110100 | 110100 | 1001011 | 0 | 1001111 | 100 | 1110101 | 1011010 | 111010 |
Color Harmonies of #3EF434
Complementary color
Monochromatic Colors of #3EF434
Black with #3EF434
Text Example
Text Example
White with #3EF434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EF434; }
p { color: rgb(62,244,52); }
H1.HeaderClassName
{
color: #3EF434;
}
.AnyTagClassName
{
color: #3EF434;
}
</style>
background-color css
<style>
a { background-color: #3EF434; }
a { background-color: rgb(62,244,52); }
div.DivClassName
{
background-color: #3EF434;
}
.BgClassName
{
background-color: #3EF434;
}
</style>
border-color css
<style>
span { border-color: #3EF434; }
span { border-color: rgb(62,244,52); }
td.TdClassName
{
border-color: #3EF434;
}
.TagClassName
{
border-color: #3EF434;
}
</style>