Shades of Lime Green #3EF642
Tints of Lime Green #3EF642
RGB
CMYK
RGB Variations
Color information
#3EF642 (or 0x3EF642) is known color: Lime Green. HEX triplet: 3E, F6 and 42. RGB value is (62,246,66). Sum of RGB (Red+Green+Blue) = 62+246+66=374 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.58% from 374); Green value is 246 (96.48% from 255 or 65.78% from 374); Blue value is 66 (26.17% from 255 or 17.65% from 374); Max value from RGB is 246 - color contains mainly: green. Hex color #3EF642 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EF642 is #C109BD. Grayscale: #AAAAAA. Windows color (decimal): -12650942 or 4388414. OLE color: 4388414.
HSL color Cylindrical-coordinate representation of color #3EF642: hue angle of 121.3º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EF642 is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 62 | 246 | 66 | - |
| CMYK | 0.75 | 0 | 0.73 | 0.04 |
| HSL | 121.3º | 0.91% | 0.6% | - |
| HSV(B) | 121.3º | 0.75% | 0.96% | - |
| XYZ | 35.93 | 67.33 | 16.26 | - |
| YUV | 170.46 | 69.04 | 50.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 246 | 66 | 0.75 | 0 | 0.73 | 0.04 | 121.3 | 0.91 | 0.6 |
| Hex | 3E | F6 | 42 | 4B | 0 | 49 | 4 | 79 | 5B | 3C |
| Octal | 76 | 366 | 102 | 113 | 0 | 111 | 4 | 171 | 133 | 74 |
| Binary | 111110 | 11110110 | 1000010 | 1001011 | 0 | 1001001 | 100 | 1111001 | 1011011 | 111100 |
Color Harmonies of #3EF642
Complementary color
Monochromatic Colors of #3EF642
Black with #3EF642
Text Example
Text Example
White with #3EF642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EF642; }
p { color: rgb(62,246,66); }
H1.HeaderClassName
{
color: #3EF642;
}
.AnyTagClassName
{
color: #3EF642;
}
</style>
background-color css
<style>
a { background-color: #3EF642; }
a { background-color: rgb(62,246,66); }
div.DivClassName
{
background-color: #3EF642;
}
.BgClassName
{
background-color: #3EF642;
}
</style>
border-color css
<style>
span { border-color: #3EF642; }
span { border-color: rgb(62,246,66); }
td.TdClassName
{
border-color: #3EF642;
}
.TagClassName
{
border-color: #3EF642;
}
</style>