Shades of Lime Green #42D656
Tints of Lime Green #42D656
RGB
CMYK
RGB Variations
Color information
#42D656 (or 0x42D656) is known color: Lime Green. HEX triplet: 42, D6 and 56. RGB value is (66,214,86). Sum of RGB (Red+Green+Blue) = 66+214+86=366 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.03% from 366); Green value is 214 (83.98% from 255 or 58.47% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 214 - color contains mainly: green. Hex color #42D656 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D656 is #BD29A9. Grayscale: #9B9B9B. Windows color (decimal): -12396970 or 5690946. OLE color: 5690946.
HSL color Cylindrical-coordinate representation of color #42D656: hue angle of 128.11º 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 #42D656 is Cyan = 0.69, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 214 | 86 | - |
| CMYK | 0.69 | 0 | 0.60 | 0.16 |
| HSL | 128.11º | 0.64% | 0.55% | - |
| HSV(B) | 128.11º | 0.69% | 0.84% | - |
| XYZ | 27.97 | 49.92 | 16.97 | - |
| YUV | 155.16 | 88.97 | 64.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 214 | 86 | 0.69 | 0 | 0.60 | 0.16 | 128.11 | 0.64 | 0.55 |
| Hex | 42 | D6 | 56 | 45 | 0 | 3C | 10 | 80 | 40 | 37 |
| Octal | 102 | 326 | 126 | 105 | 0 | 74 | 20 | 200 | 100 | 67 |
| Binary | 1000010 | 11010110 | 1010110 | 1000101 | 0 | 111100 | 10000 | 10000000 | 1000000 | 110111 |
Color Harmonies of #42D656
Complementary color
Monochromatic Colors of #42D656
Black with #42D656
Text Example
Text Example
White with #42D656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D656; }
p { color: rgb(66,214,86); }
H1.HeaderClassName
{
color: #42D656;
}
.AnyTagClassName
{
color: #42D656;
}
</style>
background-color css
<style>
a { background-color: #42D656; }
a { background-color: rgb(66,214,86); }
div.DivClassName
{
background-color: #42D656;
}
.BgClassName
{
background-color: #42D656;
}
</style>
border-color css
<style>
span { border-color: #42D656; }
span { border-color: rgb(66,214,86); }
td.TdClassName
{
border-color: #42D656;
}
.TagClassName
{
border-color: #42D656;
}
</style>