Shades of Lime Green #42D040
Tints of Lime Green #42D040
RGB
CMYK
RGB Variations
Color information
#42D040 (or 0x42D040) is known color: Lime Green. HEX triplet: 42, D0 and 40. RGB value is (66,208,64). Sum of RGB (Red+Green+Blue) = 66+208+64=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 208 (81.64% from 255 or 61.54% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 208 - color contains mainly: green. Hex color #42D040 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D040 is #BD2FBF. Grayscale: #959595. Windows color (decimal): -12398528 or 4247618. OLE color: 4247618.
HSL color Cylindrical-coordinate representation of color #42D040: hue angle of 119.17º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D040 is Cyan = 0.68, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 208 | 64 | - |
| CMYK | 0.68 | 0 | 0.69 | 0.18 |
| HSL | 119.17º | 0.61% | 0.53% | - |
| HSV(B) | 119.17º | 0.69% | 0.82% | - |
| XYZ | 25.73 | 46.64 | 12.5 | - |
| YUV | 149.13 | 79.96 | 68.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 208 | 64 | 0.68 | 0 | 0.69 | 0.18 | 119.17 | 0.61 | 0.53 |
| Hex | 42 | D0 | 40 | 44 | 0 | 45 | 12 | 77 | 3D | 35 |
| Octal | 102 | 320 | 100 | 104 | 0 | 105 | 22 | 167 | 75 | 65 |
| Binary | 1000010 | 11010000 | 1000000 | 1000100 | 0 | 1000101 | 10010 | 1110111 | 111101 | 110101 |
Color Harmonies of #42D040
Complementary color
Monochromatic Colors of #42D040
Black with #42D040
Text Example
Text Example
White with #42D040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D040; }
p { color: rgb(66,208,64); }
H1.HeaderClassName
{
color: #42D040;
}
.AnyTagClassName
{
color: #42D040;
}
</style>
background-color css
<style>
a { background-color: #42D040; }
a { background-color: rgb(66,208,64); }
div.DivClassName
{
background-color: #42D040;
}
.BgClassName
{
background-color: #42D040;
}
</style>
border-color css
<style>
span { border-color: #42D040; }
span { border-color: rgb(66,208,64); }
td.TdClassName
{
border-color: #42D040;
}
.TagClassName
{
border-color: #42D040;
}
</style>