Shades of Lime Green #42EA4F
Tints of Lime Green #42EA4F
RGB
CMYK
RGB Variations
Color information
#42EA4F (or 0x42EA4F) is known color: Lime Green. HEX triplet: 42, EA and 4F. RGB value is (66,234,79). Sum of RGB (Red+Green+Blue) = 66+234+79=379 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.41% from 379); Green value is 234 (91.80% from 255 or 61.74% from 379); Blue value is 79 (31.25% from 255 or 20.84% from 379); Max value from RGB is 234 - color contains mainly: green. Hex color #42EA4F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42EA4F is #BD15B0. Grayscale: #A6A6A6. Windows color (decimal): -12391857 or 5237314. OLE color: 5237314.
HSL color Cylindrical-coordinate representation of color #42EA4F: hue angle of 124.64º 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 #42EA4F is Cyan = 0.72, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 234 | 79 | - |
| CMYK | 0.72 | 0 | 0.66 | 0.08 |
| HSL | 124.64º | 0.8% | 0.59% | - |
| HSV(B) | 124.64º | 0.72% | 0.92% | - |
| XYZ | 33.08 | 60.57 | 17.34 | - |
| YUV | 166.1 | 78.84 | 56.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 234 | 79 | 0.72 | 0 | 0.66 | 0.08 | 124.64 | 0.8 | 0.59 |
| Hex | 42 | EA | 4F | 48 | 0 | 42 | 8 | 7D | 50 | 3B |
| Octal | 102 | 352 | 117 | 110 | 0 | 102 | 10 | 175 | 120 | 73 |
| Binary | 1000010 | 11101010 | 1001111 | 1001000 | 0 | 1000010 | 1000 | 1111101 | 1010000 | 111011 |
Color Harmonies of #42EA4F
Complementary color
Monochromatic Colors of #42EA4F
Black with #42EA4F
Text Example
Text Example
White with #42EA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EA4F; }
p { color: rgb(66,234,79); }
H1.HeaderClassName
{
color: #42EA4F;
}
.AnyTagClassName
{
color: #42EA4F;
}
</style>
background-color css
<style>
a { background-color: #42EA4F; }
a { background-color: rgb(66,234,79); }
div.DivClassName
{
background-color: #42EA4F;
}
.BgClassName
{
background-color: #42EA4F;
}
</style>
border-color css
<style>
span { border-color: #42EA4F; }
span { border-color: rgb(66,234,79); }
td.TdClassName
{
border-color: #42EA4F;
}
.TagClassName
{
border-color: #42EA4F;
}
</style>