Shades of Lime Green #42E84D
Tints of Lime Green #42E84D
RGB
CMYK
RGB Variations
Color information
#42E84D (or 0x42E84D) is known color: Lime Green. HEX triplet: 42, E8 and 4D. RGB value is (66,232,77). Sum of RGB (Red+Green+Blue) = 66+232+77=375 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.6% from 375); Green value is 232 (91.02% from 255 or 61.87% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 232 - color contains mainly: green. Hex color #42E84D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42E84D is #BD17B2. Grayscale: #A5A5A5. Windows color (decimal): -12392371 or 5105730. OLE color: 5105730.
HSL color Cylindrical-coordinate representation of color #42E84D: hue angle of 123.98º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42E84D is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 232 | 77 | - |
| CMYK | 0.72 | 0 | 0.67 | 0.09 |
| HSL | 123.98º | 0.78% | 0.58% | - |
| HSV(B) | 123.98º | 0.72% | 0.91% | - |
| XYZ | 32.44 | 59.41 | 16.78 | - |
| YUV | 164.7 | 78.5 | 57.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 232 | 77 | 0.72 | 0 | 0.67 | 0.09 | 123.98 | 0.78 | 0.58 |
| Hex | 42 | E8 | 4D | 48 | 0 | 43 | 9 | 7C | 4E | 3A |
| Octal | 102 | 350 | 115 | 110 | 0 | 103 | 11 | 174 | 116 | 72 |
| Binary | 1000010 | 11101000 | 1001101 | 1001000 | 0 | 1000011 | 1001 | 1111100 | 1001110 | 111010 |
Color Harmonies of #42E84D
Complementary color
Monochromatic Colors of #42E84D
Black with #42E84D
Text Example
Text Example
White with #42E84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E84D; }
p { color: rgb(66,232,77); }
H1.HeaderClassName
{
color: #42E84D;
}
.AnyTagClassName
{
color: #42E84D;
}
</style>
background-color css
<style>
a { background-color: #42E84D; }
a { background-color: rgb(66,232,77); }
div.DivClassName
{
background-color: #42E84D;
}
.BgClassName
{
background-color: #42E84D;
}
</style>
border-color css
<style>
span { border-color: #42E84D; }
span { border-color: rgb(66,232,77); }
td.TdClassName
{
border-color: #42E84D;
}
.TagClassName
{
border-color: #42E84D;
}
</style>