Shades of Lime Green #3EE01B
Tints of Lime Green #3EE01B
RGB
CMYK
RGB Variations
Color information
#3EE01B (or 0x3EE01B) is known color: Lime Green. HEX triplet: 3E, E0 and 1B. RGB value is (62,224,27). Sum of RGB (Red+Green+Blue) = 62+224+27=313 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.81% from 313); Green value is 224 (87.89% from 255 or 71.57% from 313); Blue value is 27 (10.94% from 255 or 8.63% from 313); Max value from RGB is 224 - color contains mainly: green. Hex color #3EE01B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EE01B is #C11FE4. Grayscale: #999999. Windows color (decimal): -12656613 or 1826878. OLE color: 1826878.
HSL color Cylindrical-coordinate representation of color #3EE01B: hue angle of 109.34º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3EE01B is Cyan = 0.72, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 62 | 224 | 27 | - |
| CMYK | 0.72 | 0 | 0.88 | 0.12 |
| HSL | 109.34º | 0.78% | 0.49% | - |
| HSV(B) | 109.34º | 0.88% | 0.88% | - |
| XYZ | 28.84 | 54.41 | 10.02 | - |
| YUV | 153.1 | 56.83 | 63.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 224 | 27 | 0.72 | 0 | 0.88 | 0.12 | 109.34 | 0.78 | 0.49 |
| Hex | 3E | E0 | 1B | 48 | 0 | 58 | C | 6D | 4E | 31 |
| Octal | 76 | 340 | 33 | 110 | 0 | 130 | 14 | 155 | 116 | 61 |
| Binary | 111110 | 11100000 | 11011 | 1001000 | 0 | 1011000 | 1100 | 1101101 | 1001110 | 110001 |
Color Harmonies of #3EE01B
Complementary color
Monochromatic Colors of #3EE01B
Black with #3EE01B
Text Example
Text Example
White with #3EE01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE01B; }
p { color: rgb(62,224,27); }
H1.HeaderClassName
{
color: #3EE01B;
}
.AnyTagClassName
{
color: #3EE01B;
}
</style>
background-color css
<style>
a { background-color: #3EE01B; }
a { background-color: rgb(62,224,27); }
div.DivClassName
{
background-color: #3EE01B;
}
.BgClassName
{
background-color: #3EE01B;
}
</style>
border-color css
<style>
span { border-color: #3EE01B; }
span { border-color: rgb(62,224,27); }
td.TdClassName
{
border-color: #3EE01B;
}
.TagClassName
{
border-color: #3EE01B;
}
</style>