Shades of Lime Green #42C533
Tints of Lime Green #42C533
RGB
CMYK
RGB Variations
Color information
#42C533 (or 0x42C533) is known color: Lime Green. HEX triplet: 42, C5 and 33. RGB value is (66,197,51). Sum of RGB (Red+Green+Blue) = 66+197+51=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 197 (77.34% from 255 or 62.74% from 314); Blue value is 51 (20.31% from 255 or 16.24% from 314); Max value from RGB is 197 - color contains mainly: green. Hex color #42C533 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C533 is #BD3ACC. Grayscale: #8D8D8D. Windows color (decimal): -12401357 or 3392834. OLE color: 3392834.
HSL color Cylindrical-coordinate representation of color #42C533: hue angle of 113.84º degrees, saturation: 0.59, 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 #42C533 is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 66 | 197 | 51 | - |
| CMYK | 0.66 | 0 | 0.74 | 0.23 |
| HSL | 113.84º | 0.59% | 0.49% | - |
| HSV(B) | 113.84º | 0.74% | 0.77% | - |
| XYZ | 22.81 | 41.33 | 9.91 | - |
| YUV | 141.19 | 77.1 | 74.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 197 | 51 | 0.66 | 0 | 0.74 | 0.23 | 113.84 | 0.59 | 0.49 |
| Hex | 42 | C5 | 33 | 42 | 0 | 4A | 17 | 72 | 3B | 31 |
| Octal | 102 | 305 | 63 | 102 | 0 | 112 | 27 | 162 | 73 | 61 |
| Binary | 1000010 | 11000101 | 110011 | 1000010 | 0 | 1001010 | 10111 | 1110010 | 111011 | 110001 |
Color Harmonies of #42C533
Complementary color
Monochromatic Colors of #42C533
Black with #42C533
Text Example
Text Example
White with #42C533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C533; }
p { color: rgb(66,197,51); }
H1.HeaderClassName
{
color: #42C533;
}
.AnyTagClassName
{
color: #42C533;
}
</style>
background-color css
<style>
a { background-color: #42C533; }
a { background-color: rgb(66,197,51); }
div.DivClassName
{
background-color: #42C533;
}
.BgClassName
{
background-color: #42C533;
}
</style>
border-color css
<style>
span { border-color: #42C533; }
span { border-color: rgb(66,197,51); }
td.TdClassName
{
border-color: #42C533;
}
.TagClassName
{
border-color: #42C533;
}
</style>