Shades of Lime Green #42D736
Tints of Lime Green #42D736
RGB
CMYK
RGB Variations
Color information
#42D736 (or 0x42D736) is known color: Lime Green. HEX triplet: 42, D7 and 36. RGB value is (66,215,54). Sum of RGB (Red+Green+Blue) = 66+215+54=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 215 (84.38% from 255 or 64.18% from 335); Blue value is 54 (21.48% from 255 or 16.12% from 335); Max value from RGB is 215 - color contains mainly: green. Hex color #42D736 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D736 is #BD28C9. Grayscale: #989898. Windows color (decimal): -12396746 or 3594050. OLE color: 3594050.
HSL color Cylindrical-coordinate representation of color #42D736: hue angle of 115.53º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #42D736 is Cyan = 0.69, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 215 | 54 | - |
| CMYK | 0.69 | 0 | 0.75 | 0.16 |
| HSL | 115.53º | 0.67% | 0.53% | - |
| HSV(B) | 115.53º | 0.75% | 0.84% | - |
| XYZ | 27.21 | 50.03 | 11.71 | - |
| YUV | 152.1 | 72.64 | 66.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 215 | 54 | 0.69 | 0 | 0.75 | 0.16 | 115.53 | 0.67 | 0.53 |
| Hex | 42 | D7 | 36 | 45 | 0 | 4B | 10 | 74 | 43 | 35 |
| Octal | 102 | 327 | 66 | 105 | 0 | 113 | 20 | 164 | 103 | 65 |
| Binary | 1000010 | 11010111 | 110110 | 1000101 | 0 | 1001011 | 10000 | 1110100 | 1000011 | 110101 |
Color Harmonies of #42D736
Complementary color
Monochromatic Colors of #42D736
Black with #42D736
Text Example
Text Example
White with #42D736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D736; }
p { color: rgb(66,215,54); }
H1.HeaderClassName
{
color: #42D736;
}
.AnyTagClassName
{
color: #42D736;
}
</style>
background-color css
<style>
a { background-color: #42D736; }
a { background-color: rgb(66,215,54); }
div.DivClassName
{
background-color: #42D736;
}
.BgClassName
{
background-color: #42D736;
}
</style>
border-color css
<style>
span { border-color: #42D736; }
span { border-color: rgb(66,215,54); }
td.TdClassName
{
border-color: #42D736;
}
.TagClassName
{
border-color: #42D736;
}
</style>