Shades of Lime Green #42EA47
Tints of Lime Green #42EA47
RGB
CMYK
RGB Variations
Color information
#42EA47 (or 0x42EA47) is known color: Lime Green. HEX triplet: 42, EA and 47. RGB value is (66,234,71). Sum of RGB (Red+Green+Blue) = 66+234+71=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 234 (91.80% from 255 or 63.07% from 371); Blue value is 71 (28.12% from 255 or 19.14% from 371); Max value from RGB is 234 - color contains mainly: green. Hex color #42EA47 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42EA47 is #BD15B8. Grayscale: #A5A5A5. Windows color (decimal): -12391865 or 4713026. OLE color: 4713026.
HSL color Cylindrical-coordinate representation of color #42EA47: hue angle of 121.79º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EA47 is Cyan = 0.72, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 234 | 71 | - |
| CMYK | 0.72 | 0 | 0.70 | 0.08 |
| HSL | 121.79º | 0.8% | 0.59% | - |
| HSV(B) | 121.79º | 0.72% | 0.92% | - |
| XYZ | 32.81 | 60.46 | 15.9 | - |
| YUV | 165.19 | 74.84 | 57.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 234 | 71 | 0.72 | 0 | 0.70 | 0.08 | 121.79 | 0.8 | 0.59 |
| Hex | 42 | EA | 47 | 48 | 0 | 46 | 8 | 7A | 50 | 3B |
| Octal | 102 | 352 | 107 | 110 | 0 | 106 | 10 | 172 | 120 | 73 |
| Binary | 1000010 | 11101010 | 1000111 | 1001000 | 0 | 1000110 | 1000 | 1111010 | 1010000 | 111011 |
Color Harmonies of #42EA47
Complementary color
Monochromatic Colors of #42EA47
Black with #42EA47
Text Example
Text Example
White with #42EA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EA47; }
p { color: rgb(66,234,71); }
H1.HeaderClassName
{
color: #42EA47;
}
.AnyTagClassName
{
color: #42EA47;
}
</style>
background-color css
<style>
a { background-color: #42EA47; }
a { background-color: rgb(66,234,71); }
div.DivClassName
{
background-color: #42EA47;
}
.BgClassName
{
background-color: #42EA47;
}
</style>
border-color css
<style>
span { border-color: #42EA47; }
span { border-color: rgb(66,234,71); }
td.TdClassName
{
border-color: #42EA47;
}
.TagClassName
{
border-color: #42EA47;
}
</style>