Shades of Lime Green #42DA4D
Tints of Lime Green #42DA4D
RGB
CMYK
RGB Variations
Color information
#42DA4D (or 0x42DA4D) is known color: Lime Green. HEX triplet: 42, DA and 4D. RGB value is (66,218,77). Sum of RGB (Red+Green+Blue) = 66+218+77=361 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.28% from 361); Green value is 218 (85.55% from 255 or 60.39% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 218 - color contains mainly: green. Hex color #42DA4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42DA4D is #BD25B2. Grayscale: #9C9C9C. Windows color (decimal): -12395955 or 5102146. OLE color: 5102146.
HSL color Cylindrical-coordinate representation of color #42DA4D: hue angle of 124.34º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DA4D is Cyan = 0.70, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 218 | 77 | - |
| CMYK | 0.70 | 0 | 0.65 | 0.15 |
| HSL | 124.34º | 0.67% | 0.56% | - |
| HSV(B) | 124.34º | 0.7% | 0.85% | - |
| XYZ | 28.66 | 51.84 | 15.52 | - |
| YUV | 156.48 | 83.14 | 63.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 218 | 77 | 0.70 | 0 | 0.65 | 0.15 | 124.34 | 0.67 | 0.56 |
| Hex | 42 | DA | 4D | 46 | 0 | 41 | F | 7C | 43 | 38 |
| Octal | 102 | 332 | 115 | 106 | 0 | 101 | 17 | 174 | 103 | 70 |
| Binary | 1000010 | 11011010 | 1001101 | 1000110 | 0 | 1000001 | 1111 | 1111100 | 1000011 | 111000 |
Color Harmonies of #42DA4D
Complementary color
Monochromatic Colors of #42DA4D
Black with #42DA4D
Text Example
Text Example
White with #42DA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DA4D; }
p { color: rgb(66,218,77); }
H1.HeaderClassName
{
color: #42DA4D;
}
.AnyTagClassName
{
color: #42DA4D;
}
</style>
background-color css
<style>
a { background-color: #42DA4D; }
a { background-color: rgb(66,218,77); }
div.DivClassName
{
background-color: #42DA4D;
}
.BgClassName
{
background-color: #42DA4D;
}
</style>
border-color css
<style>
span { border-color: #42DA4D; }
span { border-color: rgb(66,218,77); }
td.TdClassName
{
border-color: #42DA4D;
}
.TagClassName
{
border-color: #42DA4D;
}
</style>