Shades of Lime Green #43C74A
Tints of Lime Green #43C74A
RGB
CMYK
RGB Variations
Color information
#43C74A (or 0x43C74A) is known color: Lime Green. HEX triplet: 43, C7 and 4A. RGB value is (67,199,74). Sum of RGB (Red+Green+Blue) = 67+199+74=340 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.71% from 340); Green value is 199 (78.12% from 255 or 58.53% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 199 - color contains mainly: green. Hex color #43C74A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C74A is #BC38B5. Grayscale: #919191. Windows color (decimal): -12335286 or 4900675. OLE color: 4900675.
HSL color Cylindrical-coordinate representation of color #43C74A: hue angle of 123.18º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #43C74A is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 67 | 199 | 74 | - |
| CMYK | 0.66 | 0 | 0.63 | 0.22 |
| HSL | 123.18º | 0.54% | 0.52% | - |
| HSV(B) | 123.18º | 0.66% | 0.78% | - |
| XYZ | 23.97 | 42.53 | 13.42 | - |
| YUV | 145.28 | 87.77 | 72.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 199 | 74 | 0.66 | 0 | 0.63 | 0.22 | 123.18 | 0.54 | 0.52 |
| Hex | 43 | C7 | 4A | 42 | 0 | 3F | 16 | 7B | 36 | 34 |
| Octal | 103 | 307 | 112 | 102 | 0 | 77 | 26 | 173 | 66 | 64 |
| Binary | 1000011 | 11000111 | 1001010 | 1000010 | 0 | 111111 | 10110 | 1111011 | 110110 | 110100 |
Color Harmonies of #43C74A
Complementary color
Monochromatic Colors of #43C74A
Black with #43C74A
Text Example
Text Example
White with #43C74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C74A; }
p { color: rgb(67,199,74); }
H1.HeaderClassName
{
color: #43C74A;
}
.AnyTagClassName
{
color: #43C74A;
}
</style>
background-color css
<style>
a { background-color: #43C74A; }
a { background-color: rgb(67,199,74); }
div.DivClassName
{
background-color: #43C74A;
}
.BgClassName
{
background-color: #43C74A;
}
</style>
border-color css
<style>
span { border-color: #43C74A; }
span { border-color: rgb(67,199,74); }
td.TdClassName
{
border-color: #43C74A;
}
.TagClassName
{
border-color: #43C74A;
}
</style>