Shades of Lime Green #42D335
Tints of Lime Green #42D335
RGB
CMYK
RGB Variations
Color information
#42D335 (or 0x42D335) is known color: Lime Green. HEX triplet: 42, D3 and 35. RGB value is (66,211,53). Sum of RGB (Red+Green+Blue) = 66+211+53=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 211 (82.81% from 255 or 63.94% from 330); Blue value is 53 (21.09% from 255 or 16.06% from 330); Max value from RGB is 211 - color contains mainly: green. Hex color #42D335 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D335 is #BD2CCA. Grayscale: #969696. Windows color (decimal): -12397771 or 3527490. OLE color: 3527490.
HSL color Cylindrical-coordinate representation of color #42D335: hue angle of 115.06º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #42D335 is Cyan = 0.69, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 66 | 211 | 53 | - |
| CMYK | 0.69 | 0 | 0.75 | 0.17 |
| HSL | 115.06º | 0.64% | 0.52% | - |
| HSV(B) | 115.06º | 0.75% | 0.83% | - |
| XYZ | 26.18 | 48 | 11.25 | - |
| YUV | 149.63 | 73.46 | 68.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 211 | 53 | 0.69 | 0 | 0.75 | 0.17 | 115.06 | 0.64 | 0.52 |
| Hex | 42 | D3 | 35 | 45 | 0 | 4B | 11 | 73 | 40 | 34 |
| Octal | 102 | 323 | 65 | 105 | 0 | 113 | 21 | 163 | 100 | 64 |
| Binary | 1000010 | 11010011 | 110101 | 1000101 | 0 | 1001011 | 10001 | 1110011 | 1000000 | 110100 |
Color Harmonies of #42D335
Complementary color
Monochromatic Colors of #42D335
Black with #42D335
Text Example
Text Example
White with #42D335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D335; }
p { color: rgb(66,211,53); }
H1.HeaderClassName
{
color: #42D335;
}
.AnyTagClassName
{
color: #42D335;
}
</style>
background-color css
<style>
a { background-color: #42D335; }
a { background-color: rgb(66,211,53); }
div.DivClassName
{
background-color: #42D335;
}
.BgClassName
{
background-color: #42D335;
}
</style>
border-color css
<style>
span { border-color: #42D335; }
span { border-color: rgb(66,211,53); }
td.TdClassName
{
border-color: #42D335;
}
.TagClassName
{
border-color: #42D335;
}
</style>