Shades of Lime Green #43C34A
Tints of Lime Green #43C34A
RGB
CMYK
RGB Variations
Color information
#43C34A (or 0x43C34A) is known color: Lime Green. HEX triplet: 43, C3 and 4A. RGB value is (67,195,74). Sum of RGB (Red+Green+Blue) = 67+195+74=336 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.94% from 336); Green value is 195 (76.56% from 255 or 58.04% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 195 - color contains mainly: green. Hex color #43C34A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C34A is #BC3CB5. Grayscale: #8F8F8F. Windows color (decimal): -12336310 or 4899651. OLE color: 4899651.
HSL color Cylindrical-coordinate representation of color #43C34A: hue angle of 123.28º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #43C34A is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 195 | 74 | - |
| CMYK | 0.66 | 0 | 0.62 | 0.24 |
| HSL | 123.28º | 0.52% | 0.51% | - |
| HSV(B) | 123.28º | 0.66% | 0.76% | - |
| XYZ | 23.07 | 40.72 | 13.12 | - |
| YUV | 142.93 | 89.09 | 73.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 195 | 74 | 0.66 | 0 | 0.62 | 0.24 | 123.28 | 0.52 | 0.51 |
| Hex | 43 | C3 | 4A | 42 | 0 | 3E | 18 | 7B | 34 | 33 |
| Octal | 103 | 303 | 112 | 102 | 0 | 76 | 30 | 173 | 64 | 63 |
| Binary | 1000011 | 11000011 | 1001010 | 1000010 | 0 | 111110 | 11000 | 1111011 | 110100 | 110011 |
Color Harmonies of #43C34A
Complementary color
Monochromatic Colors of #43C34A
Black with #43C34A
Text Example
Text Example
White with #43C34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C34A; }
p { color: rgb(67,195,74); }
H1.HeaderClassName
{
color: #43C34A;
}
.AnyTagClassName
{
color: #43C34A;
}
</style>
background-color css
<style>
a { background-color: #43C34A; }
a { background-color: rgb(67,195,74); }
div.DivClassName
{
background-color: #43C34A;
}
.BgClassName
{
background-color: #43C34A;
}
</style>
border-color css
<style>
span { border-color: #43C34A; }
span { border-color: rgb(67,195,74); }
td.TdClassName
{
border-color: #43C34A;
}
.TagClassName
{
border-color: #43C34A;
}
</style>