Shades of Lime Green #42C544
Tints of Lime Green #42C544
RGB
CMYK
RGB Variations
Color information
#42C544 (or 0x42C544) is known color: Lime Green. HEX triplet: 42, C5 and 44. RGB value is (66,197,68). Sum of RGB (Red+Green+Blue) = 66+197+68=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 197 (77.34% from 255 or 59.52% from 331); Blue value is 68 (26.95% from 255 or 20.54% from 331); Max value from RGB is 197 - color contains mainly: green. Hex color #42C544 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C544 is #BD3ABB. Grayscale: #8F8F8F. Windows color (decimal): -12401340 or 4506946. OLE color: 4506946.
HSL color Cylindrical-coordinate representation of color #42C544: hue angle of 120.92º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C544 is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 66 | 197 | 68 | - |
| CMYK | 0.66 | 0 | 0.65 | 0.23 |
| HSL | 120.92º | 0.53% | 0.52% | - |
| HSV(B) | 120.92º | 0.66% | 0.77% | - |
| XYZ | 23.26 | 41.51 | 12.25 | - |
| YUV | 143.13 | 85.6 | 72.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 197 | 68 | 0.66 | 0 | 0.65 | 0.23 | 120.92 | 0.53 | 0.52 |
| Hex | 42 | C5 | 44 | 42 | 0 | 41 | 17 | 79 | 35 | 34 |
| Octal | 102 | 305 | 104 | 102 | 0 | 101 | 27 | 171 | 65 | 64 |
| Binary | 1000010 | 11000101 | 1000100 | 1000010 | 0 | 1000001 | 10111 | 1111001 | 110101 | 110100 |
Color Harmonies of #42C544
Complementary color
Monochromatic Colors of #42C544
Black with #42C544
Text Example
Text Example
White with #42C544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C544; }
p { color: rgb(66,197,68); }
H1.HeaderClassName
{
color: #42C544;
}
.AnyTagClassName
{
color: #42C544;
}
</style>
background-color css
<style>
a { background-color: #42C544; }
a { background-color: rgb(66,197,68); }
div.DivClassName
{
background-color: #42C544;
}
.BgClassName
{
background-color: #42C544;
}
</style>
border-color css
<style>
span { border-color: #42C544; }
span { border-color: rgb(66,197,68); }
td.TdClassName
{
border-color: #42C544;
}
.TagClassName
{
border-color: #42C544;
}
</style>