Shades of Lime Green #42F137
Tints of Lime Green #42F137
RGB
CMYK
RGB Variations
Color information
#42F137 (or 0x42F137) is known color: Lime Green. HEX triplet: 42, F1 and 37. RGB value is (66,241,55). Sum of RGB (Red+Green+Blue) = 66+241+55=362 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.23% from 362); Green value is 241 (94.53% from 255 or 66.57% from 362); Blue value is 55 (21.88% from 255 or 15.19% from 362); Max value from RGB is 241 - color contains mainly: green. Hex color #42F137 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F137 is #BD0EC8. Grayscale: #A8A8A8. Windows color (decimal): -12390089 or 3666242. OLE color: 3666242.
HSL color Cylindrical-coordinate representation of color #42F137: hue angle of 116.45º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42F137 is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 241 | 55 | - |
| CMYK | 0.73 | 0 | 0.77 | 0.05 |
| HSL | 116.45º | 0.87% | 0.58% | - |
| HSV(B) | 116.45º | 0.77% | 0.95% | - |
| XYZ | 34.39 | 64.34 | 14.22 | - |
| YUV | 167.47 | 64.52 | 55.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 241 | 55 | 0.73 | 0 | 0.77 | 0.05 | 116.45 | 0.87 | 0.58 |
| Hex | 42 | F1 | 37 | 49 | 0 | 4D | 5 | 74 | 57 | 3A |
| Octal | 102 | 361 | 67 | 111 | 0 | 115 | 5 | 164 | 127 | 72 |
| Binary | 1000010 | 11110001 | 110111 | 1001001 | 0 | 1001101 | 101 | 1110100 | 1010111 | 111010 |
Color Harmonies of #42F137
Complementary color
Monochromatic Colors of #42F137
Black with #42F137
Text Example
Text Example
White with #42F137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F137; }
p { color: rgb(66,241,55); }
H1.HeaderClassName
{
color: #42F137;
}
.AnyTagClassName
{
color: #42F137;
}
</style>
background-color css
<style>
a { background-color: #42F137; }
a { background-color: rgb(66,241,55); }
div.DivClassName
{
background-color: #42F137;
}
.BgClassName
{
background-color: #42F137;
}
</style>
border-color css
<style>
span { border-color: #42F137; }
span { border-color: rgb(66,241,55); }
td.TdClassName
{
border-color: #42F137;
}
.TagClassName
{
border-color: #42F137;
}
</style>