Shades of Lime Green #42D530
Tints of Lime Green #42D530
RGB
CMYK
RGB Variations
Color information
#42D530 (or 0x42D530) is known color: Lime Green. HEX triplet: 42, D5 and 30. RGB value is (66,213,48). Sum of RGB (Red+Green+Blue) = 66+213+48=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 213 (83.59% from 255 or 65.14% from 327); Blue value is 48 (19.14% from 255 or 14.68% from 327); Max value from RGB is 213 - color contains mainly: green. Hex color #42D530 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D530 is #BD2ACF. Grayscale: #969696. Windows color (decimal): -12397264 or 3200322. OLE color: 3200322.
HSL color Cylindrical-coordinate representation of color #42D530: hue angle of 113.45º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42D530 is Cyan = 0.69, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 213 | 48 | - |
| CMYK | 0.69 | 0 | 0.77 | 0.16 |
| HSL | 113.45º | 0.66% | 0.51% | - |
| HSV(B) | 113.45º | 0.77% | 0.84% | - |
| XYZ | 26.57 | 48.96 | 10.85 | - |
| YUV | 150.24 | 70.3 | 67.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 213 | 48 | 0.69 | 0 | 0.77 | 0.16 | 113.45 | 0.66 | 0.51 |
| Hex | 42 | D5 | 30 | 45 | 0 | 4D | 10 | 71 | 42 | 33 |
| Octal | 102 | 325 | 60 | 105 | 0 | 115 | 20 | 161 | 102 | 63 |
| Binary | 1000010 | 11010101 | 110000 | 1000101 | 0 | 1001101 | 10000 | 1110001 | 1000010 | 110011 |
Color Harmonies of #42D530
Complementary color
Monochromatic Colors of #42D530
Black with #42D530
Text Example
Text Example
White with #42D530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D530; }
p { color: rgb(66,213,48); }
H1.HeaderClassName
{
color: #42D530;
}
.AnyTagClassName
{
color: #42D530;
}
</style>
background-color css
<style>
a { background-color: #42D530; }
a { background-color: rgb(66,213,48); }
div.DivClassName
{
background-color: #42D530;
}
.BgClassName
{
background-color: #42D530;
}
</style>
border-color css
<style>
span { border-color: #42D530; }
span { border-color: rgb(66,213,48); }
td.TdClassName
{
border-color: #42D530;
}
.TagClassName
{
border-color: #42D530;
}
</style>