Shades of Lime Green #42DE1C
Tints of Lime Green #42DE1C
RGB
CMYK
RGB Variations
Color information
#42DE1C (or 0x42DE1C) is known color: Lime Green. HEX triplet: 42, DE and 1C. RGB value is (66,222,28). Sum of RGB (Red+Green+Blue) = 66+222+28=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 222 (87.11% from 255 or 70.25% from 316); Blue value is 28 (11.33% from 255 or 8.86% from 316); Max value from RGB is 222 - color contains mainly: green. Hex color #42DE1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42DE1C is #BD21E3. Grayscale: #999999. Windows color (decimal): -12394980 or 1891906. OLE color: 1891906.
HSL color Cylindrical-coordinate representation of color #42DE1C: hue angle of 108.25º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #42DE1C is Cyan = 0.70, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 222 | 28 | - |
| CMYK | 0.70 | 0 | 0.87 | 0.13 |
| HSL | 108.25º | 0.78% | 0.49% | - |
| HSV(B) | 108.25º | 0.87% | 0.87% | - |
| XYZ | 28.58 | 53.48 | 9.92 | - |
| YUV | 153.24 | 57.32 | 65.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 222 | 28 | 0.70 | 0 | 0.87 | 0.13 | 108.25 | 0.78 | 0.49 |
| Hex | 42 | DE | 1C | 46 | 0 | 57 | D | 6C | 4E | 31 |
| Octal | 102 | 336 | 34 | 106 | 0 | 127 | 15 | 154 | 116 | 61 |
| Binary | 1000010 | 11011110 | 11100 | 1000110 | 0 | 1010111 | 1101 | 1101100 | 1001110 | 110001 |
Color Harmonies of #42DE1C
Complementary color
Monochromatic Colors of #42DE1C
Black with #42DE1C
Text Example
Text Example
White with #42DE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DE1C; }
p { color: rgb(66,222,28); }
H1.HeaderClassName
{
color: #42DE1C;
}
.AnyTagClassName
{
color: #42DE1C;
}
</style>
background-color css
<style>
a { background-color: #42DE1C; }
a { background-color: rgb(66,222,28); }
div.DivClassName
{
background-color: #42DE1C;
}
.BgClassName
{
background-color: #42DE1C;
}
</style>
border-color css
<style>
span { border-color: #42DE1C; }
span { border-color: rgb(66,222,28); }
td.TdClassName
{
border-color: #42DE1C;
}
.TagClassName
{
border-color: #42DE1C;
}
</style>