Shades of Lime Green #42BF47
Tints of Lime Green #42BF47
RGB
CMYK
RGB Variations
Color information
#42BF47 (or 0x42BF47) is known color: Lime Green. HEX triplet: 42, BF and 47. RGB value is (66,191,71). Sum of RGB (Red+Green+Blue) = 66+191+71=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 191 (75% from 255 or 58.23% from 328); Blue value is 71 (28.12% from 255 or 21.65% from 328); Max value from RGB is 191 - color contains mainly: green. Hex color #42BF47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BF47 is #BD40B8. Grayscale: #8C8C8C. Windows color (decimal): -12402873 or 4702018. OLE color: 4702018.
HSL color Cylindrical-coordinate representation of color #42BF47: hue angle of 122.4º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BF47 is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 191 | 71 | - |
| CMYK | 0.65 | 0 | 0.63 | 0.25 |
| HSL | 122.4º | 0.49% | 0.5% | - |
| HSV(B) | 122.4º | 0.65% | 0.75% | - |
| XYZ | 22.01 | 38.87 | 12.3 | - |
| YUV | 139.95 | 89.09 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 191 | 71 | 0.65 | 0 | 0.63 | 0.25 | 122.4 | 0.49 | 0.5 |
| Hex | 42 | BF | 47 | 41 | 0 | 3F | 19 | 7A | 31 | 32 |
| Octal | 102 | 277 | 107 | 101 | 0 | 77 | 31 | 172 | 61 | 62 |
| Binary | 1000010 | 10111111 | 1000111 | 1000001 | 0 | 111111 | 11001 | 1111010 | 110001 | 110010 |
Color Harmonies of #42BF47
Complementary color
Monochromatic Colors of #42BF47
Black with #42BF47
Text Example
Text Example
White with #42BF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BF47; }
p { color: rgb(66,191,71); }
H1.HeaderClassName
{
color: #42BF47;
}
.AnyTagClassName
{
color: #42BF47;
}
</style>
background-color css
<style>
a { background-color: #42BF47; }
a { background-color: rgb(66,191,71); }
div.DivClassName
{
background-color: #42BF47;
}
.BgClassName
{
background-color: #42BF47;
}
</style>
border-color css
<style>
span { border-color: #42BF47; }
span { border-color: rgb(66,191,71); }
td.TdClassName
{
border-color: #42BF47;
}
.TagClassName
{
border-color: #42BF47;
}
</style>