Shades of Lime Green #42C628
Tints of Lime Green #42C628
RGB
CMYK
RGB Variations
Color information
#42C628 (or 0x42C628) is known color: Lime Green. HEX triplet: 42, C6 and 28. RGB value is (66,198,40). Sum of RGB (Red+Green+Blue) = 66+198+40=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 198 (77.73% from 255 or 65.13% from 304); Blue value is 40 (16.02% from 255 or 13.16% from 304); Max value from RGB is 198 - color contains mainly: green. Hex color #42C628 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C628 is #BD39D7. Grayscale: #8D8D8D. Windows color (decimal): -12401112 or 2672194. OLE color: 2672194.
HSL color Cylindrical-coordinate representation of color #42C628: hue angle of 110.13º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #42C628 is Cyan = 0.67, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 66 | 198 | 40 | - |
| CMYK | 0.67 | 0 | 0.80 | 0.22 |
| HSL | 110.13º | 0.66% | 0.47% | - |
| HSV(B) | 110.13º | 0.8% | 0.78% | - |
| XYZ | 22.82 | 41.7 | 8.85 | - |
| YUV | 140.52 | 71.27 | 74.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 198 | 40 | 0.67 | 0 | 0.80 | 0.22 | 110.13 | 0.66 | 0.47 |
| Hex | 42 | C6 | 28 | 43 | 0 | 50 | 16 | 6E | 42 | 2F |
| Octal | 102 | 306 | 50 | 103 | 0 | 120 | 26 | 156 | 102 | 57 |
| Binary | 1000010 | 11000110 | 101000 | 1000011 | 0 | 1010000 | 10110 | 1101110 | 1000010 | 101111 |
Color Harmonies of #42C628
Complementary color
Monochromatic Colors of #42C628
Black with #42C628
Text Example
Text Example
White with #42C628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C628; }
p { color: rgb(66,198,40); }
H1.HeaderClassName
{
color: #42C628;
}
.AnyTagClassName
{
color: #42C628;
}
</style>
background-color css
<style>
a { background-color: #42C628; }
a { background-color: rgb(66,198,40); }
div.DivClassName
{
background-color: #42C628;
}
.BgClassName
{
background-color: #42C628;
}
</style>
border-color css
<style>
span { border-color: #42C628; }
span { border-color: rgb(66,198,40); }
td.TdClassName
{
border-color: #42C628;
}
.TagClassName
{
border-color: #42C628;
}
</style>