Shades of Lime Green #42D540
Tints of Lime Green #42D540
RGB
CMYK
RGB Variations
Color information
#42D540 (or 0x42D540) is known color: Lime Green. HEX triplet: 42, D5 and 40. RGB value is (66,213,64). Sum of RGB (Red+Green+Blue) = 66+213+64=343 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.24% from 343); Green value is 213 (83.59% from 255 or 62.10% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 213 - color contains mainly: green. Hex color #42D540 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D540 is #BD2ABF. Grayscale: #989898. Windows color (decimal): -12397248 or 4248898. OLE color: 4248898.
HSL color Cylindrical-coordinate representation of color #42D540: hue angle of 119.19º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42D540 is Cyan = 0.69, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 213 | 64 | - |
| CMYK | 0.69 | 0 | 0.70 | 0.16 |
| HSL | 119.19º | 0.64% | 0.54% | - |
| HSV(B) | 119.19º | 0.7% | 0.84% | - |
| XYZ | 26.97 | 49.12 | 12.91 | - |
| YUV | 152.06 | 78.3 | 66.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 213 | 64 | 0.69 | 0 | 0.70 | 0.16 | 119.19 | 0.64 | 0.54 |
| Hex | 42 | D5 | 40 | 45 | 0 | 46 | 10 | 77 | 40 | 36 |
| Octal | 102 | 325 | 100 | 105 | 0 | 106 | 20 | 167 | 100 | 66 |
| Binary | 1000010 | 11010101 | 1000000 | 1000101 | 0 | 1000110 | 10000 | 1110111 | 1000000 | 110110 |
Color Harmonies of #42D540
Complementary color
Monochromatic Colors of #42D540
Black with #42D540
Text Example
Text Example
White with #42D540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D540; }
p { color: rgb(66,213,64); }
H1.HeaderClassName
{
color: #42D540;
}
.AnyTagClassName
{
color: #42D540;
}
</style>
background-color css
<style>
a { background-color: #42D540; }
a { background-color: rgb(66,213,64); }
div.DivClassName
{
background-color: #42D540;
}
.BgClassName
{
background-color: #42D540;
}
</style>
border-color css
<style>
span { border-color: #42D540; }
span { border-color: rgb(66,213,64); }
td.TdClassName
{
border-color: #42D540;
}
.TagClassName
{
border-color: #42D540;
}
</style>