Shades of Lime Green #42E622
Tints of Lime Green #42E622
RGB
CMYK
RGB Variations
Color information
#42E622 (or 0x42E622) is known color: Lime Green. HEX triplet: 42, E6 and 22. RGB value is (66,230,34). Sum of RGB (Red+Green+Blue) = 66+230+34=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 230 (90.23% from 255 or 69.70% from 330); Blue value is 34 (13.67% from 255 or 10.30% from 330); Max value from RGB is 230 - color contains mainly: green. Hex color #42E622 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42E622 is #BD19DD. Grayscale: #9F9F9F. Windows color (decimal): -12392926 or 2287170. OLE color: 2287170.
HSL color Cylindrical-coordinate representation of color #42E622: hue angle of 110.2º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #42E622 is Cyan = 0.71, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 66 | 230 | 34 | - |
| CMYK | 0.71 | 0 | 0.85 | 0.10 |
| HSL | 110.2º | 0.8% | 0.52% | - |
| HSV(B) | 110.2º | 0.85% | 0.9% | - |
| XYZ | 30.83 | 57.87 | 11.06 | - |
| YUV | 158.62 | 57.67 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 230 | 34 | 0.71 | 0 | 0.85 | 0.10 | 110.2 | 0.8 | 0.52 |
| Hex | 42 | E6 | 22 | 47 | 0 | 55 | A | 6E | 50 | 34 |
| Octal | 102 | 346 | 42 | 107 | 0 | 125 | 12 | 156 | 120 | 64 |
| Binary | 1000010 | 11100110 | 100010 | 1000111 | 0 | 1010101 | 1010 | 1101110 | 1010000 | 110100 |
Color Harmonies of #42E622
Complementary color
Monochromatic Colors of #42E622
Black with #42E622
Text Example
Text Example
White with #42E622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E622; }
p { color: rgb(66,230,34); }
H1.HeaderClassName
{
color: #42E622;
}
.AnyTagClassName
{
color: #42E622;
}
</style>
background-color css
<style>
a { background-color: #42E622; }
a { background-color: rgb(66,230,34); }
div.DivClassName
{
background-color: #42E622;
}
.BgClassName
{
background-color: #42E622;
}
</style>
border-color css
<style>
span { border-color: #42E622; }
span { border-color: rgb(66,230,34); }
td.TdClassName
{
border-color: #42E622;
}
.TagClassName
{
border-color: #42E622;
}
</style>