Shades of Lime Green #3EFD3B
Tints of Lime Green #3EFD3B
RGB
CMYK
RGB Variations
Color information
#3EFD3B (or 0x3EFD3B) is known color: Lime Green. HEX triplet: 3E, FD and 3B. RGB value is (62,253,59). Sum of RGB (Red+Green+Blue) = 62+253+59=374 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.58% from 374); Green value is 253 (99.22% from 255 or 67.65% from 374); Blue value is 59 (23.44% from 255 or 15.78% from 374); Max value from RGB is 253 - color contains mainly: green. Hex color #3EFD3B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EFD3B is #C102C4. Grayscale: #AEAEAE. Windows color (decimal): -12649157 or 3931454. OLE color: 3931454.
HSL color Cylindrical-coordinate representation of color #3EFD3B: hue angle of 119.07º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3EFD3B is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 253 | 59 | - |
| CMYK | 0.75 | 0 | 0.77 | 0.01 |
| HSL | 119.07º | 0.98% | 0.61% | - |
| HSV(B) | 119.07º | 0.77% | 0.99% | - |
| XYZ | 37.9 | 71.59 | 15.96 | - |
| YUV | 173.78 | 63.22 | 48.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 253 | 59 | 0.75 | 0 | 0.77 | 0.01 | 119.07 | 0.98 | 0.61 |
| Hex | 3E | FD | 3B | 4B | 0 | 4D | 1 | 77 | 62 | 3D |
| Octal | 76 | 375 | 73 | 113 | 0 | 115 | 1 | 167 | 142 | 75 |
| Binary | 111110 | 11111101 | 111011 | 1001011 | 0 | 1001101 | 1 | 1110111 | 1100010 | 111101 |
Color Harmonies of #3EFD3B
Complementary color
Monochromatic Colors of #3EFD3B
Black with #3EFD3B
Text Example
Text Example
White with #3EFD3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFD3B; }
p { color: rgb(62,253,59); }
H1.HeaderClassName
{
color: #3EFD3B;
}
.AnyTagClassName
{
color: #3EFD3B;
}
</style>
background-color css
<style>
a { background-color: #3EFD3B; }
a { background-color: rgb(62,253,59); }
div.DivClassName
{
background-color: #3EFD3B;
}
.BgClassName
{
background-color: #3EFD3B;
}
</style>
border-color css
<style>
span { border-color: #3EFD3B; }
span { border-color: rgb(62,253,59); }
td.TdClassName
{
border-color: #3EFD3B;
}
.TagClassName
{
border-color: #3EFD3B;
}
</style>