Shades of Lime Green #3EE234
Tints of Lime Green #3EE234
RGB
CMYK
RGB Variations
Color information
#3EE234 (or 0x3EE234) is known color: Lime Green. HEX triplet: 3E, E2 and 34. RGB value is (62,226,52). Sum of RGB (Red+Green+Blue) = 62+226+52=340 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.24% from 340); Green value is 226 (88.67% from 255 or 66.47% from 340); Blue value is 52 (20.70% from 255 or 15.29% from 340); Max value from RGB is 226 - color contains mainly: green. Hex color #3EE234 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EE234 is #C11DCB. Grayscale: #9D9D9D. Windows color (decimal): -12656076 or 3465790. OLE color: 3465790.
HSL color Cylindrical-coordinate representation of color #3EE234: hue angle of 116.55º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3EE234 is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 62 | 226 | 52 | - |
| CMYK | 0.73 | 0 | 0.77 | 0.11 |
| HSL | 116.55º | 0.75% | 0.55% | - |
| HSV(B) | 116.55º | 0.77% | 0.89% | - |
| XYZ | 29.8 | 55.66 | 12.42 | - |
| YUV | 157.13 | 68.67 | 60.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 226 | 52 | 0.73 | 0 | 0.77 | 0.11 | 116.55 | 0.75 | 0.55 |
| Hex | 3E | E2 | 34 | 49 | 0 | 4D | B | 75 | 4B | 37 |
| Octal | 76 | 342 | 64 | 111 | 0 | 115 | 13 | 165 | 113 | 67 |
| Binary | 111110 | 11100010 | 110100 | 1001001 | 0 | 1001101 | 1011 | 1110101 | 1001011 | 110111 |
Color Harmonies of #3EE234
Complementary color
Monochromatic Colors of #3EE234
Black with #3EE234
Text Example
Text Example
White with #3EE234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE234; }
p { color: rgb(62,226,52); }
H1.HeaderClassName
{
color: #3EE234;
}
.AnyTagClassName
{
color: #3EE234;
}
</style>
background-color css
<style>
a { background-color: #3EE234; }
a { background-color: rgb(62,226,52); }
div.DivClassName
{
background-color: #3EE234;
}
.BgClassName
{
background-color: #3EE234;
}
</style>
border-color css
<style>
span { border-color: #3EE234; }
span { border-color: rgb(62,226,52); }
td.TdClassName
{
border-color: #3EE234;
}
.TagClassName
{
border-color: #3EE234;
}
</style>