Shades of Lime Green #42E11F
Tints of Lime Green #42E11F
RGB
CMYK
RGB Variations
Color information
#42E11F (or 0x42E11F) is known color: Lime Green. HEX triplet: 42, E1 and 1F. RGB value is (66,225,31). Sum of RGB (Red+Green+Blue) = 66+225+31=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 225 (88.28% from 255 or 69.88% from 322); Blue value is 31 (12.5% from 255 or 9.63% from 322); Max value from RGB is 225 - color contains mainly: green. Hex color #42E11F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42E11F is #BD1EE0. Grayscale: #9B9B9B. Windows color (decimal): -12394209 or 2089282. OLE color: 2089282.
HSL color Cylindrical-coordinate representation of color #42E11F: hue angle of 109.18º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #42E11F is Cyan = 0.71, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 66 | 225 | 31 | - |
| CMYK | 0.71 | 0 | 0.86 | 0.12 |
| HSL | 109.18º | 0.76% | 0.5% | - |
| HSV(B) | 109.18º | 0.86% | 0.88% | - |
| XYZ | 29.42 | 55.11 | 10.38 | - |
| YUV | 155.34 | 57.82 | 64.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 225 | 31 | 0.71 | 0 | 0.86 | 0.12 | 109.18 | 0.76 | 0.5 |
| Hex | 42 | E1 | 1F | 47 | 0 | 56 | C | 6D | 4C | 32 |
| Octal | 102 | 341 | 37 | 107 | 0 | 126 | 14 | 155 | 114 | 62 |
| Binary | 1000010 | 11100001 | 11111 | 1000111 | 0 | 1010110 | 1100 | 1101101 | 1001100 | 110010 |
Color Harmonies of #42E11F
Complementary color
Monochromatic Colors of #42E11F
Black with #42E11F
Text Example
Text Example
White with #42E11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E11F; }
p { color: rgb(66,225,31); }
H1.HeaderClassName
{
color: #42E11F;
}
.AnyTagClassName
{
color: #42E11F;
}
</style>
background-color css
<style>
a { background-color: #42E11F; }
a { background-color: rgb(66,225,31); }
div.DivClassName
{
background-color: #42E11F;
}
.BgClassName
{
background-color: #42E11F;
}
</style>
border-color css
<style>
span { border-color: #42E11F; }
span { border-color: rgb(66,225,31); }
td.TdClassName
{
border-color: #42E11F;
}
.TagClassName
{
border-color: #42E11F;
}
</style>