Shades of Lime Green #42D62E
Tints of Lime Green #42D62E
RGB
CMYK
RGB Variations
Color information
#42D62E (or 0x42D62E) is known color: Lime Green. HEX triplet: 42, D6 and 2E. RGB value is (66,214,46). Sum of RGB (Red+Green+Blue) = 66+214+46=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 214 (83.98% from 255 or 65.64% from 326); Blue value is 46 (18.36% from 255 or 14.11% from 326); Max value from RGB is 214 - color contains mainly: green. Hex color #42D62E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D62E is #BD29D1. Grayscale: #979797. Windows color (decimal): -12397010 or 3069506. OLE color: 3069506.
HSL color Cylindrical-coordinate representation of color #42D62E: hue angle of 112.86º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42D62E is Cyan = 0.69, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 214 | 46 | - |
| CMYK | 0.69 | 0 | 0.79 | 0.16 |
| HSL | 112.86º | 0.67% | 0.51% | - |
| HSV(B) | 112.86º | 0.79% | 0.84% | - |
| XYZ | 26.79 | 49.45 | 10.72 | - |
| YUV | 150.6 | 68.97 | 67.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 214 | 46 | 0.69 | 0 | 0.79 | 0.16 | 112.86 | 0.67 | 0.51 |
| Hex | 42 | D6 | 2E | 45 | 0 | 4F | 10 | 71 | 43 | 33 |
| Octal | 102 | 326 | 56 | 105 | 0 | 117 | 20 | 161 | 103 | 63 |
| Binary | 1000010 | 11010110 | 101110 | 1000101 | 0 | 1001111 | 10000 | 1110001 | 1000011 | 110011 |
Color Harmonies of #42D62E
Complementary color
Monochromatic Colors of #42D62E
Black with #42D62E
Text Example
Text Example
White with #42D62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D62E; }
p { color: rgb(66,214,46); }
H1.HeaderClassName
{
color: #42D62E;
}
.AnyTagClassName
{
color: #42D62E;
}
</style>
background-color css
<style>
a { background-color: #42D62E; }
a { background-color: rgb(66,214,46); }
div.DivClassName
{
background-color: #42D62E;
}
.BgClassName
{
background-color: #42D62E;
}
</style>
border-color css
<style>
span { border-color: #42D62E; }
span { border-color: rgb(66,214,46); }
td.TdClassName
{
border-color: #42D62E;
}
.TagClassName
{
border-color: #42D62E;
}
</style>