Shades of Lime Green #43CB47
Tints of Lime Green #43CB47
RGB
CMYK
RGB Variations
Color information
#43CB47 (or 0x43CB47) is known color: Lime Green. HEX triplet: 43, CB and 47. RGB value is (67,203,71). Sum of RGB (Red+Green+Blue) = 67+203+71=341 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.65% from 341); Green value is 203 (79.69% from 255 or 59.53% from 341); Blue value is 71 (28.12% from 255 or 20.82% from 341); Max value from RGB is 203 - color contains mainly: green. Hex color #43CB47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43CB47 is #BC34B8. Grayscale: #939393. Windows color (decimal): -12334265 or 4705091. OLE color: 4705091.
HSL color Cylindrical-coordinate representation of color #43CB47: hue angle of 121.76º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43CB47 is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 203 | 71 | - |
| CMYK | 0.67 | 0 | 0.65 | 0.20 |
| HSL | 121.76º | 0.57% | 0.53% | - |
| HSV(B) | 121.76º | 0.67% | 0.8% | - |
| XYZ | 24.81 | 44.36 | 13.22 | - |
| YUV | 147.29 | 84.94 | 70.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 203 | 71 | 0.67 | 0 | 0.65 | 0.20 | 121.76 | 0.57 | 0.53 |
| Hex | 43 | CB | 47 | 43 | 0 | 41 | 14 | 7A | 39 | 35 |
| Octal | 103 | 313 | 107 | 103 | 0 | 101 | 24 | 172 | 71 | 65 |
| Binary | 1000011 | 11001011 | 1000111 | 1000011 | 0 | 1000001 | 10100 | 1111010 | 111001 | 110101 |
Color Harmonies of #43CB47
Complementary color
Monochromatic Colors of #43CB47
Black with #43CB47
Text Example
Text Example
White with #43CB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CB47; }
p { color: rgb(67,203,71); }
H1.HeaderClassName
{
color: #43CB47;
}
.AnyTagClassName
{
color: #43CB47;
}
</style>
background-color css
<style>
a { background-color: #43CB47; }
a { background-color: rgb(67,203,71); }
div.DivClassName
{
background-color: #43CB47;
}
.BgClassName
{
background-color: #43CB47;
}
</style>
border-color css
<style>
span { border-color: #43CB47; }
span { border-color: rgb(67,203,71); }
td.TdClassName
{
border-color: #43CB47;
}
.TagClassName
{
border-color: #43CB47;
}
</style>