Shades of Lime Green #42EC32
Tints of Lime Green #42EC32
RGB
CMYK
RGB Variations
Color information
#42EC32 (or 0x42EC32) is known color: Lime Green. HEX triplet: 42, EC and 32. RGB value is (66,236,50). Sum of RGB (Red+Green+Blue) = 66+236+50=352 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.75% from 352); Green value is 236 (92.58% from 255 or 67.05% from 352); Blue value is 50 (19.92% from 255 or 14.20% from 352); Max value from RGB is 236 - color contains mainly: green. Hex color #42EC32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42EC32 is #BD13CD. Grayscale: #A4A4A4. Windows color (decimal): -12391374 or 3337282. OLE color: 3337282.
HSL color Cylindrical-coordinate representation of color #42EC32: hue angle of 114.84º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42EC32 is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 236 | 50 | - |
| CMYK | 0.72 | 0 | 0.79 | 0.07 |
| HSL | 114.84º | 0.83% | 0.56% | - |
| HSV(B) | 114.84º | 0.79% | 0.93% | - |
| XYZ | 32.82 | 61.38 | 13.14 | - |
| YUV | 163.97 | 63.68 | 58.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 236 | 50 | 0.72 | 0 | 0.79 | 0.07 | 114.84 | 0.83 | 0.56 |
| Hex | 42 | EC | 32 | 48 | 0 | 4F | 7 | 73 | 53 | 38 |
| Octal | 102 | 354 | 62 | 110 | 0 | 117 | 7 | 163 | 123 | 70 |
| Binary | 1000010 | 11101100 | 110010 | 1001000 | 0 | 1001111 | 111 | 1110011 | 1010011 | 111000 |
Color Harmonies of #42EC32
Complementary color
Monochromatic Colors of #42EC32
Black with #42EC32
Text Example
Text Example
White with #42EC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EC32; }
p { color: rgb(66,236,50); }
H1.HeaderClassName
{
color: #42EC32;
}
.AnyTagClassName
{
color: #42EC32;
}
</style>
background-color css
<style>
a { background-color: #42EC32; }
a { background-color: rgb(66,236,50); }
div.DivClassName
{
background-color: #42EC32;
}
.BgClassName
{
background-color: #42EC32;
}
</style>
border-color css
<style>
span { border-color: #42EC32; }
span { border-color: rgb(66,236,50); }
td.TdClassName
{
border-color: #42EC32;
}
.TagClassName
{
border-color: #42EC32;
}
</style>