Shades of Lime Green #43BC42
Tints of Lime Green #43BC42
RGB
CMYK
RGB Variations
Color information
#43BC42 (or 0x43BC42) is known color: Lime Green. HEX triplet: 43, BC and 42. RGB value is (67,188,66). Sum of RGB (Red+Green+Blue) = 67+188+66=321 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.87% from 321); Green value is 188 (73.83% from 255 or 58.57% from 321); Blue value is 66 (26.17% from 255 or 20.56% from 321); Max value from RGB is 188 - color contains mainly: green. Hex color #43BC42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43BC42 is #BC43BD. Grayscale: #8A8A8A. Windows color (decimal): -12338110 or 4373571. OLE color: 4373571.
HSL color Cylindrical-coordinate representation of color #43BC42: hue angle of 119.51º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #43BC42 is Cyan = 0.64, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 188 | 66 | - |
| CMYK | 0.64 | 0 | 0.65 | 0.26 |
| HSL | 119.51º | 0.48% | 0.5% | - |
| HSV(B) | 119.51º | 0.65% | 0.74% | - |
| XYZ | 21.28 | 37.55 | 11.28 | - |
| YUV | 137.91 | 87.41 | 77.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 188 | 66 | 0.64 | 0 | 0.65 | 0.26 | 119.51 | 0.48 | 0.5 |
| Hex | 43 | BC | 42 | 40 | 0 | 41 | 1A | 78 | 30 | 32 |
| Octal | 103 | 274 | 102 | 100 | 0 | 101 | 32 | 170 | 60 | 62 |
| Binary | 1000011 | 10111100 | 1000010 | 1000000 | 0 | 1000001 | 11010 | 1111000 | 110000 | 110010 |
Color Harmonies of #43BC42
Complementary color
Monochromatic Colors of #43BC42
Black with #43BC42
Text Example
Text Example
White with #43BC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BC42; }
p { color: rgb(67,188,66); }
H1.HeaderClassName
{
color: #43BC42;
}
.AnyTagClassName
{
color: #43BC42;
}
</style>
background-color css
<style>
a { background-color: #43BC42; }
a { background-color: rgb(67,188,66); }
div.DivClassName
{
background-color: #43BC42;
}
.BgClassName
{
background-color: #43BC42;
}
</style>
border-color css
<style>
span { border-color: #43BC42; }
span { border-color: rgb(67,188,66); }
td.TdClassName
{
border-color: #43BC42;
}
.TagClassName
{
border-color: #43BC42;
}
</style>