Shades of Lime Green #42D849
Tints of Lime Green #42D849
RGB
CMYK
RGB Variations
Color information
#42D849 (or 0x42D849) is known color: Lime Green. HEX triplet: 42, D8 and 49. RGB value is (66,216,73). Sum of RGB (Red+Green+Blue) = 66+216+73=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 216 (84.77% from 255 or 60.85% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 216 - color contains mainly: green. Hex color #42D849 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D849 is #BD27B6. Grayscale: #9B9B9B. Windows color (decimal): -12396471 or 4839490. OLE color: 4839490.
HSL color Cylindrical-coordinate representation of color #42D849: hue angle of 122.8º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D849 is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 216 | 73 | - |
| CMYK | 0.69 | 0 | 0.66 | 0.15 |
| HSL | 122.8º | 0.66% | 0.55% | - |
| HSV(B) | 122.8º | 0.69% | 0.85% | - |
| XYZ | 28.01 | 50.75 | 14.62 | - |
| YUV | 154.85 | 81.81 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 216 | 73 | 0.69 | 0 | 0.66 | 0.15 | 122.8 | 0.66 | 0.55 |
| Hex | 42 | D8 | 49 | 45 | 0 | 42 | F | 7B | 42 | 37 |
| Octal | 102 | 330 | 111 | 105 | 0 | 102 | 17 | 173 | 102 | 67 |
| Binary | 1000010 | 11011000 | 1001001 | 1000101 | 0 | 1000010 | 1111 | 1111011 | 1000010 | 110111 |
Color Harmonies of #42D849
Complementary color
Monochromatic Colors of #42D849
Black with #42D849
Text Example
Text Example
White with #42D849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D849; }
p { color: rgb(66,216,73); }
H1.HeaderClassName
{
color: #42D849;
}
.AnyTagClassName
{
color: #42D849;
}
</style>
background-color css
<style>
a { background-color: #42D849; }
a { background-color: rgb(66,216,73); }
div.DivClassName
{
background-color: #42D849;
}
.BgClassName
{
background-color: #42D849;
}
</style>
border-color css
<style>
span { border-color: #42D849; }
span { border-color: rgb(66,216,73); }
td.TdClassName
{
border-color: #42D849;
}
.TagClassName
{
border-color: #42D849;
}
</style>