Shades of Lime Green #42C035
Tints of Lime Green #42C035
RGB
CMYK
RGB Variations
Color information
#42C035 (or 0x42C035) is known color: Lime Green. HEX triplet: 42, C0 and 35. RGB value is (66,192,53). Sum of RGB (Red+Green+Blue) = 66+192+53=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 192 (75.39% from 255 or 61.74% from 311); Blue value is 53 (21.09% from 255 or 17.04% from 311); Max value from RGB is 192 - color contains mainly: green. Hex color #42C035 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C035 is #BD3FCA. Grayscale: #8A8A8A. Windows color (decimal): -12402635 or 3522626. OLE color: 3522626.
HSL color Cylindrical-coordinate representation of color #42C035: hue angle of 114.39º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42C035 is Cyan = 0.66, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 192 | 53 | - |
| CMYK | 0.66 | 0 | 0.72 | 0.25 |
| HSL | 114.39º | 0.57% | 0.48% | - |
| HSV(B) | 114.39º | 0.72% | 0.75% | - |
| XYZ | 21.74 | 39.11 | 9.77 | - |
| YUV | 138.48 | 79.76 | 76.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 192 | 53 | 0.66 | 0 | 0.72 | 0.25 | 114.39 | 0.57 | 0.48 |
| Hex | 42 | C0 | 35 | 42 | 0 | 48 | 19 | 72 | 39 | 30 |
| Octal | 102 | 300 | 65 | 102 | 0 | 110 | 31 | 162 | 71 | 60 |
| Binary | 1000010 | 11000000 | 110101 | 1000010 | 0 | 1001000 | 11001 | 1110010 | 111001 | 110000 |
Color Harmonies of #42C035
Complementary color
Monochromatic Colors of #42C035
Black with #42C035
Text Example
Text Example
White with #42C035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C035; }
p { color: rgb(66,192,53); }
H1.HeaderClassName
{
color: #42C035;
}
.AnyTagClassName
{
color: #42C035;
}
</style>
background-color css
<style>
a { background-color: #42C035; }
a { background-color: rgb(66,192,53); }
div.DivClassName
{
background-color: #42C035;
}
.BgClassName
{
background-color: #42C035;
}
</style>
border-color css
<style>
span { border-color: #42C035; }
span { border-color: rgb(66,192,53); }
td.TdClassName
{
border-color: #42C035;
}
.TagClassName
{
border-color: #42C035;
}
</style>