Shades of Lime Green #3EC64B
Tints of Lime Green #3EC64B
RGB
CMYK
RGB Variations
Color information
#3EC64B (or 0x3EC64B) is known color: Lime Green. HEX triplet: 3E, C6 and 4B. RGB value is (62,198,75). Sum of RGB (Red+Green+Blue) = 62+198+75=335 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.51% from 335); Green value is 198 (77.73% from 255 or 59.10% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 198 - color contains mainly: green. Hex color #3EC64B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EC64B is #C139B4. Grayscale: #8F8F8F. Windows color (decimal): -12663221 or 4965950. OLE color: 4965950.
HSL color Cylindrical-coordinate representation of color #3EC64B: hue angle of 125.74º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3EC64B is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 62 | 198 | 75 | - |
| CMYK | 0.69 | 0 | 0.62 | 0.22 |
| HSL | 125.74º | 0.54% | 0.51% | - |
| HSV(B) | 125.74º | 0.69% | 0.78% | - |
| XYZ | 23.45 | 41.92 | 13.51 | - |
| YUV | 143.31 | 89.44 | 70 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 198 | 75 | 0.69 | 0 | 0.62 | 0.22 | 125.74 | 0.54 | 0.51 |
| Hex | 3E | C6 | 4B | 45 | 0 | 3E | 16 | 7E | 36 | 33 |
| Octal | 76 | 306 | 113 | 105 | 0 | 76 | 26 | 176 | 66 | 63 |
| Binary | 111110 | 11000110 | 1001011 | 1000101 | 0 | 111110 | 10110 | 1111110 | 110110 | 110011 |
Color Harmonies of #3EC64B
Complementary color
Monochromatic Colors of #3EC64B
Black with #3EC64B
Text Example
Text Example
White with #3EC64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC64B; }
p { color: rgb(62,198,75); }
H1.HeaderClassName
{
color: #3EC64B;
}
.AnyTagClassName
{
color: #3EC64B;
}
</style>
background-color css
<style>
a { background-color: #3EC64B; }
a { background-color: rgb(62,198,75); }
div.DivClassName
{
background-color: #3EC64B;
}
.BgClassName
{
background-color: #3EC64B;
}
</style>
border-color css
<style>
span { border-color: #3EC64B; }
span { border-color: rgb(62,198,75); }
td.TdClassName
{
border-color: #3EC64B;
}
.TagClassName
{
border-color: #3EC64B;
}
</style>