Shades of Lime Green #42C436
Tints of Lime Green #42C436
RGB
CMYK
RGB Variations
Color information
#42C436 (or 0x42C436) is known color: Lime Green. HEX triplet: 42, C4 and 36. RGB value is (66,196,54). Sum of RGB (Red+Green+Blue) = 66+196+54=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 196 (76.95% from 255 or 62.03% from 316); Blue value is 54 (21.48% from 255 or 17.09% from 316); Max value from RGB is 196 - color contains mainly: green. Hex color #42C436 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C436 is #BD3BC9. Grayscale: #8D8D8D. Windows color (decimal): -12401610 or 3589186. OLE color: 3589186.
HSL color Cylindrical-coordinate representation of color #42C436: hue angle of 114.93º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42C436 is Cyan = 0.66, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 66 | 196 | 54 | - |
| CMYK | 0.66 | 0 | 0.72 | 0.23 |
| HSL | 114.93º | 0.57% | 0.49% | - |
| HSV(B) | 114.93º | 0.72% | 0.77% | - |
| XYZ | 22.65 | 40.9 | 10.19 | - |
| YUV | 140.94 | 78.93 | 74.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 196 | 54 | 0.66 | 0 | 0.72 | 0.23 | 114.93 | 0.57 | 0.49 |
| Hex | 42 | C4 | 36 | 42 | 0 | 48 | 17 | 73 | 39 | 31 |
| Octal | 102 | 304 | 66 | 102 | 0 | 110 | 27 | 163 | 71 | 61 |
| Binary | 1000010 | 11000100 | 110110 | 1000010 | 0 | 1001000 | 10111 | 1110011 | 111001 | 110001 |
Color Harmonies of #42C436
Complementary color
Monochromatic Colors of #42C436
Black with #42C436
Text Example
Text Example
White with #42C436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C436; }
p { color: rgb(66,196,54); }
H1.HeaderClassName
{
color: #42C436;
}
.AnyTagClassName
{
color: #42C436;
}
</style>
background-color css
<style>
a { background-color: #42C436; }
a { background-color: rgb(66,196,54); }
div.DivClassName
{
background-color: #42C436;
}
.BgClassName
{
background-color: #42C436;
}
</style>
border-color css
<style>
span { border-color: #42C436; }
span { border-color: rgb(66,196,54); }
td.TdClassName
{
border-color: #42C436;
}
.TagClassName
{
border-color: #42C436;
}
</style>