Shades of Lime Green #42BC31
Tints of Lime Green #42BC31
RGB
CMYK
RGB Variations
Color information
#42BC31 (or 0x42BC31) is known color: Lime Green. HEX triplet: 42, BC and 31. RGB value is (66,188,49). Sum of RGB (Red+Green+Blue) = 66+188+49=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 188 (73.83% from 255 or 62.05% from 303); Blue value is 49 (19.53% from 255 or 16.17% from 303); Max value from RGB is 188 - color contains mainly: green. Hex color #42BC31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BC31 is #BD43CE. Grayscale: #888888. Windows color (decimal): -12403663 or 3259458. OLE color: 3259458.
HSL color Cylindrical-coordinate representation of color #42BC31: hue angle of 112.66º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42BC31 is Cyan = 0.65, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 188 | 49 | - |
| CMYK | 0.65 | 0 | 0.74 | 0.26 |
| HSL | 112.66º | 0.59% | 0.46% | - |
| HSV(B) | 112.66º | 0.74% | 0.74% | - |
| XYZ | 20.78 | 37.35 | 9.02 | - |
| YUV | 135.68 | 79.08 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 188 | 49 | 0.65 | 0 | 0.74 | 0.26 | 112.66 | 0.59 | 0.46 |
| Hex | 42 | BC | 31 | 41 | 0 | 4A | 1A | 71 | 3B | 2E |
| Octal | 102 | 274 | 61 | 101 | 0 | 112 | 32 | 161 | 73 | 56 |
| Binary | 1000010 | 10111100 | 110001 | 1000001 | 0 | 1001010 | 11010 | 1110001 | 111011 | 101110 |
Color Harmonies of #42BC31
Complementary color
Monochromatic Colors of #42BC31
Black with #42BC31
Text Example
Text Example
White with #42BC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BC31; }
p { color: rgb(66,188,49); }
H1.HeaderClassName
{
color: #42BC31;
}
.AnyTagClassName
{
color: #42BC31;
}
</style>
background-color css
<style>
a { background-color: #42BC31; }
a { background-color: rgb(66,188,49); }
div.DivClassName
{
background-color: #42BC31;
}
.BgClassName
{
background-color: #42BC31;
}
</style>
border-color css
<style>
span { border-color: #42BC31; }
span { border-color: rgb(66,188,49); }
td.TdClassName
{
border-color: #42BC31;
}
.TagClassName
{
border-color: #42BC31;
}
</style>