Shades of Lime Green #42D949
Tints of Lime Green #42D949
RGB
CMYK
RGB Variations
Color information
#42D949 (or 0x42D949) is known color: Lime Green. HEX triplet: 42, D9 and 49. RGB value is (66,217,73). Sum of RGB (Red+Green+Blue) = 66+217+73=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 217 (85.16% from 255 or 60.96% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 217 - color contains mainly: green. Hex color #42D949 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D949 is #BD26B6. Grayscale: #9B9B9B. Windows color (decimal): -12396215 or 4839746. OLE color: 4839746.
HSL color Cylindrical-coordinate representation of color #42D949: hue angle of 122.78º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42D949 is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 217 | 73 | - |
| CMYK | 0.70 | 0 | 0.66 | 0.15 |
| HSL | 122.78º | 0.67% | 0.55% | - |
| HSV(B) | 122.78º | 0.7% | 0.85% | - |
| XYZ | 28.26 | 51.27 | 14.71 | - |
| YUV | 155.44 | 81.47 | 64.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 217 | 73 | 0.70 | 0 | 0.66 | 0.15 | 122.78 | 0.67 | 0.55 |
| Hex | 42 | D9 | 49 | 46 | 0 | 42 | F | 7B | 43 | 37 |
| Octal | 102 | 331 | 111 | 106 | 0 | 102 | 17 | 173 | 103 | 67 |
| Binary | 1000010 | 11011001 | 1001001 | 1000110 | 0 | 1000010 | 1111 | 1111011 | 1000011 | 110111 |
Color Harmonies of #42D949
Complementary color
Monochromatic Colors of #42D949
Black with #42D949
Text Example
Text Example
White with #42D949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D949; }
p { color: rgb(66,217,73); }
H1.HeaderClassName
{
color: #42D949;
}
.AnyTagClassName
{
color: #42D949;
}
</style>
background-color css
<style>
a { background-color: #42D949; }
a { background-color: rgb(66,217,73); }
div.DivClassName
{
background-color: #42D949;
}
.BgClassName
{
background-color: #42D949;
}
</style>
border-color css
<style>
span { border-color: #42D949; }
span { border-color: rgb(66,217,73); }
td.TdClassName
{
border-color: #42D949;
}
.TagClassName
{
border-color: #42D949;
}
</style>