Shades of Lime Green #42DC28
Tints of Lime Green #42DC28
RGB
CMYK
RGB Variations
Color information
#42DC28 (or 0x42DC28) is known color: Lime Green. HEX triplet: 42, DC and 28. RGB value is (66,220,40). Sum of RGB (Red+Green+Blue) = 66+220+40=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 220 (86.33% from 255 or 67.48% from 326); Blue value is 40 (16.02% from 255 or 12.27% from 326); Max value from RGB is 220 - color contains mainly: green. Hex color #42DC28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42DC28 is #BD23D7. Grayscale: #9A9A9A. Windows color (decimal): -12395480 or 2677826. OLE color: 2677826.
HSL color Cylindrical-coordinate representation of color #42DC28: hue angle of 111.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #42DC28 is Cyan = 0.7, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 220 | 40 | - |
| CMYK | 0.7 | 0 | 0.82 | 0.14 |
| HSL | 111.33º | 0.72% | 0.51% | - |
| HSV(B) | 111.33º | 0.82% | 0.86% | - |
| XYZ | 28.22 | 52.5 | 10.65 | - |
| YUV | 153.43 | 63.98 | 65.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 220 | 40 | 0.7 | 0 | 0.82 | 0.14 | 111.33 | 0.72 | 0.51 |
| Hex | 42 | DC | 28 | 46 | 0 | 52 | E | 6F | 48 | 33 |
| Octal | 102 | 334 | 50 | 106 | 0 | 122 | 16 | 157 | 110 | 63 |
| Binary | 1000010 | 11011100 | 101000 | 1000110 | 0 | 1010010 | 1110 | 1101111 | 1001000 | 110011 |
Color Harmonies of #42DC28
Complementary color
Monochromatic Colors of #42DC28
Black with #42DC28
Text Example
Text Example
White with #42DC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DC28; }
p { color: rgb(66,220,40); }
H1.HeaderClassName
{
color: #42DC28;
}
.AnyTagClassName
{
color: #42DC28;
}
</style>
background-color css
<style>
a { background-color: #42DC28; }
a { background-color: rgb(66,220,40); }
div.DivClassName
{
background-color: #42DC28;
}
.BgClassName
{
background-color: #42DC28;
}
</style>
border-color css
<style>
span { border-color: #42DC28; }
span { border-color: rgb(66,220,40); }
td.TdClassName
{
border-color: #42DC28;
}
.TagClassName
{
border-color: #42DC28;
}
</style>