Shades of Lime Green #42EB2E
Tints of Lime Green #42EB2E
RGB
CMYK
RGB Variations
Color information
#42EB2E (or 0x42EB2E) is known color: Lime Green. HEX triplet: 42, EB and 2E. RGB value is (66,235,46). Sum of RGB (Red+Green+Blue) = 66+235+46=347 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.02% from 347); Green value is 235 (92.19% from 255 or 67.72% from 347); Blue value is 46 (18.36% from 255 or 13.26% from 347); Max value from RGB is 235 - color contains mainly: green. Hex color #42EB2E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42EB2E is #BD14D1. Grayscale: #A3A3A3. Windows color (decimal): -12391634 or 3074882. OLE color: 3074882.
HSL color Cylindrical-coordinate representation of color #42EB2E: hue angle of 113.65º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #42EB2E is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 235 | 46 | - |
| CMYK | 0.72 | 0 | 0.80 | 0.08 |
| HSL | 113.65º | 0.83% | 0.55% | - |
| HSV(B) | 113.65º | 0.8% | 0.92% | - |
| XYZ | 32.45 | 60.77 | 12.6 | - |
| YUV | 162.92 | 62.01 | 58.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 235 | 46 | 0.72 | 0 | 0.80 | 0.08 | 113.65 | 0.83 | 0.55 |
| Hex | 42 | EB | 2E | 48 | 0 | 50 | 8 | 72 | 53 | 37 |
| Octal | 102 | 353 | 56 | 110 | 0 | 120 | 10 | 162 | 123 | 67 |
| Binary | 1000010 | 11101011 | 101110 | 1001000 | 0 | 1010000 | 1000 | 1110010 | 1010011 | 110111 |
Color Harmonies of #42EB2E
Complementary color
Monochromatic Colors of #42EB2E
Black with #42EB2E
Text Example
Text Example
White with #42EB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EB2E; }
p { color: rgb(66,235,46); }
H1.HeaderClassName
{
color: #42EB2E;
}
.AnyTagClassName
{
color: #42EB2E;
}
</style>
background-color css
<style>
a { background-color: #42EB2E; }
a { background-color: rgb(66,235,46); }
div.DivClassName
{
background-color: #42EB2E;
}
.BgClassName
{
background-color: #42EB2E;
}
</style>
border-color css
<style>
span { border-color: #42EB2E; }
span { border-color: rgb(66,235,46); }
td.TdClassName
{
border-color: #42EB2E;
}
.TagClassName
{
border-color: #42EB2E;
}
</style>