Shades of Lime Green #42D73F
Tints of Lime Green #42D73F
RGB
CMYK
RGB Variations
Color information
#42D73F (or 0x42D73F) is known color: Lime Green. HEX triplet: 42, D7 and 3F. RGB value is (66,215,63). Sum of RGB (Red+Green+Blue) = 66+215+63=344 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.19% from 344); Green value is 215 (84.38% from 255 or 62.5% from 344); Blue value is 63 (25% from 255 or 18.31% from 344); Max value from RGB is 215 - color contains mainly: green. Hex color #42D73F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D73F is #BD28C0. Grayscale: #999999. Windows color (decimal): -12396737 or 4183874. OLE color: 4183874.
HSL color Cylindrical-coordinate representation of color #42D73F: hue angle of 118.82º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42D73F is Cyan = 0.69, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 215 | 63 | - |
| CMYK | 0.69 | 0 | 0.71 | 0.16 |
| HSL | 118.82º | 0.66% | 0.55% | - |
| HSV(B) | 118.82º | 0.71% | 0.84% | - |
| XYZ | 27.44 | 50.12 | 12.93 | - |
| YUV | 153.12 | 77.14 | 65.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 215 | 63 | 0.69 | 0 | 0.71 | 0.16 | 118.82 | 0.66 | 0.55 |
| Hex | 42 | D7 | 3F | 45 | 0 | 47 | 10 | 77 | 42 | 37 |
| Octal | 102 | 327 | 77 | 105 | 0 | 107 | 20 | 167 | 102 | 67 |
| Binary | 1000010 | 11010111 | 111111 | 1000101 | 0 | 1000111 | 10000 | 1110111 | 1000010 | 110111 |
Color Harmonies of #42D73F
Complementary color
Monochromatic Colors of #42D73F
Black with #42D73F
Text Example
Text Example
White with #42D73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D73F; }
p { color: rgb(66,215,63); }
H1.HeaderClassName
{
color: #42D73F;
}
.AnyTagClassName
{
color: #42D73F;
}
</style>
background-color css
<style>
a { background-color: #42D73F; }
a { background-color: rgb(66,215,63); }
div.DivClassName
{
background-color: #42D73F;
}
.BgClassName
{
background-color: #42D73F;
}
</style>
border-color css
<style>
span { border-color: #42D73F; }
span { border-color: rgb(66,215,63); }
td.TdClassName
{
border-color: #42D73F;
}
.TagClassName
{
border-color: #42D73F;
}
</style>