Shades of Lime Green #3EDA42
Tints of Lime Green #3EDA42
RGB
CMYK
RGB Variations
Color information
#3EDA42 (or 0x3EDA42) is known color: Lime Green. HEX triplet: 3E, DA and 42. RGB value is (62,218,66). Sum of RGB (Red+Green+Blue) = 62+218+66=346 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.92% from 346); Green value is 218 (85.55% from 255 or 63.01% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 218 - color contains mainly: green. Hex color #3EDA42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EDA42 is #C125BD. Grayscale: #9A9A9A. Windows color (decimal): -12658110 or 4381246. OLE color: 4381246.
HSL color Cylindrical-coordinate representation of color #3EDA42: hue angle of 121.54º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDA42 is Cyan = 0.72, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 62 | 218 | 66 | - |
| CMYK | 0.72 | 0 | 0.70 | 0.15 |
| HSL | 121.54º | 0.68% | 0.55% | - |
| HSV(B) | 121.54º | 0.72% | 0.85% | - |
| XYZ | 28.04 | 51.56 | 13.63 | - |
| YUV | 154.03 | 78.32 | 62.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 218 | 66 | 0.72 | 0 | 0.70 | 0.15 | 121.54 | 0.68 | 0.55 |
| Hex | 3E | DA | 42 | 48 | 0 | 46 | F | 7A | 44 | 37 |
| Octal | 76 | 332 | 102 | 110 | 0 | 106 | 17 | 172 | 104 | 67 |
| Binary | 111110 | 11011010 | 1000010 | 1001000 | 0 | 1000110 | 1111 | 1111010 | 1000100 | 110111 |
Color Harmonies of #3EDA42
Complementary color
Monochromatic Colors of #3EDA42
Black with #3EDA42
Text Example
Text Example
White with #3EDA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDA42; }
p { color: rgb(62,218,66); }
H1.HeaderClassName
{
color: #3EDA42;
}
.AnyTagClassName
{
color: #3EDA42;
}
</style>
background-color css
<style>
a { background-color: #3EDA42; }
a { background-color: rgb(62,218,66); }
div.DivClassName
{
background-color: #3EDA42;
}
.BgClassName
{
background-color: #3EDA42;
}
</style>
border-color css
<style>
span { border-color: #3EDA42; }
span { border-color: rgb(62,218,66); }
td.TdClassName
{
border-color: #3EDA42;
}
.TagClassName
{
border-color: #3EDA42;
}
</style>