Shades of Lime Green #42D121
Tints of Lime Green #42D121
RGB
CMYK
RGB Variations
Color information
#42D121 (or 0x42D121) is known color: Lime Green. HEX triplet: 42, D1 and 21. RGB value is (66,209,33). Sum of RGB (Red+Green+Blue) = 66+209+33=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 209 (82.03% from 255 or 67.86% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 209 - color contains mainly: green. Hex color #42D121 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D121 is #BD2EDE. Grayscale: #929292. Windows color (decimal): -12398303 or 2216258. OLE color: 2216258.
HSL color Cylindrical-coordinate representation of color #42D121: hue angle of 108.75º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42D121 is Cyan = 0.68, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 209 | 33 | - |
| CMYK | 0.68 | 0 | 0.84 | 0.18 |
| HSL | 108.75º | 0.73% | 0.47% | - |
| HSV(B) | 108.75º | 0.84% | 0.82% | - |
| XYZ | 25.32 | 46.87 | 9.15 | - |
| YUV | 146.18 | 64.12 | 70.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 209 | 33 | 0.68 | 0 | 0.84 | 0.18 | 108.75 | 0.73 | 0.47 |
| Hex | 42 | D1 | 21 | 44 | 0 | 54 | 12 | 6D | 49 | 2F |
| Octal | 102 | 321 | 41 | 104 | 0 | 124 | 22 | 155 | 111 | 57 |
| Binary | 1000010 | 11010001 | 100001 | 1000100 | 0 | 1010100 | 10010 | 1101101 | 1001001 | 101111 |
Color Harmonies of #42D121
Complementary color
Monochromatic Colors of #42D121
Black with #42D121
Text Example
Text Example
White with #42D121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D121; }
p { color: rgb(66,209,33); }
H1.HeaderClassName
{
color: #42D121;
}
.AnyTagClassName
{
color: #42D121;
}
</style>
background-color css
<style>
a { background-color: #42D121; }
a { background-color: rgb(66,209,33); }
div.DivClassName
{
background-color: #42D121;
}
.BgClassName
{
background-color: #42D121;
}
</style>
border-color css
<style>
span { border-color: #42D121; }
span { border-color: rgb(66,209,33); }
td.TdClassName
{
border-color: #42D121;
}
.TagClassName
{
border-color: #42D121;
}
</style>