Shades of Lime Green #43C62A
Tints of Lime Green #43C62A
RGB
CMYK
RGB Variations
Color information
#43C62A (or 0x43C62A) is known color: Lime Green. HEX triplet: 43, C6 and 2A. RGB value is (67,198,42). Sum of RGB (Red+Green+Blue) = 67+198+42=307 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.82% from 307); Green value is 198 (77.73% from 255 or 64.50% from 307); Blue value is 42 (16.80% from 255 or 13.68% from 307); Max value from RGB is 198 - color contains mainly: green. Hex color #43C62A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C62A is #BC39D5. Grayscale: #8D8D8D. Windows color (decimal): -12335574 or 2803267. OLE color: 2803267.
HSL color Cylindrical-coordinate representation of color #43C62A: hue angle of 110.38º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #43C62A is Cyan = 0.66, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 67 | 198 | 42 | - |
| CMYK | 0.66 | 0 | 0.79 | 0.22 |
| HSL | 110.38º | 0.65% | 0.47% | - |
| HSV(B) | 110.38º | 0.79% | 0.78% | - |
| XYZ | 22.93 | 41.75 | 9.04 | - |
| YUV | 141.05 | 72.1 | 75.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 198 | 42 | 0.66 | 0 | 0.79 | 0.22 | 110.38 | 0.65 | 0.47 |
| Hex | 43 | C6 | 2A | 42 | 0 | 4F | 16 | 6E | 41 | 2F |
| Octal | 103 | 306 | 52 | 102 | 0 | 117 | 26 | 156 | 101 | 57 |
| Binary | 1000011 | 11000110 | 101010 | 1000010 | 0 | 1001111 | 10110 | 1101110 | 1000001 | 101111 |
Color Harmonies of #43C62A
Complementary color
Monochromatic Colors of #43C62A
Black with #43C62A
Text Example
Text Example
White with #43C62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C62A; }
p { color: rgb(67,198,42); }
H1.HeaderClassName
{
color: #43C62A;
}
.AnyTagClassName
{
color: #43C62A;
}
</style>
background-color css
<style>
a { background-color: #43C62A; }
a { background-color: rgb(67,198,42); }
div.DivClassName
{
background-color: #43C62A;
}
.BgClassName
{
background-color: #43C62A;
}
</style>
border-color css
<style>
span { border-color: #43C62A; }
span { border-color: rgb(67,198,42); }
td.TdClassName
{
border-color: #43C62A;
}
.TagClassName
{
border-color: #43C62A;
}
</style>