Shades of Lime Green #42B92E
Tints of Lime Green #42B92E
RGB
CMYK
RGB Variations
Color information
#42B92E (or 0x42B92E) is known color: Lime Green. HEX triplet: 42, B9 and 2E. RGB value is (66,185,46). Sum of RGB (Red+Green+Blue) = 66+185+46=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 185 (72.66% from 255 or 62.29% from 297); Blue value is 46 (18.36% from 255 or 15.49% from 297); Max value from RGB is 185 - color contains mainly: green. Hex color #42B92E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B92E is #BD46D1. Grayscale: #868686. Windows color (decimal): -12404434 or 3062082. OLE color: 3062082.
HSL color Cylindrical-coordinate representation of color #42B92E: hue angle of 111.37º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #42B92E is Cyan = 0.64, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 185 | 46 | - |
| CMYK | 0.64 | 0 | 0.75 | 0.27 |
| HSL | 111.37º | 0.6% | 0.45% | - |
| HSV(B) | 111.37º | 0.75% | 0.73% | - |
| XYZ | 20.09 | 36.05 | 8.48 | - |
| YUV | 133.57 | 78.58 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 185 | 46 | 0.64 | 0 | 0.75 | 0.27 | 111.37 | 0.6 | 0.45 |
| Hex | 42 | B9 | 2E | 40 | 0 | 4B | 1B | 6F | 3C | 2D |
| Octal | 102 | 271 | 56 | 100 | 0 | 113 | 33 | 157 | 74 | 55 |
| Binary | 1000010 | 10111001 | 101110 | 1000000 | 0 | 1001011 | 11011 | 1101111 | 111100 | 101101 |
Color Harmonies of #42B92E
Complementary color
Monochromatic Colors of #42B92E
Black with #42B92E
Text Example
Text Example
White with #42B92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B92E; }
p { color: rgb(66,185,46); }
H1.HeaderClassName
{
color: #42B92E;
}
.AnyTagClassName
{
color: #42B92E;
}
</style>
background-color css
<style>
a { background-color: #42B92E; }
a { background-color: rgb(66,185,46); }
div.DivClassName
{
background-color: #42B92E;
}
.BgClassName
{
background-color: #42B92E;
}
</style>
border-color css
<style>
span { border-color: #42B92E; }
span { border-color: rgb(66,185,46); }
td.TdClassName
{
border-color: #42B92E;
}
.TagClassName
{
border-color: #42B92E;
}
</style>