Shades of Lime Green #42DA1F
Tints of Lime Green #42DA1F
RGB
CMYK
RGB Variations
Color information
#42DA1F (or 0x42DA1F) is known color: Lime Green. HEX triplet: 42, DA and 1F. RGB value is (66,218,31). Sum of RGB (Red+Green+Blue) = 66+218+31=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 218 (85.55% from 255 or 69.21% from 315); Blue value is 31 (12.5% from 255 or 9.84% from 315); Max value from RGB is 218 - color contains mainly: green. Hex color #42DA1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42DA1F is #BD25E0. Grayscale: #979797. Windows color (decimal): -12396001 or 2087490. OLE color: 2087490.
HSL color Cylindrical-coordinate representation of color #42DA1F: hue angle of 108.77º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #42DA1F is Cyan = 0.70, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 218 | 31 | - |
| CMYK | 0.70 | 0 | 0.86 | 0.15 |
| HSL | 108.77º | 0.75% | 0.49% | - |
| HSV(B) | 108.77º | 0.86% | 0.85% | - |
| XYZ | 27.57 | 51.4 | 9.76 | - |
| YUV | 151.23 | 60.14 | 67.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 218 | 31 | 0.70 | 0 | 0.86 | 0.15 | 108.77 | 0.75 | 0.49 |
| Hex | 42 | DA | 1F | 46 | 0 | 56 | F | 6D | 4B | 31 |
| Octal | 102 | 332 | 37 | 106 | 0 | 126 | 17 | 155 | 113 | 61 |
| Binary | 1000010 | 11011010 | 11111 | 1000110 | 0 | 1010110 | 1111 | 1101101 | 1001011 | 110001 |
Color Harmonies of #42DA1F
Complementary color
Monochromatic Colors of #42DA1F
Black with #42DA1F
Text Example
Text Example
White with #42DA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DA1F; }
p { color: rgb(66,218,31); }
H1.HeaderClassName
{
color: #42DA1F;
}
.AnyTagClassName
{
color: #42DA1F;
}
</style>
background-color css
<style>
a { background-color: #42DA1F; }
a { background-color: rgb(66,218,31); }
div.DivClassName
{
background-color: #42DA1F;
}
.BgClassName
{
background-color: #42DA1F;
}
</style>
border-color css
<style>
span { border-color: #42DA1F; }
span { border-color: rgb(66,218,31); }
td.TdClassName
{
border-color: #42DA1F;
}
.TagClassName
{
border-color: #42DA1F;
}
</style>