Shades of Lime Green #42D04D
Tints of Lime Green #42D04D
RGB
CMYK
RGB Variations
Color information
#42D04D (or 0x42D04D) is known color: Lime Green. HEX triplet: 42, D0 and 4D. RGB value is (66,208,77). Sum of RGB (Red+Green+Blue) = 66+208+77=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 208 (81.64% from 255 or 59.26% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 208 - color contains mainly: green. Hex color #42D04D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D04D is #BD2FB2. Grayscale: #969696. Windows color (decimal): -12398515 or 5099586. OLE color: 5099586.
HSL color Cylindrical-coordinate representation of color #42D04D: hue angle of 124.65º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42D04D is Cyan = 0.68, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 208 | 77 | - |
| CMYK | 0.68 | 0 | 0.63 | 0.18 |
| HSL | 124.65º | 0.6% | 0.54% | - |
| HSV(B) | 124.65º | 0.68% | 0.82% | - |
| XYZ | 26.14 | 46.81 | 14.68 | - |
| YUV | 150.61 | 86.46 | 67.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 208 | 77 | 0.68 | 0 | 0.63 | 0.18 | 124.65 | 0.6 | 0.54 |
| Hex | 42 | D0 | 4D | 44 | 0 | 3F | 12 | 7D | 3C | 36 |
| Octal | 102 | 320 | 115 | 104 | 0 | 77 | 22 | 175 | 74 | 66 |
| Binary | 1000010 | 11010000 | 1001101 | 1000100 | 0 | 111111 | 10010 | 1111101 | 111100 | 110110 |
Color Harmonies of #42D04D
Complementary color
Monochromatic Colors of #42D04D
Black with #42D04D
Text Example
Text Example
White with #42D04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D04D; }
p { color: rgb(66,208,77); }
H1.HeaderClassName
{
color: #42D04D;
}
.AnyTagClassName
{
color: #42D04D;
}
</style>
background-color css
<style>
a { background-color: #42D04D; }
a { background-color: rgb(66,208,77); }
div.DivClassName
{
background-color: #42D04D;
}
.BgClassName
{
background-color: #42D04D;
}
</style>
border-color css
<style>
span { border-color: #42D04D; }
span { border-color: rgb(66,208,77); }
td.TdClassName
{
border-color: #42D04D;
}
.TagClassName
{
border-color: #42D04D;
}
</style>