Shades of Lime Green #42F140
Tints of Lime Green #42F140
RGB
CMYK
RGB Variations
Color information
#42F140 (or 0x42F140) is known color: Lime Green. HEX triplet: 42, F1 and 40. RGB value is (66,241,64). Sum of RGB (Red+Green+Blue) = 66+241+64=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 241 (94.53% from 255 or 64.96% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 241 - color contains mainly: green. Hex color #42F140 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F140 is #BD0EBF. Grayscale: #A9A9A9. Windows color (decimal): -12390080 or 4256066. OLE color: 4256066.
HSL color Cylindrical-coordinate representation of color #42F140: hue angle of 119.32º 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 #42F140 is Cyan = 0.73, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 241 | 64 | - |
| CMYK | 0.73 | 0 | 0.73 | 0.05 |
| HSL | 119.32º | 0.86% | 0.6% | - |
| HSV(B) | 119.32º | 0.73% | 0.95% | - |
| XYZ | 34.63 | 64.44 | 15.46 | - |
| YUV | 168.5 | 69.02 | 54.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 241 | 64 | 0.73 | 0 | 0.73 | 0.05 | 119.32 | 0.86 | 0.6 |
| Hex | 42 | F1 | 40 | 49 | 0 | 49 | 5 | 77 | 56 | 3C |
| Octal | 102 | 361 | 100 | 111 | 0 | 111 | 5 | 167 | 126 | 74 |
| Binary | 1000010 | 11110001 | 1000000 | 1001001 | 0 | 1001001 | 101 | 1110111 | 1010110 | 111100 |
Color Harmonies of #42F140
Complementary color
Monochromatic Colors of #42F140
Black with #42F140
Text Example
Text Example
White with #42F140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F140; }
p { color: rgb(66,241,64); }
H1.HeaderClassName
{
color: #42F140;
}
.AnyTagClassName
{
color: #42F140;
}
</style>
background-color css
<style>
a { background-color: #42F140; }
a { background-color: rgb(66,241,64); }
div.DivClassName
{
background-color: #42F140;
}
.BgClassName
{
background-color: #42F140;
}
</style>
border-color css
<style>
span { border-color: #42F140; }
span { border-color: rgb(66,241,64); }
td.TdClassName
{
border-color: #42F140;
}
.TagClassName
{
border-color: #42F140;
}
</style>