Shades of Lime Green #3EE94C
Tints of Lime Green #3EE94C
RGB
CMYK
RGB Variations
Color information
#3EE94C (or 0x3EE94C) is known color: Lime Green. HEX triplet: 3E, E9 and 4C. RGB value is (62,233,76). Sum of RGB (Red+Green+Blue) = 62+233+76=371 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.71% from 371); Green value is 233 (91.41% from 255 or 62.80% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 233 - color contains mainly: green. Hex color #3EE94C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EE94C is #C116B3. Grayscale: #A4A4A4. Windows color (decimal): -12654260 or 5040446. OLE color: 5040446.
HSL color Cylindrical-coordinate representation of color #3EE94C: hue angle of 124.91º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EE94C is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 62 | 233 | 76 | - |
| CMYK | 0.73 | 0 | 0.67 | 0.09 |
| HSL | 124.91º | 0.8% | 0.58% | - |
| HSV(B) | 124.91º | 0.73% | 0.91% | - |
| XYZ | 32.43 | 59.82 | 16.68 | - |
| YUV | 163.97 | 78.35 | 55.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 233 | 76 | 0.73 | 0 | 0.67 | 0.09 | 124.91 | 0.8 | 0.58 |
| Hex | 3E | E9 | 4C | 49 | 0 | 43 | 9 | 7D | 50 | 3A |
| Octal | 76 | 351 | 114 | 111 | 0 | 103 | 11 | 175 | 120 | 72 |
| Binary | 111110 | 11101001 | 1001100 | 1001001 | 0 | 1000011 | 1001 | 1111101 | 1010000 | 111010 |
Color Harmonies of #3EE94C
Complementary color
Monochromatic Colors of #3EE94C
Black with #3EE94C
Text Example
Text Example
White with #3EE94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE94C; }
p { color: rgb(62,233,76); }
H1.HeaderClassName
{
color: #3EE94C;
}
.AnyTagClassName
{
color: #3EE94C;
}
</style>
background-color css
<style>
a { background-color: #3EE94C; }
a { background-color: rgb(62,233,76); }
div.DivClassName
{
background-color: #3EE94C;
}
.BgClassName
{
background-color: #3EE94C;
}
</style>
border-color css
<style>
span { border-color: #3EE94C; }
span { border-color: rgb(62,233,76); }
td.TdClassName
{
border-color: #3EE94C;
}
.TagClassName
{
border-color: #3EE94C;
}
</style>