Shades of Lime Green #42C148
Tints of Lime Green #42C148
RGB
CMYK
RGB Variations
Color information
#42C148 (or 0x42C148) is known color: Lime Green. HEX triplet: 42, C1 and 48. RGB value is (66,193,72). Sum of RGB (Red+Green+Blue) = 66+193+72=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 193 (75.78% from 255 or 58.31% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 193 - color contains mainly: green. Hex color #42C148 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C148 is #BD3EB7. Grayscale: #8D8D8D. Windows color (decimal): -12402360 or 4768066. OLE color: 4768066.
HSL color Cylindrical-coordinate representation of color #42C148: hue angle of 122.83º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C148 is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 193 | 72 | - |
| CMYK | 0.66 | 0 | 0.63 | 0.24 |
| HSL | 122.83º | 0.51% | 0.51% | - |
| HSV(B) | 122.83º | 0.66% | 0.76% | - |
| XYZ | 22.49 | 39.77 | 12.62 | - |
| YUV | 141.23 | 88.92 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 193 | 72 | 0.66 | 0 | 0.63 | 0.24 | 122.83 | 0.51 | 0.51 |
| Hex | 42 | C1 | 48 | 42 | 0 | 3F | 18 | 7B | 33 | 33 |
| Octal | 102 | 301 | 110 | 102 | 0 | 77 | 30 | 173 | 63 | 63 |
| Binary | 1000010 | 11000001 | 1001000 | 1000010 | 0 | 111111 | 11000 | 1111011 | 110011 | 110011 |
Color Harmonies of #42C148
Complementary color
Monochromatic Colors of #42C148
Black with #42C148
Text Example
Text Example
White with #42C148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C148; }
p { color: rgb(66,193,72); }
H1.HeaderClassName
{
color: #42C148;
}
.AnyTagClassName
{
color: #42C148;
}
</style>
background-color css
<style>
a { background-color: #42C148; }
a { background-color: rgb(66,193,72); }
div.DivClassName
{
background-color: #42C148;
}
.BgClassName
{
background-color: #42C148;
}
</style>
border-color css
<style>
span { border-color: #42C148; }
span { border-color: rgb(66,193,72); }
td.TdClassName
{
border-color: #42C148;
}
.TagClassName
{
border-color: #42C148;
}
</style>