Shades of Lime Green #42DD3A
Tints of Lime Green #42DD3A
RGB
CMYK
RGB Variations
Color information
#42DD3A (or 0x42DD3A) is known color: Lime Green. HEX triplet: 42, DD and 3A. RGB value is (66,221,58). Sum of RGB (Red+Green+Blue) = 66+221+58=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 221 (86.72% from 255 or 64.06% from 345); Blue value is 58 (23.05% from 255 or 16.81% from 345); Max value from RGB is 221 - color contains mainly: green. Hex color #42DD3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42DD3A is #BD22C5. Grayscale: #9C9C9C. Windows color (decimal): -12395206 or 3857730. OLE color: 3857730.
HSL color Cylindrical-coordinate representation of color #42DD3A: hue angle of 117.06º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42DD3A is Cyan = 0.70, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 221 | 58 | - |
| CMYK | 0.70 | 0 | 0.74 | 0.13 |
| HSL | 117.06º | 0.71% | 0.55% | - |
| HSV(B) | 117.06º | 0.74% | 0.87% | - |
| XYZ | 28.87 | 53.18 | 12.75 | - |
| YUV | 156.07 | 72.65 | 63.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 221 | 58 | 0.70 | 0 | 0.74 | 0.13 | 117.06 | 0.71 | 0.55 |
| Hex | 42 | DD | 3A | 46 | 0 | 4A | D | 75 | 47 | 37 |
| Octal | 102 | 335 | 72 | 106 | 0 | 112 | 15 | 165 | 107 | 67 |
| Binary | 1000010 | 11011101 | 111010 | 1000110 | 0 | 1001010 | 1101 | 1110101 | 1000111 | 110111 |
Color Harmonies of #42DD3A
Complementary color
Monochromatic Colors of #42DD3A
Black with #42DD3A
Text Example
Text Example
White with #42DD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DD3A; }
p { color: rgb(66,221,58); }
H1.HeaderClassName
{
color: #42DD3A;
}
.AnyTagClassName
{
color: #42DD3A;
}
</style>
background-color css
<style>
a { background-color: #42DD3A; }
a { background-color: rgb(66,221,58); }
div.DivClassName
{
background-color: #42DD3A;
}
.BgClassName
{
background-color: #42DD3A;
}
</style>
border-color css
<style>
span { border-color: #42DD3A; }
span { border-color: rgb(66,221,58); }
td.TdClassName
{
border-color: #42DD3A;
}
.TagClassName
{
border-color: #42DD3A;
}
</style>