Shades of Lime Green #42C534
Tints of Lime Green #42C534
RGB
CMYK
RGB Variations
Color information
#42C534 (or 0x42C534) is known color: Lime Green. HEX triplet: 42, C5 and 34. RGB value is (66,197,52). Sum of RGB (Red+Green+Blue) = 66+197+52=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 197 (77.34% from 255 or 62.54% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 197 - color contains mainly: green. Hex color #42C534 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C534 is #BD3ACB. Grayscale: #8D8D8D. Windows color (decimal): -12401356 or 3458370. OLE color: 3458370.
HSL color Cylindrical-coordinate representation of color #42C534: hue angle of 114.21º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42C534 is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 66 | 197 | 52 | - |
| CMYK | 0.66 | 0 | 0.74 | 0.23 |
| HSL | 114.21º | 0.58% | 0.49% | - |
| HSV(B) | 114.21º | 0.74% | 0.77% | - |
| XYZ | 22.83 | 41.34 | 10.02 | - |
| YUV | 141.3 | 77.6 | 74.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 197 | 52 | 0.66 | 0 | 0.74 | 0.23 | 114.21 | 0.58 | 0.49 |
| Hex | 42 | C5 | 34 | 42 | 0 | 4A | 17 | 72 | 3A | 31 |
| Octal | 102 | 305 | 64 | 102 | 0 | 112 | 27 | 162 | 72 | 61 |
| Binary | 1000010 | 11000101 | 110100 | 1000010 | 0 | 1001010 | 10111 | 1110010 | 111010 | 110001 |
Color Harmonies of #42C534
Complementary color
Monochromatic Colors of #42C534
Black with #42C534
Text Example
Text Example
White with #42C534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C534; }
p { color: rgb(66,197,52); }
H1.HeaderClassName
{
color: #42C534;
}
.AnyTagClassName
{
color: #42C534;
}
</style>
background-color css
<style>
a { background-color: #42C534; }
a { background-color: rgb(66,197,52); }
div.DivClassName
{
background-color: #42C534;
}
.BgClassName
{
background-color: #42C534;
}
</style>
border-color css
<style>
span { border-color: #42C534; }
span { border-color: rgb(66,197,52); }
td.TdClassName
{
border-color: #42C534;
}
.TagClassName
{
border-color: #42C534;
}
</style>