Shades of Lime Green #3EC14B
Tints of Lime Green #3EC14B
RGB
CMYK
RGB Variations
Color information
#3EC14B (or 0x3EC14B) is known color: Lime Green. HEX triplet: 3E, C1 and 4B. RGB value is (62,193,75). Sum of RGB (Red+Green+Blue) = 62+193+75=330 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.79% from 330); Green value is 193 (75.78% from 255 or 58.48% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 193 - color contains mainly: green. Hex color #3EC14B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EC14B is #C13EB4. Grayscale: #8C8C8C. Windows color (decimal): -12664501 or 4964670. OLE color: 4964670.
HSL color Cylindrical-coordinate representation of color #3EC14B: hue angle of 125.95º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3EC14B is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 62 | 193 | 75 | - |
| CMYK | 0.68 | 0 | 0.61 | 0.24 |
| HSL | 125.95º | 0.51% | 0.5% | - |
| HSV(B) | 125.95º | 0.68% | 0.76% | - |
| XYZ | 22.33 | 39.67 | 13.14 | - |
| YUV | 140.38 | 91.1 | 72.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 193 | 75 | 0.68 | 0 | 0.61 | 0.24 | 125.95 | 0.51 | 0.5 |
| Hex | 3E | C1 | 4B | 44 | 0 | 3D | 18 | 7E | 33 | 32 |
| Octal | 76 | 301 | 113 | 104 | 0 | 75 | 30 | 176 | 63 | 62 |
| Binary | 111110 | 11000001 | 1001011 | 1000100 | 0 | 111101 | 11000 | 1111110 | 110011 | 110010 |
Color Harmonies of #3EC14B
Complementary color
Monochromatic Colors of #3EC14B
Black with #3EC14B
Text Example
Text Example
White with #3EC14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC14B; }
p { color: rgb(62,193,75); }
H1.HeaderClassName
{
color: #3EC14B;
}
.AnyTagClassName
{
color: #3EC14B;
}
</style>
background-color css
<style>
a { background-color: #3EC14B; }
a { background-color: rgb(62,193,75); }
div.DivClassName
{
background-color: #3EC14B;
}
.BgClassName
{
background-color: #3EC14B;
}
</style>
border-color css
<style>
span { border-color: #3EC14B; }
span { border-color: rgb(62,193,75); }
td.TdClassName
{
border-color: #3EC14B;
}
.TagClassName
{
border-color: #3EC14B;
}
</style>