Shades of Lime Green #42F149
Tints of Lime Green #42F149
RGB
CMYK
RGB Variations
Color information
#42F149 (or 0x42F149) is known color: Lime Green. HEX triplet: 42, F1 and 49. RGB value is (66,241,73). Sum of RGB (Red+Green+Blue) = 66+241+73=380 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.37% from 380); Green value is 241 (94.53% from 255 or 63.42% from 380); Blue value is 73 (28.91% from 255 or 19.21% from 380); Max value from RGB is 241 - color contains mainly: green. Hex color #42F149 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F149 is #BD0EB6. Grayscale: #AAAAAA. Windows color (decimal): -12390071 or 4845890. OLE color: 4845890.
HSL color Cylindrical-coordinate representation of color #42F149: hue angle of 122.4º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F149 is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 241 | 73 | - |
| CMYK | 0.73 | 0 | 0.70 | 0.05 |
| HSL | 122.4º | 0.86% | 0.6% | - |
| HSV(B) | 122.4º | 0.73% | 0.95% | - |
| XYZ | 34.9 | 64.55 | 16.92 | - |
| YUV | 169.52 | 73.52 | 54.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 241 | 73 | 0.73 | 0 | 0.70 | 0.05 | 122.4 | 0.86 | 0.6 |
| Hex | 42 | F1 | 49 | 49 | 0 | 46 | 5 | 7A | 56 | 3C |
| Octal | 102 | 361 | 111 | 111 | 0 | 106 | 5 | 172 | 126 | 74 |
| Binary | 1000010 | 11110001 | 1001001 | 1001001 | 0 | 1000110 | 101 | 1111010 | 1010110 | 111100 |
Color Harmonies of #42F149
Complementary color
Monochromatic Colors of #42F149
Black with #42F149
Text Example
Text Example
White with #42F149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F149; }
p { color: rgb(66,241,73); }
H1.HeaderClassName
{
color: #42F149;
}
.AnyTagClassName
{
color: #42F149;
}
</style>
background-color css
<style>
a { background-color: #42F149; }
a { background-color: rgb(66,241,73); }
div.DivClassName
{
background-color: #42F149;
}
.BgClassName
{
background-color: #42F149;
}
</style>
border-color css
<style>
span { border-color: #42F149; }
span { border-color: rgb(66,241,73); }
td.TdClassName
{
border-color: #42F149;
}
.TagClassName
{
border-color: #42F149;
}
</style>