Shades of Lime Green #3EFE3A
Tints of Lime Green #3EFE3A
RGB
CMYK
RGB Variations
Color information
#3EFE3A (or 0x3EFE3A) is known color: Lime Green. HEX triplet: 3E, FE and 3A. RGB value is (62,254,58). Sum of RGB (Red+Green+Blue) = 62+254+58=374 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.58% from 374); Green value is 254 (99.61% from 255 or 67.91% from 374); Blue value is 58 (23.05% from 255 or 15.51% from 374); Max value from RGB is 254 - color contains mainly: green. Hex color #3EFE3A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EFE3A is #C101C5. Grayscale: #AEAEAE. Windows color (decimal): -12648902 or 3866174. OLE color: 3866174.
HSL color Cylindrical-coordinate representation of color #3EFE3A: hue angle of 118.78º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3EFE3A is Cyan = 0.76, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 62 | 254 | 58 | - |
| CMYK | 0.76 | 0 | 0.77 | 0.00 |
| HSL | 118.78º | 0.99% | 0.61% | - |
| HSV(B) | 118.78º | 0.77% | 1% | - |
| XYZ | 38.19 | 72.21 | 15.93 | - |
| YUV | 174.25 | 62.39 | 47.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 254 | 58 | 0.76 | 0 | 0.77 | 0.00 | 118.78 | 0.99 | 0.61 |
| Hex | 3E | FE | 3A | 4C | 0 | 4D | 0 | 77 | 63 | 3D |
| Octal | 76 | 376 | 72 | 114 | 0 | 115 | 0 | 167 | 143 | 75 |
| Binary | 111110 | 11111110 | 111010 | 1001100 | 0 | 1001101 | 0 | 1110111 | 1100011 | 111101 |
Color Harmonies of #3EFE3A
Complementary color
Monochromatic Colors of #3EFE3A
Black with #3EFE3A
Text Example
Text Example
White with #3EFE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFE3A; }
p { color: rgb(62,254,58); }
H1.HeaderClassName
{
color: #3EFE3A;
}
.AnyTagClassName
{
color: #3EFE3A;
}
</style>
background-color css
<style>
a { background-color: #3EFE3A; }
a { background-color: rgb(62,254,58); }
div.DivClassName
{
background-color: #3EFE3A;
}
.BgClassName
{
background-color: #3EFE3A;
}
</style>
border-color css
<style>
span { border-color: #3EFE3A; }
span { border-color: rgb(62,254,58); }
td.TdClassName
{
border-color: #3EFE3A;
}
.TagClassName
{
border-color: #3EFE3A;
}
</style>