Shades of Lime Green #3EC04B
Tints of Lime Green #3EC04B
RGB
CMYK
RGB Variations
Color information
#3EC04B (or 0x3EC04B) is known color: Lime Green. HEX triplet: 3E, C0 and 4B. RGB value is (62,192,75). Sum of RGB (Red+Green+Blue) = 62+192+75=329 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.84% from 329); Green value is 192 (75.39% from 255 or 58.36% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 192 - color contains mainly: green. Hex color #3EC04B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EC04B is #C13FB4. Grayscale: #8C8C8C. Windows color (decimal): -12664757 or 4964414. OLE color: 4964414.
HSL color Cylindrical-coordinate representation of color #3EC04B: hue angle of 126º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3EC04B is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 62 | 192 | 75 | - |
| CMYK | 0.68 | 0 | 0.61 | 0.25 |
| HSL | 126º | 0.51% | 0.5% | - |
| HSV(B) | 126º | 0.68% | 0.75% | - |
| XYZ | 22.11 | 39.23 | 13.06 | - |
| YUV | 139.79 | 91.43 | 72.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 192 | 75 | 0.68 | 0 | 0.61 | 0.25 | 126 | 0.51 | 0.5 |
| Hex | 3E | C0 | 4B | 44 | 0 | 3D | 19 | 7E | 33 | 32 |
| Octal | 76 | 300 | 113 | 104 | 0 | 75 | 31 | 176 | 63 | 62 |
| Binary | 111110 | 11000000 | 1001011 | 1000100 | 0 | 111101 | 11001 | 1111110 | 110011 | 110010 |
Color Harmonies of #3EC04B
Complementary color
Monochromatic Colors of #3EC04B
Black with #3EC04B
Text Example
Text Example
White with #3EC04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC04B; }
p { color: rgb(62,192,75); }
H1.HeaderClassName
{
color: #3EC04B;
}
.AnyTagClassName
{
color: #3EC04B;
}
</style>
background-color css
<style>
a { background-color: #3EC04B; }
a { background-color: rgb(62,192,75); }
div.DivClassName
{
background-color: #3EC04B;
}
.BgClassName
{
background-color: #3EC04B;
}
</style>
border-color css
<style>
span { border-color: #3EC04B; }
span { border-color: rgb(62,192,75); }
td.TdClassName
{
border-color: #3EC04B;
}
.TagClassName
{
border-color: #3EC04B;
}
</style>