Shades of Lime Green #42DC2D
Tints of Lime Green #42DC2D
RGB
CMYK
RGB Variations
Color information
#42DC2D (or 0x42DC2D) is known color: Lime Green. HEX triplet: 42, DC and 2D. RGB value is (66,220,45). Sum of RGB (Red+Green+Blue) = 66+220+45=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 220 (86.33% from 255 or 66.47% from 331); Blue value is 45 (17.97% from 255 or 13.60% from 331); Max value from RGB is 220 - color contains mainly: green. Hex color #42DC2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42DC2D is #BD23D2. Grayscale: #9A9A9A. Windows color (decimal): -12395475 or 3005506. OLE color: 3005506.
HSL color Cylindrical-coordinate representation of color #42DC2D: hue angle of 112.8º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #42DC2D is Cyan = 0.7, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 220 | 45 | - |
| CMYK | 0.7 | 0 | 0.80 | 0.14 |
| HSL | 112.8º | 0.71% | 0.52% | - |
| HSV(B) | 112.8º | 0.8% | 0.86% | - |
| XYZ | 28.31 | 52.53 | 11.13 | - |
| YUV | 154 | 66.48 | 65.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 220 | 45 | 0.7 | 0 | 0.80 | 0.14 | 112.8 | 0.71 | 0.52 |
| Hex | 42 | DC | 2D | 46 | 0 | 50 | E | 71 | 47 | 34 |
| Octal | 102 | 334 | 55 | 106 | 0 | 120 | 16 | 161 | 107 | 64 |
| Binary | 1000010 | 11011100 | 101101 | 1000110 | 0 | 1010000 | 1110 | 1110001 | 1000111 | 110100 |
Color Harmonies of #42DC2D
Complementary color
Monochromatic Colors of #42DC2D
Black with #42DC2D
Text Example
Text Example
White with #42DC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DC2D; }
p { color: rgb(66,220,45); }
H1.HeaderClassName
{
color: #42DC2D;
}
.AnyTagClassName
{
color: #42DC2D;
}
</style>
background-color css
<style>
a { background-color: #42DC2D; }
a { background-color: rgb(66,220,45); }
div.DivClassName
{
background-color: #42DC2D;
}
.BgClassName
{
background-color: #42DC2D;
}
</style>
border-color css
<style>
span { border-color: #42DC2D; }
span { border-color: rgb(66,220,45); }
td.TdClassName
{
border-color: #42DC2D;
}
.TagClassName
{
border-color: #42DC2D;
}
</style>