Shades of Lime Green #42D751
Tints of Lime Green #42D751
RGB
CMYK
RGB Variations
Color information
#42D751 (or 0x42D751) is known color: Lime Green. HEX triplet: 42, D7 and 51. RGB value is (66,215,81). Sum of RGB (Red+Green+Blue) = 66+215+81=362 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.23% from 362); Green value is 215 (84.38% from 255 or 59.39% from 362); Blue value is 81 (32.03% from 255 or 22.38% from 362); Max value from RGB is 215 - color contains mainly: green. Hex color #42D751 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D751 is #BD28AE. Grayscale: #9B9B9B. Windows color (decimal): -12396719 or 5363522. OLE color: 5363522.
HSL color Cylindrical-coordinate representation of color #42D751: hue angle of 126.04º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D751 is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 215 | 81 | - |
| CMYK | 0.69 | 0 | 0.62 | 0.16 |
| HSL | 126.04º | 0.65% | 0.55% | - |
| HSV(B) | 126.04º | 0.69% | 0.84% | - |
| XYZ | 28.03 | 50.35 | 16.03 | - |
| YUV | 155.17 | 86.14 | 64.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 215 | 81 | 0.69 | 0 | 0.62 | 0.16 | 126.04 | 0.65 | 0.55 |
| Hex | 42 | D7 | 51 | 45 | 0 | 3E | 10 | 7E | 41 | 37 |
| Octal | 102 | 327 | 121 | 105 | 0 | 76 | 20 | 176 | 101 | 67 |
| Binary | 1000010 | 11010111 | 1010001 | 1000101 | 0 | 111110 | 10000 | 1111110 | 1000001 | 110111 |
Color Harmonies of #42D751
Complementary color
Monochromatic Colors of #42D751
Black with #42D751
Text Example
Text Example
White with #42D751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D751; }
p { color: rgb(66,215,81); }
H1.HeaderClassName
{
color: #42D751;
}
.AnyTagClassName
{
color: #42D751;
}
</style>
background-color css
<style>
a { background-color: #42D751; }
a { background-color: rgb(66,215,81); }
div.DivClassName
{
background-color: #42D751;
}
.BgClassName
{
background-color: #42D751;
}
</style>
border-color css
<style>
span { border-color: #42D751; }
span { border-color: rgb(66,215,81); }
td.TdClassName
{
border-color: #42D751;
}
.TagClassName
{
border-color: #42D751;
}
</style>