Shades of Lime Green #43C52A
Tints of Lime Green #43C52A
RGB
CMYK
RGB Variations
Color information
#43C52A (or 0x43C52A) is known color: Lime Green. HEX triplet: 43, C5 and 2A. RGB value is (67,197,42). Sum of RGB (Red+Green+Blue) = 67+197+42=306 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.90% from 306); Green value is 197 (77.34% from 255 or 64.38% from 306); Blue value is 42 (16.80% from 255 or 13.73% from 306); Max value from RGB is 197 - color contains mainly: green. Hex color #43C52A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C52A is #BC3AD5. Grayscale: #8C8C8C. Windows color (decimal): -12335830 or 2803011. OLE color: 2803011.
HSL color Cylindrical-coordinate representation of color #43C52A: hue angle of 110.32º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #43C52A is Cyan = 0.66, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 67 | 197 | 42 | - |
| CMYK | 0.66 | 0 | 0.79 | 0.23 |
| HSL | 110.32º | 0.65% | 0.47% | - |
| HSV(B) | 110.32º | 0.79% | 0.77% | - |
| XYZ | 22.7 | 41.29 | 8.96 | - |
| YUV | 140.46 | 72.43 | 75.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 197 | 42 | 0.66 | 0 | 0.79 | 0.23 | 110.32 | 0.65 | 0.47 |
| Hex | 43 | C5 | 2A | 42 | 0 | 4F | 17 | 6E | 41 | 2F |
| Octal | 103 | 305 | 52 | 102 | 0 | 117 | 27 | 156 | 101 | 57 |
| Binary | 1000011 | 11000101 | 101010 | 1000010 | 0 | 1001111 | 10111 | 1101110 | 1000001 | 101111 |
Color Harmonies of #43C52A
Complementary color
Monochromatic Colors of #43C52A
Black with #43C52A
Text Example
Text Example
White with #43C52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C52A; }
p { color: rgb(67,197,42); }
H1.HeaderClassName
{
color: #43C52A;
}
.AnyTagClassName
{
color: #43C52A;
}
</style>
background-color css
<style>
a { background-color: #43C52A; }
a { background-color: rgb(67,197,42); }
div.DivClassName
{
background-color: #43C52A;
}
.BgClassName
{
background-color: #43C52A;
}
</style>
border-color css
<style>
span { border-color: #43C52A; }
span { border-color: rgb(67,197,42); }
td.TdClassName
{
border-color: #43C52A;
}
.TagClassName
{
border-color: #43C52A;
}
</style>