Shades of Lime Green #42DA1E
Tints of Lime Green #42DA1E
RGB
CMYK
RGB Variations
Color information
#42DA1E (or 0x42DA1E) is known color: Lime Green. HEX triplet: 42, DA and 1E. RGB value is (66,218,30). Sum of RGB (Red+Green+Blue) = 66+218+30=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 218 (85.55% from 255 or 69.43% from 314); Blue value is 30 (12.11% from 255 or 9.55% from 314); Max value from RGB is 218 - color contains mainly: green. Hex color #42DA1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42DA1E is #BD25E1. Grayscale: #979797. Windows color (decimal): -12396002 or 2021954. OLE color: 2021954.
HSL color Cylindrical-coordinate representation of color #42DA1E: hue angle of 108.51º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #42DA1E is Cyan = 0.70, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 218 | 30 | - |
| CMYK | 0.70 | 0 | 0.86 | 0.15 |
| HSL | 108.51º | 0.76% | 0.49% | - |
| HSV(B) | 108.51º | 0.86% | 0.85% | - |
| XYZ | 27.55 | 51.39 | 9.7 | - |
| YUV | 151.12 | 59.64 | 67.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 218 | 30 | 0.70 | 0 | 0.86 | 0.15 | 108.51 | 0.76 | 0.49 |
| Hex | 42 | DA | 1E | 46 | 0 | 56 | F | 6D | 4C | 31 |
| Octal | 102 | 332 | 36 | 106 | 0 | 126 | 17 | 155 | 114 | 61 |
| Binary | 1000010 | 11011010 | 11110 | 1000110 | 0 | 1010110 | 1111 | 1101101 | 1001100 | 110001 |
Color Harmonies of #42DA1E
Complementary color
Monochromatic Colors of #42DA1E
Black with #42DA1E
Text Example
Text Example
White with #42DA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DA1E; }
p { color: rgb(66,218,30); }
H1.HeaderClassName
{
color: #42DA1E;
}
.AnyTagClassName
{
color: #42DA1E;
}
</style>
background-color css
<style>
a { background-color: #42DA1E; }
a { background-color: rgb(66,218,30); }
div.DivClassName
{
background-color: #42DA1E;
}
.BgClassName
{
background-color: #42DA1E;
}
</style>
border-color css
<style>
span { border-color: #42DA1E; }
span { border-color: rgb(66,218,30); }
td.TdClassName
{
border-color: #42DA1E;
}
.TagClassName
{
border-color: #42DA1E;
}
</style>