Shades of Lime Green #43C52B
Tints of Lime Green #43C52B
RGB
CMYK
RGB Variations
Color information
#43C52B (or 0x43C52B) is known color: Lime Green. HEX triplet: 43, C5 and 2B. RGB value is (67,197,43). Sum of RGB (Red+Green+Blue) = 67+197+43=307 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.82% from 307); Green value is 197 (77.34% from 255 or 64.17% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 197 - color contains mainly: green. Hex color #43C52B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C52B is #BC3AD4. Grayscale: #8D8D8D. Windows color (decimal): -12335829 or 2868547. OLE color: 2868547.
HSL color Cylindrical-coordinate representation of color #43C52B: hue angle of 110.65º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #43C52B is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 67 | 197 | 43 | - |
| CMYK | 0.66 | 0 | 0.78 | 0.23 |
| HSL | 110.65º | 0.64% | 0.47% | - |
| HSV(B) | 110.65º | 0.78% | 0.77% | - |
| XYZ | 22.72 | 41.3 | 9.06 | - |
| YUV | 140.57 | 72.93 | 75.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 197 | 43 | 0.66 | 0 | 0.78 | 0.23 | 110.65 | 0.64 | 0.47 |
| Hex | 43 | C5 | 2B | 42 | 0 | 4E | 17 | 6F | 40 | 2F |
| Octal | 103 | 305 | 53 | 102 | 0 | 116 | 27 | 157 | 100 | 57 |
| Binary | 1000011 | 11000101 | 101011 | 1000010 | 0 | 1001110 | 10111 | 1101111 | 1000000 | 101111 |
Color Harmonies of #43C52B
Complementary color
Monochromatic Colors of #43C52B
Black with #43C52B
Text Example
Text Example
White with #43C52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C52B; }
p { color: rgb(67,197,43); }
H1.HeaderClassName
{
color: #43C52B;
}
.AnyTagClassName
{
color: #43C52B;
}
</style>
background-color css
<style>
a { background-color: #43C52B; }
a { background-color: rgb(67,197,43); }
div.DivClassName
{
background-color: #43C52B;
}
.BgClassName
{
background-color: #43C52B;
}
</style>
border-color css
<style>
span { border-color: #43C52B; }
span { border-color: rgb(67,197,43); }
td.TdClassName
{
border-color: #43C52B;
}
.TagClassName
{
border-color: #43C52B;
}
</style>