Shades of Lime Green #42E030
Tints of Lime Green #42E030
RGB
CMYK
RGB Variations
Color information
#42E030 (or 0x42E030) is known color: Lime Green. HEX triplet: 42, E0 and 30. RGB value is (66,224,48). Sum of RGB (Red+Green+Blue) = 66+224+48=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 224 (87.89% from 255 or 66.27% from 338); Blue value is 48 (19.14% from 255 or 14.20% from 338); Max value from RGB is 224 - color contains mainly: green. Hex color #42E030 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42E030 is #BD1FCF. Grayscale: #9D9D9D. Windows color (decimal): -12394448 or 3203138. OLE color: 3203138.
HSL color Cylindrical-coordinate representation of color #42E030: hue angle of 113.86º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42E030 is Cyan = 0.71, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 66 | 224 | 48 | - |
| CMYK | 0.71 | 0 | 0.79 | 0.12 |
| HSL | 113.86º | 0.74% | 0.53% | - |
| HSV(B) | 113.86º | 0.79% | 0.88% | - |
| XYZ | 29.44 | 54.68 | 11.8 | - |
| YUV | 156.69 | 66.65 | 63.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 224 | 48 | 0.71 | 0 | 0.79 | 0.12 | 113.86 | 0.74 | 0.53 |
| Hex | 42 | E0 | 30 | 47 | 0 | 4F | C | 72 | 4A | 35 |
| Octal | 102 | 340 | 60 | 107 | 0 | 117 | 14 | 162 | 112 | 65 |
| Binary | 1000010 | 11100000 | 110000 | 1000111 | 0 | 1001111 | 1100 | 1110010 | 1001010 | 110101 |
Color Harmonies of #42E030
Complementary color
Monochromatic Colors of #42E030
Black with #42E030
Text Example
Text Example
White with #42E030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E030; }
p { color: rgb(66,224,48); }
H1.HeaderClassName
{
color: #42E030;
}
.AnyTagClassName
{
color: #42E030;
}
</style>
background-color css
<style>
a { background-color: #42E030; }
a { background-color: rgb(66,224,48); }
div.DivClassName
{
background-color: #42E030;
}
.BgClassName
{
background-color: #42E030;
}
</style>
border-color css
<style>
span { border-color: #42E030; }
span { border-color: rgb(66,224,48); }
td.TdClassName
{
border-color: #42E030;
}
.TagClassName
{
border-color: #42E030;
}
</style>