Shades of Lime Green #42D535
Tints of Lime Green #42D535
RGB
CMYK
RGB Variations
Color information
#42D535 (or 0x42D535) is known color: Lime Green. HEX triplet: 42, D5 and 35. RGB value is (66,213,53). Sum of RGB (Red+Green+Blue) = 66+213+53=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 213 (83.59% from 255 or 64.16% from 332); Blue value is 53 (21.09% from 255 or 15.96% from 332); Max value from RGB is 213 - color contains mainly: green. Hex color #42D535 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D535 is #BD2ACA. Grayscale: #979797. Windows color (decimal): -12397259 or 3528002. OLE color: 3528002.
HSL color Cylindrical-coordinate representation of color #42D535: hue angle of 115.12º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #42D535 is Cyan = 0.69, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 213 | 53 | - |
| CMYK | 0.69 | 0 | 0.75 | 0.16 |
| HSL | 115.13º | 0.66% | 0.52% | - |
| HSV(B) | 115.13º | 0.75% | 0.84% | - |
| XYZ | 26.68 | 49 | 11.42 | - |
| YUV | 150.81 | 72.8 | 67.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 213 | 53 | 0.69 | 0 | 0.75 | 0.16 | 115.13 | 0.66 | 0.52 |
| Hex | 42 | D5 | 35 | 45 | 0 | 4B | 10 | 73 | 42 | 34 |
| Octal | 102 | 325 | 65 | 105 | 0 | 113 | 20 | 163 | 102 | 64 |
| Binary | 1000010 | 11010101 | 110101 | 1000101 | 0 | 1001011 | 10000 | 1110011 | 1000010 | 110100 |
Color Harmonies of #42D535
Complementary color
Monochromatic Colors of #42D535
Black with #42D535
Text Example
Text Example
White with #42D535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D535; }
p { color: rgb(66,213,53); }
H1.HeaderClassName
{
color: #42D535;
}
.AnyTagClassName
{
color: #42D535;
}
</style>
background-color css
<style>
a { background-color: #42D535; }
a { background-color: rgb(66,213,53); }
div.DivClassName
{
background-color: #42D535;
}
.BgClassName
{
background-color: #42D535;
}
</style>
border-color css
<style>
span { border-color: #42D535; }
span { border-color: rgb(66,213,53); }
td.TdClassName
{
border-color: #42D535;
}
.TagClassName
{
border-color: #42D535;
}
</style>