Shades of Lime Green #42D554
Tints of Lime Green #42D554
RGB
CMYK
RGB Variations
Color information
#42D554 (or 0x42D554) is known color: Lime Green. HEX triplet: 42, D5 and 54. RGB value is (66,213,84). Sum of RGB (Red+Green+Blue) = 66+213+84=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 213 (83.59% from 255 or 58.68% from 363); Blue value is 84 (33.20% from 255 or 23.14% from 363); Max value from RGB is 213 - color contains mainly: green. Hex color #42D554 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D554 is #BD2AAB. Grayscale: #9A9A9A. Windows color (decimal): -12397228 or 5559618. OLE color: 5559618.
HSL color Cylindrical-coordinate representation of color #42D554: hue angle of 127.35º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D554 is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 213 | 84 | - |
| CMYK | 0.69 | 0 | 0.61 | 0.16 |
| HSL | 127.35º | 0.64% | 0.55% | - |
| HSV(B) | 127.35º | 0.69% | 0.84% | - |
| XYZ | 27.64 | 49.39 | 16.46 | - |
| YUV | 154.34 | 88.3 | 64.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 213 | 84 | 0.69 | 0 | 0.61 | 0.16 | 127.35 | 0.64 | 0.55 |
| Hex | 42 | D5 | 54 | 45 | 0 | 3D | 10 | 7F | 40 | 37 |
| Octal | 102 | 325 | 124 | 105 | 0 | 75 | 20 | 177 | 100 | 67 |
| Binary | 1000010 | 11010101 | 1010100 | 1000101 | 0 | 111101 | 10000 | 1111111 | 1000000 | 110111 |
Color Harmonies of #42D554
Complementary color
Monochromatic Colors of #42D554
Black with #42D554
Text Example
Text Example
White with #42D554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D554; }
p { color: rgb(66,213,84); }
H1.HeaderClassName
{
color: #42D554;
}
.AnyTagClassName
{
color: #42D554;
}
</style>
background-color css
<style>
a { background-color: #42D554; }
a { background-color: rgb(66,213,84); }
div.DivClassName
{
background-color: #42D554;
}
.BgClassName
{
background-color: #42D554;
}
</style>
border-color css
<style>
span { border-color: #42D554; }
span { border-color: rgb(66,213,84); }
td.TdClassName
{
border-color: #42D554;
}
.TagClassName
{
border-color: #42D554;
}
</style>