Shades of Lime Green #42D151
Tints of Lime Green #42D151
RGB
CMYK
RGB Variations
Color information
#42D151 (or 0x42D151) is known color: Lime Green. HEX triplet: 42, D1 and 51. RGB value is (66,209,81). Sum of RGB (Red+Green+Blue) = 66+209+81=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 209 (82.03% from 255 or 58.71% from 356); Blue value is 81 (32.03% from 255 or 22.75% from 356); Max value from RGB is 209 - color contains mainly: green. Hex color #42D151 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D151 is #BD2EAE. Grayscale: #989898. Windows color (decimal): -12398255 or 5361986. OLE color: 5361986.
HSL color Cylindrical-coordinate representation of color #42D151: hue angle of 126.29º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42D151 is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 209 | 81 | - |
| CMYK | 0.68 | 0 | 0.61 | 0.18 |
| HSL | 126.29º | 0.61% | 0.54% | - |
| HSV(B) | 126.29º | 0.68% | 0.82% | - |
| XYZ | 26.53 | 47.35 | 15.53 | - |
| YUV | 151.65 | 88.12 | 66.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 209 | 81 | 0.68 | 0 | 0.61 | 0.18 | 126.29 | 0.61 | 0.54 |
| Hex | 42 | D1 | 51 | 44 | 0 | 3D | 12 | 7E | 3D | 36 |
| Octal | 102 | 321 | 121 | 104 | 0 | 75 | 22 | 176 | 75 | 66 |
| Binary | 1000010 | 11010001 | 1010001 | 1000100 | 0 | 111101 | 10010 | 1111110 | 111101 | 110110 |
Color Harmonies of #42D151
Complementary color
Monochromatic Colors of #42D151
Black with #42D151
Text Example
Text Example
White with #42D151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D151; }
p { color: rgb(66,209,81); }
H1.HeaderClassName
{
color: #42D151;
}
.AnyTagClassName
{
color: #42D151;
}
</style>
background-color css
<style>
a { background-color: #42D151; }
a { background-color: rgb(66,209,81); }
div.DivClassName
{
background-color: #42D151;
}
.BgClassName
{
background-color: #42D151;
}
</style>
border-color css
<style>
span { border-color: #42D151; }
span { border-color: rgb(66,209,81); }
td.TdClassName
{
border-color: #42D151;
}
.TagClassName
{
border-color: #42D151;
}
</style>