Shades of Lime Green #3EFA42
Tints of Lime Green #3EFA42
RGB
CMYK
RGB Variations
Color information
#3EFA42 (or 0x3EFA42) is known color: Lime Green. HEX triplet: 3E, FA and 42. RGB value is (62,250,66). Sum of RGB (Red+Green+Blue) = 62+250+66=378 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.40% from 378); Green value is 250 (98.05% from 255 or 66.14% from 378); Blue value is 66 (26.17% from 255 or 17.46% from 378); Max value from RGB is 250 - color contains mainly: green. Hex color #3EFA42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EFA42 is #C105BD. Grayscale: #ADADAD. Windows color (decimal): -12649918 or 4389438. OLE color: 4389438.
HSL color Cylindrical-coordinate representation of color #3EFA42: hue angle of 121.28º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EFA42 is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 62 | 250 | 66 | - |
| CMYK | 0.75 | 0 | 0.74 | 0.02 |
| HSL | 121.28º | 0.95% | 0.61% | - |
| HSV(B) | 121.28º | 0.75% | 0.98% | - |
| XYZ | 37.16 | 69.79 | 16.67 | - |
| YUV | 172.81 | 67.72 | 48.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 250 | 66 | 0.75 | 0 | 0.74 | 0.02 | 121.28 | 0.95 | 0.61 |
| Hex | 3E | FA | 42 | 4B | 0 | 4A | 2 | 79 | 5F | 3D |
| Octal | 76 | 372 | 102 | 113 | 0 | 112 | 2 | 171 | 137 | 75 |
| Binary | 111110 | 11111010 | 1000010 | 1001011 | 0 | 1001010 | 10 | 1111001 | 1011111 | 111101 |
Color Harmonies of #3EFA42
Complementary color
Monochromatic Colors of #3EFA42
Black with #3EFA42
Text Example
Text Example
White with #3EFA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFA42; }
p { color: rgb(62,250,66); }
H1.HeaderClassName
{
color: #3EFA42;
}
.AnyTagClassName
{
color: #3EFA42;
}
</style>
background-color css
<style>
a { background-color: #3EFA42; }
a { background-color: rgb(62,250,66); }
div.DivClassName
{
background-color: #3EFA42;
}
.BgClassName
{
background-color: #3EFA42;
}
</style>
border-color css
<style>
span { border-color: #3EFA42; }
span { border-color: rgb(62,250,66); }
td.TdClassName
{
border-color: #3EFA42;
}
.TagClassName
{
border-color: #3EFA42;
}
</style>