Shades of Lime Green #42CB49
Tints of Lime Green #42CB49
RGB
CMYK
RGB Variations
Color information
#42CB49 (or 0x42CB49) is known color: Lime Green. HEX triplet: 42, CB and 49. RGB value is (66,203,73). Sum of RGB (Red+Green+Blue) = 66+203+73=342 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.30% from 342); Green value is 203 (79.69% from 255 or 59.36% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 203 - color contains mainly: green. Hex color #42CB49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42CB49 is #BD34B6. Grayscale: #939393. Windows color (decimal): -12399799 or 4836162. OLE color: 4836162.
HSL color Cylindrical-coordinate representation of color #42CB49: hue angle of 123.07º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42CB49 is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 203 | 73 | - |
| CMYK | 0.67 | 0 | 0.64 | 0.20 |
| HSL | 123.07º | 0.57% | 0.53% | - |
| HSV(B) | 123.07º | 0.67% | 0.8% | - |
| XYZ | 24.81 | 44.35 | 13.56 | - |
| YUV | 147.22 | 86.11 | 70.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 203 | 73 | 0.67 | 0 | 0.64 | 0.20 | 123.07 | 0.57 | 0.53 |
| Hex | 42 | CB | 49 | 43 | 0 | 40 | 14 | 7B | 39 | 35 |
| Octal | 102 | 313 | 111 | 103 | 0 | 100 | 24 | 173 | 71 | 65 |
| Binary | 1000010 | 11001011 | 1001001 | 1000011 | 0 | 1000000 | 10100 | 1111011 | 111001 | 110101 |
Color Harmonies of #42CB49
Complementary color
Monochromatic Colors of #42CB49
Black with #42CB49
Text Example
Text Example
White with #42CB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CB49; }
p { color: rgb(66,203,73); }
H1.HeaderClassName
{
color: #42CB49;
}
.AnyTagClassName
{
color: #42CB49;
}
</style>
background-color css
<style>
a { background-color: #42CB49; }
a { background-color: rgb(66,203,73); }
div.DivClassName
{
background-color: #42CB49;
}
.BgClassName
{
background-color: #42CB49;
}
</style>
border-color css
<style>
span { border-color: #42CB49; }
span { border-color: rgb(66,203,73); }
td.TdClassName
{
border-color: #42CB49;
}
.TagClassName
{
border-color: #42CB49;
}
</style>