Shades of Lime Green #42E337
Tints of Lime Green #42E337
RGB
CMYK
RGB Variations
Color information
#42E337 (or 0x42E337) is known color: Lime Green. HEX triplet: 42, E3 and 37. RGB value is (66,227,55). Sum of RGB (Red+Green+Blue) = 66+227+55=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 227 (89.06% from 255 or 65.23% from 348); Blue value is 55 (21.88% from 255 or 15.80% from 348); Max value from RGB is 227 - color contains mainly: green. Hex color #42E337 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42E337 is #BD1CC8. Grayscale: #9F9F9F. Windows color (decimal): -12393673 or 3662658. OLE color: 3662658.
HSL color Cylindrical-coordinate representation of color #42E337: hue angle of 116.16º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #42E337 is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 66 | 227 | 55 | - |
| CMYK | 0.71 | 0 | 0.76 | 0.11 |
| HSL | 116.16º | 0.75% | 0.55% | - |
| HSV(B) | 116.16º | 0.76% | 0.89% | - |
| XYZ | 30.41 | 56.37 | 12.89 | - |
| YUV | 159.25 | 69.16 | 61.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 227 | 55 | 0.71 | 0 | 0.76 | 0.11 | 116.16 | 0.75 | 0.55 |
| Hex | 42 | E3 | 37 | 47 | 0 | 4C | B | 74 | 4B | 37 |
| Octal | 102 | 343 | 67 | 107 | 0 | 114 | 13 | 164 | 113 | 67 |
| Binary | 1000010 | 11100011 | 110111 | 1000111 | 0 | 1001100 | 1011 | 1110100 | 1001011 | 110111 |
Color Harmonies of #42E337
Complementary color
Monochromatic Colors of #42E337
Black with #42E337
Text Example
Text Example
White with #42E337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E337; }
p { color: rgb(66,227,55); }
H1.HeaderClassName
{
color: #42E337;
}
.AnyTagClassName
{
color: #42E337;
}
</style>
background-color css
<style>
a { background-color: #42E337; }
a { background-color: rgb(66,227,55); }
div.DivClassName
{
background-color: #42E337;
}
.BgClassName
{
background-color: #42E337;
}
</style>
border-color css
<style>
span { border-color: #42E337; }
span { border-color: rgb(66,227,55); }
td.TdClassName
{
border-color: #42E337;
}
.TagClassName
{
border-color: #42E337;
}
</style>