Shades of Lime Green #3EE64B
Tints of Lime Green #3EE64B
RGB
CMYK
RGB Variations
Color information
#3EE64B (or 0x3EE64B) is known color: Lime Green. HEX triplet: 3E, E6 and 4B. RGB value is (62,230,75). Sum of RGB (Red+Green+Blue) = 62+230+75=367 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.89% from 367); Green value is 230 (90.23% from 255 or 62.67% from 367); Blue value is 75 (29.69% from 255 or 20.44% from 367); Max value from RGB is 230 - color contains mainly: green. Hex color #3EE64B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EE64B is #C119B4. Grayscale: #A2A2A2. Windows color (decimal): -12655029 or 4974142. OLE color: 4974142.
HSL color Cylindrical-coordinate representation of color #3EE64B: hue angle of 124.64º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EE64B is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 62 | 230 | 75 | - |
| CMYK | 0.73 | 0 | 0.67 | 0.10 |
| HSL | 124.64º | 0.77% | 0.57% | - |
| HSV(B) | 124.64º | 0.73% | 0.9% | - |
| XYZ | 31.55 | 58.13 | 16.21 | - |
| YUV | 162.1 | 78.84 | 56.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 230 | 75 | 0.73 | 0 | 0.67 | 0.10 | 124.64 | 0.77 | 0.57 |
| Hex | 3E | E6 | 4B | 49 | 0 | 43 | A | 7D | 4D | 39 |
| Octal | 76 | 346 | 113 | 111 | 0 | 103 | 12 | 175 | 115 | 71 |
| Binary | 111110 | 11100110 | 1001011 | 1001001 | 0 | 1000011 | 1010 | 1111101 | 1001101 | 111001 |
Color Harmonies of #3EE64B
Complementary color
Monochromatic Colors of #3EE64B
Black with #3EE64B
Text Example
Text Example
White with #3EE64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE64B; }
p { color: rgb(62,230,75); }
H1.HeaderClassName
{
color: #3EE64B;
}
.AnyTagClassName
{
color: #3EE64B;
}
</style>
background-color css
<style>
a { background-color: #3EE64B; }
a { background-color: rgb(62,230,75); }
div.DivClassName
{
background-color: #3EE64B;
}
.BgClassName
{
background-color: #3EE64B;
}
</style>
border-color css
<style>
span { border-color: #3EE64B; }
span { border-color: rgb(62,230,75); }
td.TdClassName
{
border-color: #3EE64B;
}
.TagClassName
{
border-color: #3EE64B;
}
</style>