Shades of Lime Green #42B73D
Tints of Lime Green #42B73D
RGB
CMYK
RGB Variations
Color information
#42B73D (or 0x42B73D) is known color: Lime Green. HEX triplet: 42, B7 and 3D. RGB value is (66,183,61). Sum of RGB (Red+Green+Blue) = 66+183+61=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 183 (71.88% from 255 or 59.03% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 183 - color contains mainly: green. Hex color #42B73D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B73D is #BD48C2. Grayscale: #868686. Windows color (decimal): -12404931 or 4044610. OLE color: 4044610.
HSL color Cylindrical-coordinate representation of color #42B73D: hue angle of 117.54º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42B73D is Cyan = 0.64, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 66 | 183 | 61 | - |
| CMYK | 0.64 | 0 | 0.67 | 0.28 |
| HSL | 117.54º | 0.5% | 0.48% | - |
| HSV(B) | 117.54º | 0.67% | 0.72% | - |
| XYZ | 20.02 | 35.36 | 10.19 | - |
| YUV | 134.11 | 86.74 | 79.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 183 | 61 | 0.64 | 0 | 0.67 | 0.28 | 117.54 | 0.5 | 0.48 |
| Hex | 42 | B7 | 3D | 40 | 0 | 43 | 1C | 76 | 32 | 30 |
| Octal | 102 | 267 | 75 | 100 | 0 | 103 | 34 | 166 | 62 | 60 |
| Binary | 1000010 | 10110111 | 111101 | 1000000 | 0 | 1000011 | 11100 | 1110110 | 110010 | 110000 |
Color Harmonies of #42B73D
Complementary color
Monochromatic Colors of #42B73D
Black with #42B73D
Text Example
Text Example
White with #42B73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B73D; }
p { color: rgb(66,183,61); }
H1.HeaderClassName
{
color: #42B73D;
}
.AnyTagClassName
{
color: #42B73D;
}
</style>
background-color css
<style>
a { background-color: #42B73D; }
a { background-color: rgb(66,183,61); }
div.DivClassName
{
background-color: #42B73D;
}
.BgClassName
{
background-color: #42B73D;
}
</style>
border-color css
<style>
span { border-color: #42B73D; }
span { border-color: rgb(66,183,61); }
td.TdClassName
{
border-color: #42B73D;
}
.TagClassName
{
border-color: #42B73D;
}
</style>