Shades of Lime Green #43B73C
Tints of Lime Green #43B73C
RGB
CMYK
RGB Variations
Color information
#43B73C (or 0x43B73C) is known color: Lime Green. HEX triplet: 43, B7 and 3C. RGB value is (67,183,60). Sum of RGB (Red+Green+Blue) = 67+183+60=310 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.61% from 310); Green value is 183 (71.88% from 255 or 59.03% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 183 - color contains mainly: green. Hex color #43B73C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43B73C is #BC48C3. Grayscale: #868686. Windows color (decimal): -12339396 or 3979075. OLE color: 3979075.
HSL color Cylindrical-coordinate representation of color #43B73C: hue angle of 116.59º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43B73C is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 67 | 183 | 60 | - |
| CMYK | 0.63 | 0 | 0.67 | 0.28 |
| HSL | 116.59º | 0.51% | 0.48% | - |
| HSV(B) | 116.59º | 0.67% | 0.72% | - |
| XYZ | 20.06 | 35.39 | 10.05 | - |
| YUV | 134.29 | 86.07 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 183 | 60 | 0.63 | 0 | 0.67 | 0.28 | 116.59 | 0.51 | 0.48 |
| Hex | 43 | B7 | 3C | 3F | 0 | 43 | 1C | 75 | 33 | 30 |
| Octal | 103 | 267 | 74 | 77 | 0 | 103 | 34 | 165 | 63 | 60 |
| Binary | 1000011 | 10110111 | 111100 | 111111 | 0 | 1000011 | 11100 | 1110101 | 110011 | 110000 |
Color Harmonies of #43B73C
Complementary color
Monochromatic Colors of #43B73C
Black with #43B73C
Text Example
Text Example
White with #43B73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43B73C; }
p { color: rgb(67,183,60); }
H1.HeaderClassName
{
color: #43B73C;
}
.AnyTagClassName
{
color: #43B73C;
}
</style>
background-color css
<style>
a { background-color: #43B73C; }
a { background-color: rgb(67,183,60); }
div.DivClassName
{
background-color: #43B73C;
}
.BgClassName
{
background-color: #43B73C;
}
</style>
border-color css
<style>
span { border-color: #43B73C; }
span { border-color: rgb(67,183,60); }
td.TdClassName
{
border-color: #43B73C;
}
.TagClassName
{
border-color: #43B73C;
}
</style>