Shades of Lime Green #42E921
Tints of Lime Green #42E921
RGB
CMYK
RGB Variations
Color information
#42E921 (or 0x42E921) is known color: Lime Green. HEX triplet: 42, E9 and 21. RGB value is (66,233,33). Sum of RGB (Red+Green+Blue) = 66+233+33=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 233 (91.41% from 255 or 70.18% from 332); Blue value is 33 (13.28% from 255 or 9.94% from 332); Max value from RGB is 233 - color contains mainly: green. Hex color #42E921 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42E921 is #BD16DE. Grayscale: #A0A0A0. Windows color (decimal): -12392159 or 2222402. OLE color: 2222402.
HSL color Cylindrical-coordinate representation of color #42E921: hue angle of 110.1º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #42E921 is Cyan = 0.72, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 233 | 33 | - |
| CMYK | 0.72 | 0 | 0.86 | 0.09 |
| HSL | 110.1º | 0.82% | 0.52% | - |
| HSV(B) | 110.1º | 0.86% | 0.91% | - |
| XYZ | 31.66 | 59.55 | 11.26 | - |
| YUV | 160.27 | 56.17 | 60.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 233 | 33 | 0.72 | 0 | 0.86 | 0.09 | 110.1 | 0.82 | 0.52 |
| Hex | 42 | E9 | 21 | 48 | 0 | 56 | 9 | 6E | 52 | 34 |
| Octal | 102 | 351 | 41 | 110 | 0 | 126 | 11 | 156 | 122 | 64 |
| Binary | 1000010 | 11101001 | 100001 | 1001000 | 0 | 1010110 | 1001 | 1101110 | 1010010 | 110100 |
Color Harmonies of #42E921
Complementary color
Monochromatic Colors of #42E921
Black with #42E921
Text Example
Text Example
White with #42E921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E921; }
p { color: rgb(66,233,33); }
H1.HeaderClassName
{
color: #42E921;
}
.AnyTagClassName
{
color: #42E921;
}
</style>
background-color css
<style>
a { background-color: #42E921; }
a { background-color: rgb(66,233,33); }
div.DivClassName
{
background-color: #42E921;
}
.BgClassName
{
background-color: #42E921;
}
</style>
border-color css
<style>
span { border-color: #42E921; }
span { border-color: rgb(66,233,33); }
td.TdClassName
{
border-color: #42E921;
}
.TagClassName
{
border-color: #42E921;
}
</style>