Shades of Lime Green #43C53A
Tints of Lime Green #43C53A
RGB
CMYK
RGB Variations
Color information
#43C53A (or 0x43C53A) is known color: Lime Green. HEX triplet: 43, C5 and 3A. RGB value is (67,197,58). Sum of RGB (Red+Green+Blue) = 67+197+58=322 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.81% from 322); Green value is 197 (77.34% from 255 or 61.18% from 322); Blue value is 58 (23.05% from 255 or 18.01% from 322); Max value from RGB is 197 - color contains mainly: green. Hex color #43C53A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C53A is #BC3AC5. Grayscale: #8E8E8E. Windows color (decimal): -12335814 or 3851587. OLE color: 3851587.
HSL color Cylindrical-coordinate representation of color #43C53A: hue angle of 116.12º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #43C53A is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 67 | 197 | 58 | - |
| CMYK | 0.66 | 0 | 0.71 | 0.23 |
| HSL | 116.12º | 0.55% | 0.5% | - |
| HSV(B) | 116.12º | 0.71% | 0.77% | - |
| XYZ | 23.04 | 41.43 | 10.79 | - |
| YUV | 142.28 | 80.43 | 74.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 197 | 58 | 0.66 | 0 | 0.71 | 0.23 | 116.12 | 0.55 | 0.5 |
| Hex | 43 | C5 | 3A | 42 | 0 | 47 | 17 | 74 | 37 | 32 |
| Octal | 103 | 305 | 72 | 102 | 0 | 107 | 27 | 164 | 67 | 62 |
| Binary | 1000011 | 11000101 | 111010 | 1000010 | 0 | 1000111 | 10111 | 1110100 | 110111 | 110010 |
Color Harmonies of #43C53A
Complementary color
Monochromatic Colors of #43C53A
Black with #43C53A
Text Example
Text Example
White with #43C53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C53A; }
p { color: rgb(67,197,58); }
H1.HeaderClassName
{
color: #43C53A;
}
.AnyTagClassName
{
color: #43C53A;
}
</style>
background-color css
<style>
a { background-color: #43C53A; }
a { background-color: rgb(67,197,58); }
div.DivClassName
{
background-color: #43C53A;
}
.BgClassName
{
background-color: #43C53A;
}
</style>
border-color css
<style>
span { border-color: #43C53A; }
span { border-color: rgb(67,197,58); }
td.TdClassName
{
border-color: #43C53A;
}
.TagClassName
{
border-color: #43C53A;
}
</style>