Shades of Lime Green #42C031
Tints of Lime Green #42C031
RGB
CMYK
RGB Variations
Color information
#42C031 (or 0x42C031) is known color: Lime Green. HEX triplet: 42, C0 and 31. RGB value is (66,192,49). Sum of RGB (Red+Green+Blue) = 66+192+49=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 192 (75.39% from 255 or 62.54% from 307); Blue value is 49 (19.53% from 255 or 15.96% from 307); Max value from RGB is 192 - color contains mainly: green. Hex color #42C031 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C031 is #BD3FCE. Grayscale: #8A8A8A. Windows color (decimal): -12402639 or 3260482. OLE color: 3260482.
HSL color Cylindrical-coordinate representation of color #42C031: hue angle of 112.87º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42C031 is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 192 | 49 | - |
| CMYK | 0.66 | 0 | 0.74 | 0.25 |
| HSL | 112.87º | 0.59% | 0.47% | - |
| HSV(B) | 112.87º | 0.74% | 0.75% | - |
| XYZ | 21.65 | 39.08 | 9.31 | - |
| YUV | 138.02 | 77.76 | 76.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 192 | 49 | 0.66 | 0 | 0.74 | 0.25 | 112.87 | 0.59 | 0.47 |
| Hex | 42 | C0 | 31 | 42 | 0 | 4A | 19 | 71 | 3B | 2F |
| Octal | 102 | 300 | 61 | 102 | 0 | 112 | 31 | 161 | 73 | 57 |
| Binary | 1000010 | 11000000 | 110001 | 1000010 | 0 | 1001010 | 11001 | 1110001 | 111011 | 101111 |
Color Harmonies of #42C031
Complementary color
Monochromatic Colors of #42C031
Black with #42C031
Text Example
Text Example
White with #42C031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C031; }
p { color: rgb(66,192,49); }
H1.HeaderClassName
{
color: #42C031;
}
.AnyTagClassName
{
color: #42C031;
}
</style>
background-color css
<style>
a { background-color: #42C031; }
a { background-color: rgb(66,192,49); }
div.DivClassName
{
background-color: #42C031;
}
.BgClassName
{
background-color: #42C031;
}
</style>
border-color css
<style>
span { border-color: #42C031; }
span { border-color: rgb(66,192,49); }
td.TdClassName
{
border-color: #42C031;
}
.TagClassName
{
border-color: #42C031;
}
</style>