Shades of Lime Green #42D539
Tints of Lime Green #42D539
RGB
CMYK
RGB Variations
Color information
#42D539 (or 0x42D539) is known color: Lime Green. HEX triplet: 42, D5 and 39. RGB value is (66,213,57). Sum of RGB (Red+Green+Blue) = 66+213+57=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 213 (83.59% from 255 or 63.39% from 336); Blue value is 57 (22.66% from 255 or 16.96% from 336); Max value from RGB is 213 - color contains mainly: green. Hex color #42D539 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D539 is #BD2AC6. Grayscale: #979797. Windows color (decimal): -12397255 or 3790146. OLE color: 3790146.
HSL color Cylindrical-coordinate representation of color #42D539: hue angle of 116.54º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42D539 is Cyan = 0.69, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 213 | 57 | - |
| CMYK | 0.69 | 0 | 0.73 | 0.16 |
| HSL | 116.54º | 0.65% | 0.53% | - |
| HSV(B) | 116.54º | 0.73% | 0.84% | - |
| XYZ | 26.78 | 49.04 | 11.93 | - |
| YUV | 151.26 | 74.8 | 67.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 213 | 57 | 0.69 | 0 | 0.73 | 0.16 | 116.54 | 0.65 | 0.53 |
| Hex | 42 | D5 | 39 | 45 | 0 | 49 | 10 | 75 | 41 | 35 |
| Octal | 102 | 325 | 71 | 105 | 0 | 111 | 20 | 165 | 101 | 65 |
| Binary | 1000010 | 11010101 | 111001 | 1000101 | 0 | 1001001 | 10000 | 1110101 | 1000001 | 110101 |
Color Harmonies of #42D539
Complementary color
Monochromatic Colors of #42D539
Black with #42D539
Text Example
Text Example
White with #42D539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D539; }
p { color: rgb(66,213,57); }
H1.HeaderClassName
{
color: #42D539;
}
.AnyTagClassName
{
color: #42D539;
}
</style>
background-color css
<style>
a { background-color: #42D539; }
a { background-color: rgb(66,213,57); }
div.DivClassName
{
background-color: #42D539;
}
.BgClassName
{
background-color: #42D539;
}
</style>
border-color css
<style>
span { border-color: #42D539; }
span { border-color: rgb(66,213,57); }
td.TdClassName
{
border-color: #42D539;
}
.TagClassName
{
border-color: #42D539;
}
</style>