Shades of Lime Green #42C630
Tints of Lime Green #42C630
RGB
CMYK
RGB Variations
Color information
#42C630 (or 0x42C630) is known color: Lime Green. HEX triplet: 42, C6 and 30. RGB value is (66,198,48). Sum of RGB (Red+Green+Blue) = 66+198+48=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 198 (77.73% from 255 or 63.46% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 198 - color contains mainly: green. Hex color #42C630 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C630 is #BD39CF. Grayscale: #8D8D8D. Windows color (decimal): -12401104 or 3196482. OLE color: 3196482.
HSL color Cylindrical-coordinate representation of color #42C630: hue angle of 112.8º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #42C630 is Cyan = 0.67, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 66 | 198 | 48 | - |
| CMYK | 0.67 | 0 | 0.76 | 0.22 |
| HSL | 112.8º | 0.61% | 0.48% | - |
| HSV(B) | 112.8º | 0.76% | 0.78% | - |
| XYZ | 22.97 | 41.76 | 9.65 | - |
| YUV | 141.43 | 75.27 | 74.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 198 | 48 | 0.67 | 0 | 0.76 | 0.22 | 112.8 | 0.61 | 0.48 |
| Hex | 42 | C6 | 30 | 43 | 0 | 4C | 16 | 71 | 3D | 30 |
| Octal | 102 | 306 | 60 | 103 | 0 | 114 | 26 | 161 | 75 | 60 |
| Binary | 1000010 | 11000110 | 110000 | 1000011 | 0 | 1001100 | 10110 | 1110001 | 111101 | 110000 |
Color Harmonies of #42C630
Complementary color
Monochromatic Colors of #42C630
Black with #42C630
Text Example
Text Example
White with #42C630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C630; }
p { color: rgb(66,198,48); }
H1.HeaderClassName
{
color: #42C630;
}
.AnyTagClassName
{
color: #42C630;
}
</style>
background-color css
<style>
a { background-color: #42C630; }
a { background-color: rgb(66,198,48); }
div.DivClassName
{
background-color: #42C630;
}
.BgClassName
{
background-color: #42C630;
}
</style>
border-color css
<style>
span { border-color: #42C630; }
span { border-color: rgb(66,198,48); }
td.TdClassName
{
border-color: #42C630;
}
.TagClassName
{
border-color: #42C630;
}
</style>