Shades of Lime Green #42DC30
Tints of Lime Green #42DC30
RGB
CMYK
RGB Variations
Color information
#42DC30 (or 0x42DC30) is known color: Lime Green. HEX triplet: 42, DC and 30. RGB value is (66,220,48). Sum of RGB (Red+Green+Blue) = 66+220+48=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 220 (86.33% from 255 or 65.87% from 334); Blue value is 48 (19.14% from 255 or 14.37% from 334); Max value from RGB is 220 - color contains mainly: green. Hex color #42DC30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42DC30 is #BD23CF. Grayscale: #9A9A9A. Windows color (decimal): -12395472 or 3202114. OLE color: 3202114.
HSL color Cylindrical-coordinate representation of color #42DC30: hue angle of 113.72º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #42DC30 is Cyan = 0.7, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 220 | 48 | - |
| CMYK | 0.7 | 0 | 0.78 | 0.14 |
| HSL | 113.72º | 0.71% | 0.53% | - |
| HSV(B) | 113.72º | 0.78% | 0.86% | - |
| XYZ | 28.37 | 52.56 | 11.45 | - |
| YUV | 154.35 | 67.98 | 64.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 220 | 48 | 0.7 | 0 | 0.78 | 0.14 | 113.72 | 0.71 | 0.53 |
| Hex | 42 | DC | 30 | 46 | 0 | 4E | E | 72 | 47 | 35 |
| Octal | 102 | 334 | 60 | 106 | 0 | 116 | 16 | 162 | 107 | 65 |
| Binary | 1000010 | 11011100 | 110000 | 1000110 | 0 | 1001110 | 1110 | 1110010 | 1000111 | 110101 |
Color Harmonies of #42DC30
Complementary color
Monochromatic Colors of #42DC30
Black with #42DC30
Text Example
Text Example
White with #42DC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DC30; }
p { color: rgb(66,220,48); }
H1.HeaderClassName
{
color: #42DC30;
}
.AnyTagClassName
{
color: #42DC30;
}
</style>
background-color css
<style>
a { background-color: #42DC30; }
a { background-color: rgb(66,220,48); }
div.DivClassName
{
background-color: #42DC30;
}
.BgClassName
{
background-color: #42DC30;
}
</style>
border-color css
<style>
span { border-color: #42DC30; }
span { border-color: rgb(66,220,48); }
td.TdClassName
{
border-color: #42DC30;
}
.TagClassName
{
border-color: #42DC30;
}
</style>