Shades of Lime Green #42DD3E
Tints of Lime Green #42DD3E
RGB
CMYK
RGB Variations
Color information
#42DD3E (or 0x42DD3E) is known color: Lime Green. HEX triplet: 42, DD and 3E. RGB value is (66,221,62). Sum of RGB (Red+Green+Blue) = 66+221+62=349 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.91% from 349); Green value is 221 (86.72% from 255 or 63.32% from 349); Blue value is 62 (24.61% from 255 or 17.77% from 349); Max value from RGB is 221 - color contains mainly: green. Hex color #42DD3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42DD3E is #BD22C1. Grayscale: #9D9D9D. Windows color (decimal): -12395202 or 4119874. OLE color: 4119874.
HSL color Cylindrical-coordinate representation of color #42DD3E: hue angle of 118.49º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42DD3E is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 221 | 62 | - |
| CMYK | 0.70 | 0 | 0.72 | 0.13 |
| HSL | 118.49º | 0.7% | 0.55% | - |
| HSV(B) | 118.49º | 0.72% | 0.87% | - |
| XYZ | 28.97 | 53.22 | 13.3 | - |
| YUV | 156.53 | 74.65 | 63.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 221 | 62 | 0.70 | 0 | 0.72 | 0.13 | 118.49 | 0.7 | 0.55 |
| Hex | 42 | DD | 3E | 46 | 0 | 48 | D | 76 | 46 | 37 |
| Octal | 102 | 335 | 76 | 106 | 0 | 110 | 15 | 166 | 106 | 67 |
| Binary | 1000010 | 11011101 | 111110 | 1000110 | 0 | 1001000 | 1101 | 1110110 | 1000110 | 110111 |
Color Harmonies of #42DD3E
Complementary color
Monochromatic Colors of #42DD3E
Black with #42DD3E
Text Example
Text Example
White with #42DD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DD3E; }
p { color: rgb(66,221,62); }
H1.HeaderClassName
{
color: #42DD3E;
}
.AnyTagClassName
{
color: #42DD3E;
}
</style>
background-color css
<style>
a { background-color: #42DD3E; }
a { background-color: rgb(66,221,62); }
div.DivClassName
{
background-color: #42DD3E;
}
.BgClassName
{
background-color: #42DD3E;
}
</style>
border-color css
<style>
span { border-color: #42DD3E; }
span { border-color: rgb(66,221,62); }
td.TdClassName
{
border-color: #42DD3E;
}
.TagClassName
{
border-color: #42DD3E;
}
</style>