Shades of Lime Green #42DA4C
Tints of Lime Green #42DA4C
RGB
CMYK
RGB Variations
Color information
#42DA4C (or 0x42DA4C) is known color: Lime Green. HEX triplet: 42, DA and 4C. RGB value is (66,218,76). Sum of RGB (Red+Green+Blue) = 66+218+76=360 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.33% from 360); Green value is 218 (85.55% from 255 or 60.56% from 360); Blue value is 76 (30.08% from 255 or 21.11% from 360); Max value from RGB is 218 - color contains mainly: green. Hex color #42DA4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42DA4C is #BD25B3. Grayscale: #9C9C9C. Windows color (decimal): -12395956 or 5036610. OLE color: 5036610.
HSL color Cylindrical-coordinate representation of color #42DA4C: hue angle of 123.95º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DA4C is Cyan = 0.70, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 218 | 76 | - |
| CMYK | 0.70 | 0 | 0.65 | 0.15 |
| HSL | 123.95º | 0.67% | 0.56% | - |
| HSV(B) | 123.95º | 0.7% | 0.85% | - |
| XYZ | 28.62 | 51.82 | 15.33 | - |
| YUV | 156.36 | 82.64 | 63.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 218 | 76 | 0.70 | 0 | 0.65 | 0.15 | 123.95 | 0.67 | 0.56 |
| Hex | 42 | DA | 4C | 46 | 0 | 41 | F | 7C | 43 | 38 |
| Octal | 102 | 332 | 114 | 106 | 0 | 101 | 17 | 174 | 103 | 70 |
| Binary | 1000010 | 11011010 | 1001100 | 1000110 | 0 | 1000001 | 1111 | 1111100 | 1000011 | 111000 |
Color Harmonies of #42DA4C
Complementary color
Monochromatic Colors of #42DA4C
Black with #42DA4C
Text Example
Text Example
White with #42DA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DA4C; }
p { color: rgb(66,218,76); }
H1.HeaderClassName
{
color: #42DA4C;
}
.AnyTagClassName
{
color: #42DA4C;
}
</style>
background-color css
<style>
a { background-color: #42DA4C; }
a { background-color: rgb(66,218,76); }
div.DivClassName
{
background-color: #42DA4C;
}
.BgClassName
{
background-color: #42DA4C;
}
</style>
border-color css
<style>
span { border-color: #42DA4C; }
span { border-color: rgb(66,218,76); }
td.TdClassName
{
border-color: #42DA4C;
}
.TagClassName
{
border-color: #42DA4C;
}
</style>