Shades of Lime Green #3EEC4B
Tints of Lime Green #3EEC4B
RGB
CMYK
RGB Variations
Color information
#3EEC4B (or 0x3EEC4B) is known color: Lime Green. HEX triplet: 3E, EC and 4B. RGB value is (62,236,75). Sum of RGB (Red+Green+Blue) = 62+236+75=373 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.62% from 373); Green value is 236 (92.58% from 255 or 63.27% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 236 - color contains mainly: green. Hex color #3EEC4B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EEC4B is #C113B4. Grayscale: #A6A6A6. Windows color (decimal): -12653493 or 4975678. OLE color: 4975678.
HSL color Cylindrical-coordinate representation of color #3EEC4B: hue angle of 124.48º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EEC4B is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 236 | 75 | - |
| CMYK | 0.74 | 0 | 0.68 | 0.07 |
| HSL | 124.48º | 0.82% | 0.58% | - |
| HSV(B) | 124.48º | 0.74% | 0.93% | - |
| XYZ | 33.25 | 61.52 | 16.78 | - |
| YUV | 165.62 | 76.85 | 54.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 236 | 75 | 0.74 | 0 | 0.68 | 0.07 | 124.48 | 0.82 | 0.58 |
| Hex | 3E | EC | 4B | 4A | 0 | 44 | 7 | 7C | 52 | 3A |
| Octal | 76 | 354 | 113 | 112 | 0 | 104 | 7 | 174 | 122 | 72 |
| Binary | 111110 | 11101100 | 1001011 | 1001010 | 0 | 1000100 | 111 | 1111100 | 1010010 | 111010 |
Color Harmonies of #3EEC4B
Complementary color
Monochromatic Colors of #3EEC4B
Black with #3EEC4B
Text Example
Text Example
White with #3EEC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEC4B; }
p { color: rgb(62,236,75); }
H1.HeaderClassName
{
color: #3EEC4B;
}
.AnyTagClassName
{
color: #3EEC4B;
}
</style>
background-color css
<style>
a { background-color: #3EEC4B; }
a { background-color: rgb(62,236,75); }
div.DivClassName
{
background-color: #3EEC4B;
}
.BgClassName
{
background-color: #3EEC4B;
}
</style>
border-color css
<style>
span { border-color: #3EEC4B; }
span { border-color: rgb(62,236,75); }
td.TdClassName
{
border-color: #3EEC4B;
}
.TagClassName
{
border-color: #3EEC4B;
}
</style>