Shades of Lime Green #42E83B
Tints of Lime Green #42E83B
RGB
CMYK
RGB Variations
Color information
#42E83B (or 0x42E83B) is known color: Lime Green. HEX triplet: 42, E8 and 3B. RGB value is (66,232,59). Sum of RGB (Red+Green+Blue) = 66+232+59=357 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.49% from 357); Green value is 232 (91.02% from 255 or 64.99% from 357); Blue value is 59 (23.44% from 255 or 16.53% from 357); Max value from RGB is 232 - color contains mainly: green. Hex color #42E83B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42E83B is #BD17C4. Grayscale: #A3A3A3. Windows color (decimal): -12392389 or 3926082. OLE color: 3926082.
HSL color Cylindrical-coordinate representation of color #42E83B: hue angle of 117.57º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #42E83B is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 232 | 59 | - |
| CMYK | 0.72 | 0 | 0.75 | 0.09 |
| HSL | 117.57º | 0.79% | 0.57% | - |
| HSV(B) | 117.57º | 0.75% | 0.91% | - |
| XYZ | 31.89 | 59.19 | 13.88 | - |
| YUV | 162.64 | 69.5 | 59.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 232 | 59 | 0.72 | 0 | 0.75 | 0.09 | 117.57 | 0.79 | 0.57 |
| Hex | 42 | E8 | 3B | 48 | 0 | 4B | 9 | 76 | 4F | 39 |
| Octal | 102 | 350 | 73 | 110 | 0 | 113 | 11 | 166 | 117 | 71 |
| Binary | 1000010 | 11101000 | 111011 | 1001000 | 0 | 1001011 | 1001 | 1110110 | 1001111 | 111001 |
Color Harmonies of #42E83B
Complementary color
Monochromatic Colors of #42E83B
Black with #42E83B
Text Example
Text Example
White with #42E83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E83B; }
p { color: rgb(66,232,59); }
H1.HeaderClassName
{
color: #42E83B;
}
.AnyTagClassName
{
color: #42E83B;
}
</style>
background-color css
<style>
a { background-color: #42E83B; }
a { background-color: rgb(66,232,59); }
div.DivClassName
{
background-color: #42E83B;
}
.BgClassName
{
background-color: #42E83B;
}
</style>
border-color css
<style>
span { border-color: #42E83B; }
span { border-color: rgb(66,232,59); }
td.TdClassName
{
border-color: #42E83B;
}
.TagClassName
{
border-color: #42E83B;
}
</style>