Shades of Lime Green #42E843
Tints of Lime Green #42E843
RGB
CMYK
RGB Variations
Color information
#42E843 (or 0x42E843) is known color: Lime Green. HEX triplet: 42, E8 and 43. RGB value is (66,232,67). Sum of RGB (Red+Green+Blue) = 66+232+67=365 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.08% from 365); Green value is 232 (91.02% from 255 or 63.56% from 365); Blue value is 67 (26.56% from 255 or 18.36% from 365); Max value from RGB is 232 - color contains mainly: green. Hex color #42E843 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42E843 is #BD17BC. Grayscale: #A4A4A4. Windows color (decimal): -12392381 or 4450370. OLE color: 4450370.
HSL color Cylindrical-coordinate representation of color #42E843: hue angle of 120.36º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42E843 is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 232 | 67 | - |
| CMYK | 0.72 | 0 | 0.71 | 0.09 |
| HSL | 120.36º | 0.78% | 0.58% | - |
| HSV(B) | 120.36º | 0.72% | 0.91% | - |
| XYZ | 32.12 | 59.28 | 15.06 | - |
| YUV | 163.56 | 73.5 | 58.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 232 | 67 | 0.72 | 0 | 0.71 | 0.09 | 120.36 | 0.78 | 0.58 |
| Hex | 42 | E8 | 43 | 48 | 0 | 47 | 9 | 78 | 4E | 3A |
| Octal | 102 | 350 | 103 | 110 | 0 | 107 | 11 | 170 | 116 | 72 |
| Binary | 1000010 | 11101000 | 1000011 | 1001000 | 0 | 1000111 | 1001 | 1111000 | 1001110 | 111010 |
Color Harmonies of #42E843
Complementary color
Monochromatic Colors of #42E843
Black with #42E843
Text Example
Text Example
White with #42E843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E843; }
p { color: rgb(66,232,67); }
H1.HeaderClassName
{
color: #42E843;
}
.AnyTagClassName
{
color: #42E843;
}
</style>
background-color css
<style>
a { background-color: #42E843; }
a { background-color: rgb(66,232,67); }
div.DivClassName
{
background-color: #42E843;
}
.BgClassName
{
background-color: #42E843;
}
</style>
border-color css
<style>
span { border-color: #42E843; }
span { border-color: rgb(66,232,67); }
td.TdClassName
{
border-color: #42E843;
}
.TagClassName
{
border-color: #42E843;
}
</style>