Shades of Lime Green #42E530
Tints of Lime Green #42E530
RGB
CMYK
RGB Variations
Color information
#42E530 (or 0x42E530) is known color: Lime Green. HEX triplet: 42, E5 and 30. RGB value is (66,229,48). Sum of RGB (Red+Green+Blue) = 66+229+48=343 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.24% from 343); Green value is 229 (89.84% from 255 or 66.76% from 343); Blue value is 48 (19.14% from 255 or 13.99% from 343); Max value from RGB is 229 - color contains mainly: green. Hex color #42E530 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42E530 is #BD1ACF. Grayscale: #A0A0A0. Windows color (decimal): -12393168 or 3204418. OLE color: 3204418.
HSL color Cylindrical-coordinate representation of color #42E530: hue angle of 114.03º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42E530 is Cyan = 0.71, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 66 | 229 | 48 | - |
| CMYK | 0.71 | 0 | 0.79 | 0.10 |
| HSL | 114.03º | 0.78% | 0.54% | - |
| HSV(B) | 114.03º | 0.79% | 0.9% | - |
| XYZ | 30.8 | 57.41 | 12.25 | - |
| YUV | 159.63 | 65 | 61.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 229 | 48 | 0.71 | 0 | 0.79 | 0.10 | 114.03 | 0.78 | 0.54 |
| Hex | 42 | E5 | 30 | 47 | 0 | 4F | A | 72 | 4E | 36 |
| Octal | 102 | 345 | 60 | 107 | 0 | 117 | 12 | 162 | 116 | 66 |
| Binary | 1000010 | 11100101 | 110000 | 1000111 | 0 | 1001111 | 1010 | 1110010 | 1001110 | 110110 |
Color Harmonies of #42E530
Complementary color
Monochromatic Colors of #42E530
Black with #42E530
Text Example
Text Example
White with #42E530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E530; }
p { color: rgb(66,229,48); }
H1.HeaderClassName
{
color: #42E530;
}
.AnyTagClassName
{
color: #42E530;
}
</style>
background-color css
<style>
a { background-color: #42E530; }
a { background-color: rgb(66,229,48); }
div.DivClassName
{
background-color: #42E530;
}
.BgClassName
{
background-color: #42E530;
}
</style>
border-color css
<style>
span { border-color: #42E530; }
span { border-color: rgb(66,229,48); }
td.TdClassName
{
border-color: #42E530;
}
.TagClassName
{
border-color: #42E530;
}
</style>