Shades of Lime Green #42D646
Tints of Lime Green #42D646
RGB
CMYK
RGB Variations
Color information
#42D646 (or 0x42D646) is known color: Lime Green. HEX triplet: 42, D6 and 46. RGB value is (66,214,70). Sum of RGB (Red+Green+Blue) = 66+214+70=350 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.86% from 350); Green value is 214 (83.98% from 255 or 61.14% from 350); Blue value is 70 (27.73% from 255 or 20% from 350); Max value from RGB is 214 - color contains mainly: green. Hex color #42D646 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D646 is #BD29B9. Grayscale: #999999. Windows color (decimal): -12396986 or 4642370. OLE color: 4642370.
HSL color Cylindrical-coordinate representation of color #42D646: hue angle of 121.62º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D646 is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 214 | 70 | - |
| CMYK | 0.69 | 0 | 0.67 | 0.16 |
| HSL | 121.62º | 0.64% | 0.55% | - |
| HSV(B) | 121.62º | 0.69% | 0.84% | - |
| XYZ | 27.4 | 49.69 | 13.94 | - |
| YUV | 153.33 | 80.97 | 65.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 214 | 70 | 0.69 | 0 | 0.67 | 0.16 | 121.62 | 0.64 | 0.55 |
| Hex | 42 | D6 | 46 | 45 | 0 | 43 | 10 | 7A | 40 | 37 |
| Octal | 102 | 326 | 106 | 105 | 0 | 103 | 20 | 172 | 100 | 67 |
| Binary | 1000010 | 11010110 | 1000110 | 1000101 | 0 | 1000011 | 10000 | 1111010 | 1000000 | 110111 |
Color Harmonies of #42D646
Complementary color
Monochromatic Colors of #42D646
Black with #42D646
Text Example
Text Example
White with #42D646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D646; }
p { color: rgb(66,214,70); }
H1.HeaderClassName
{
color: #42D646;
}
.AnyTagClassName
{
color: #42D646;
}
</style>
background-color css
<style>
a { background-color: #42D646; }
a { background-color: rgb(66,214,70); }
div.DivClassName
{
background-color: #42D646;
}
.BgClassName
{
background-color: #42D646;
}
</style>
border-color css
<style>
span { border-color: #42D646; }
span { border-color: rgb(66,214,70); }
td.TdClassName
{
border-color: #42D646;
}
.TagClassName
{
border-color: #42D646;
}
</style>