Shades of Lime Green #42F148
Tints of Lime Green #42F148
RGB
CMYK
RGB Variations
Color information
#42F148 (or 0x42F148) is known color: Lime Green. HEX triplet: 42, F1 and 48. RGB value is (66,241,72). Sum of RGB (Red+Green+Blue) = 66+241+72=379 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.41% from 379); Green value is 241 (94.53% from 255 or 63.59% from 379); Blue value is 72 (28.52% from 255 or 19.00% from 379); Max value from RGB is 241 - color contains mainly: green. Hex color #42F148 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F148 is #BD0EB7. Grayscale: #A9A9A9. Windows color (decimal): -12390072 or 4780354. OLE color: 4780354.
HSL color Cylindrical-coordinate representation of color #42F148: hue angle of 122.06º 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 #42F148 is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 241 | 72 | - |
| CMYK | 0.73 | 0 | 0.70 | 0.05 |
| HSL | 122.06º | 0.86% | 0.6% | - |
| HSV(B) | 122.06º | 0.73% | 0.95% | - |
| XYZ | 34.87 | 64.54 | 16.75 | - |
| YUV | 169.41 | 73.02 | 54.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 241 | 72 | 0.73 | 0 | 0.70 | 0.05 | 122.06 | 0.86 | 0.6 |
| Hex | 42 | F1 | 48 | 49 | 0 | 46 | 5 | 7A | 56 | 3C |
| Octal | 102 | 361 | 110 | 111 | 0 | 106 | 5 | 172 | 126 | 74 |
| Binary | 1000010 | 11110001 | 1001000 | 1001001 | 0 | 1000110 | 101 | 1111010 | 1010110 | 111100 |
Color Harmonies of #42F148
Complementary color
Monochromatic Colors of #42F148
Black with #42F148
Text Example
Text Example
White with #42F148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F148; }
p { color: rgb(66,241,72); }
H1.HeaderClassName
{
color: #42F148;
}
.AnyTagClassName
{
color: #42F148;
}
</style>
background-color css
<style>
a { background-color: #42F148; }
a { background-color: rgb(66,241,72); }
div.DivClassName
{
background-color: #42F148;
}
.BgClassName
{
background-color: #42F148;
}
</style>
border-color css
<style>
span { border-color: #42F148; }
span { border-color: rgb(66,241,72); }
td.TdClassName
{
border-color: #42F148;
}
.TagClassName
{
border-color: #42F148;
}
</style>