Shades of Lime Green #3EFD3D
Tints of Lime Green #3EFD3D
RGB
CMYK
RGB Variations
Color information
#3EFD3D (or 0x3EFD3D) is known color: Lime Green. HEX triplet: 3E, FD and 3D. RGB value is (62,253,61). Sum of RGB (Red+Green+Blue) = 62+253+61=376 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.49% from 376); Green value is 253 (99.22% from 255 or 67.29% from 376); Blue value is 61 (24.22% from 255 or 16.22% from 376); Max value from RGB is 253 - color contains mainly: green. Hex color #3EFD3D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EFD3D is #C102C2. Grayscale: #AEAEAE. Windows color (decimal): -12649155 or 4062526. OLE color: 4062526.
HSL color Cylindrical-coordinate representation of color #3EFD3D: hue angle of 119.69º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3EFD3D is Cyan = 0.75, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 253 | 61 | - |
| CMYK | 0.75 | 0 | 0.76 | 0.01 |
| HSL | 119.69º | 0.98% | 0.62% | - |
| HSV(B) | 119.69º | 0.76% | 0.99% | - |
| XYZ | 37.95 | 71.61 | 16.24 | - |
| YUV | 174 | 64.22 | 48.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 253 | 61 | 0.75 | 0 | 0.76 | 0.01 | 119.69 | 0.98 | 0.62 |
| Hex | 3E | FD | 3D | 4B | 0 | 4C | 1 | 78 | 62 | 3E |
| Octal | 76 | 375 | 75 | 113 | 0 | 114 | 1 | 170 | 142 | 76 |
| Binary | 111110 | 11111101 | 111101 | 1001011 | 0 | 1001100 | 1 | 1111000 | 1100010 | 111110 |
Color Harmonies of #3EFD3D
Complementary color
Monochromatic Colors of #3EFD3D
Black with #3EFD3D
Text Example
Text Example
White with #3EFD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFD3D; }
p { color: rgb(62,253,61); }
H1.HeaderClassName
{
color: #3EFD3D;
}
.AnyTagClassName
{
color: #3EFD3D;
}
</style>
background-color css
<style>
a { background-color: #3EFD3D; }
a { background-color: rgb(62,253,61); }
div.DivClassName
{
background-color: #3EFD3D;
}
.BgClassName
{
background-color: #3EFD3D;
}
</style>
border-color css
<style>
span { border-color: #3EFD3D; }
span { border-color: rgb(62,253,61); }
td.TdClassName
{
border-color: #3EFD3D;
}
.TagClassName
{
border-color: #3EFD3D;
}
</style>