Shades of Lime Green #3EE34B
Tints of Lime Green #3EE34B
RGB
CMYK
RGB Variations
Color information
#3EE34B (or 0x3EE34B) is known color: Lime Green. HEX triplet: 3E, E3 and 4B. RGB value is (62,227,75). Sum of RGB (Red+Green+Blue) = 62+227+75=364 (48% of max value = 765). Red value is 62 (24.61% from 255 or 17.03% from 364); Green value is 227 (89.06% from 255 or 62.36% from 364); Blue value is 75 (29.69% from 255 or 20.60% from 364); Max value from RGB is 227 - color contains mainly: green. Hex color #3EE34B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EE34B is #C11CB4. Grayscale: #A0A0A0. Windows color (decimal): -12655797 or 4973374. OLE color: 4973374.
HSL color Cylindrical-coordinate representation of color #3EE34B: hue angle of 124.73º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EE34B is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 62 | 227 | 75 | - |
| CMYK | 0.73 | 0 | 0.67 | 0.11 |
| HSL | 124.73º | 0.75% | 0.57% | - |
| HSV(B) | 124.73º | 0.73% | 0.89% | - |
| XYZ | 30.73 | 56.47 | 15.94 | - |
| YUV | 160.34 | 79.84 | 57.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 227 | 75 | 0.73 | 0 | 0.67 | 0.11 | 124.73 | 0.75 | 0.57 |
| Hex | 3E | E3 | 4B | 49 | 0 | 43 | B | 7D | 4B | 39 |
| Octal | 76 | 343 | 113 | 111 | 0 | 103 | 13 | 175 | 113 | 71 |
| Binary | 111110 | 11100011 | 1001011 | 1001001 | 0 | 1000011 | 1011 | 1111101 | 1001011 | 111001 |
Color Harmonies of #3EE34B
Complementary color
Monochromatic Colors of #3EE34B
Black with #3EE34B
Text Example
Text Example
White with #3EE34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE34B; }
p { color: rgb(62,227,75); }
H1.HeaderClassName
{
color: #3EE34B;
}
.AnyTagClassName
{
color: #3EE34B;
}
</style>
background-color css
<style>
a { background-color: #3EE34B; }
a { background-color: rgb(62,227,75); }
div.DivClassName
{
background-color: #3EE34B;
}
.BgClassName
{
background-color: #3EE34B;
}
</style>
border-color css
<style>
span { border-color: #3EE34B; }
span { border-color: rgb(62,227,75); }
td.TdClassName
{
border-color: #3EE34B;
}
.TagClassName
{
border-color: #3EE34B;
}
</style>