Shades of Lime Green #42EC4D
Tints of Lime Green #42EC4D
RGB
CMYK
RGB Variations
Color information
#42EC4D (or 0x42EC4D) is known color: Lime Green. HEX triplet: 42, EC and 4D. RGB value is (66,236,77). Sum of RGB (Red+Green+Blue) = 66+236+77=379 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.41% from 379); Green value is 236 (92.58% from 255 or 62.27% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 236 - color contains mainly: green. Hex color #42EC4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42EC4D is #BD13B2. Grayscale: #A7A7A7. Windows color (decimal): -12391347 or 5106754. OLE color: 5106754.
HSL color Cylindrical-coordinate representation of color #42EC4D: hue angle of 123.88º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EC4D is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 236 | 77 | - |
| CMYK | 0.72 | 0 | 0.67 | 0.07 |
| HSL | 123.88º | 0.82% | 0.59% | - |
| HSV(B) | 123.88º | 0.72% | 0.93% | - |
| XYZ | 33.58 | 61.68 | 17.16 | - |
| YUV | 167.04 | 77.18 | 55.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 236 | 77 | 0.72 | 0 | 0.67 | 0.07 | 123.88 | 0.82 | 0.59 |
| Hex | 42 | EC | 4D | 48 | 0 | 43 | 7 | 7C | 52 | 3B |
| Octal | 102 | 354 | 115 | 110 | 0 | 103 | 7 | 174 | 122 | 73 |
| Binary | 1000010 | 11101100 | 1001101 | 1001000 | 0 | 1000011 | 111 | 1111100 | 1010010 | 111011 |
Color Harmonies of #42EC4D
Complementary color
Monochromatic Colors of #42EC4D
Black with #42EC4D
Text Example
Text Example
White with #42EC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EC4D; }
p { color: rgb(66,236,77); }
H1.HeaderClassName
{
color: #42EC4D;
}
.AnyTagClassName
{
color: #42EC4D;
}
</style>
background-color css
<style>
a { background-color: #42EC4D; }
a { background-color: rgb(66,236,77); }
div.DivClassName
{
background-color: #42EC4D;
}
.BgClassName
{
background-color: #42EC4D;
}
</style>
border-color css
<style>
span { border-color: #42EC4D; }
span { border-color: rgb(66,236,77); }
td.TdClassName
{
border-color: #42EC4D;
}
.TagClassName
{
border-color: #42EC4D;
}
</style>