Shades of Lime Green #42DA28
Tints of Lime Green #42DA28
RGB
CMYK
RGB Variations
Color information
#42DA28 (or 0x42DA28) is known color: Lime Green. HEX triplet: 42, DA and 28. RGB value is (66,218,40). Sum of RGB (Red+Green+Blue) = 66+218+40=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 218 (85.55% from 255 or 67.28% from 324); Blue value is 40 (16.02% from 255 or 12.35% from 324); Max value from RGB is 218 - color contains mainly: green. Hex color #42DA28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42DA28 is #BD25D7. Grayscale: #989898. Windows color (decimal): -12395992 or 2677314. OLE color: 2677314.
HSL color Cylindrical-coordinate representation of color #42DA28: hue angle of 111.24º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #42DA28 is Cyan = 0.70, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 218 | 40 | - |
| CMYK | 0.70 | 0 | 0.82 | 0.15 |
| HSL | 111.24º | 0.71% | 0.51% | - |
| HSV(B) | 111.24º | 0.82% | 0.85% | - |
| XYZ | 27.7 | 51.45 | 10.48 | - |
| YUV | 152.26 | 64.64 | 66.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 218 | 40 | 0.70 | 0 | 0.82 | 0.15 | 111.24 | 0.71 | 0.51 |
| Hex | 42 | DA | 28 | 46 | 0 | 52 | F | 6F | 47 | 33 |
| Octal | 102 | 332 | 50 | 106 | 0 | 122 | 17 | 157 | 107 | 63 |
| Binary | 1000010 | 11011010 | 101000 | 1000110 | 0 | 1010010 | 1111 | 1101111 | 1000111 | 110011 |
Color Harmonies of #42DA28
Complementary color
Monochromatic Colors of #42DA28
Black with #42DA28
Text Example
Text Example
White with #42DA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DA28; }
p { color: rgb(66,218,40); }
H1.HeaderClassName
{
color: #42DA28;
}
.AnyTagClassName
{
color: #42DA28;
}
</style>
background-color css
<style>
a { background-color: #42DA28; }
a { background-color: rgb(66,218,40); }
div.DivClassName
{
background-color: #42DA28;
}
.BgClassName
{
background-color: #42DA28;
}
</style>
border-color css
<style>
span { border-color: #42DA28; }
span { border-color: rgb(66,218,40); }
td.TdClassName
{
border-color: #42DA28;
}
.TagClassName
{
border-color: #42DA28;
}
</style>