Shades of Lime Green #43C44C
Tints of Lime Green #43C44C
RGB
CMYK
RGB Variations
Color information
#43C44C (or 0x43C44C) is known color: Lime Green. HEX triplet: 43, C4 and 4C. RGB value is (67,196,76). Sum of RGB (Red+Green+Blue) = 67+196+76=339 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.76% from 339); Green value is 196 (76.95% from 255 or 57.82% from 339); Blue value is 76 (30.08% from 255 or 22.42% from 339); Max value from RGB is 196 - color contains mainly: green. Hex color #43C44C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C44C is #BC3BB3. Grayscale: #909090. Windows color (decimal): -12336052 or 5030979. OLE color: 5030979.
HSL color Cylindrical-coordinate representation of color #43C44C: hue angle of 124.19º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #43C44C is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 67 | 196 | 76 | - |
| CMYK | 0.66 | 0 | 0.61 | 0.23 |
| HSL | 124.19º | 0.52% | 0.52% | - |
| HSV(B) | 124.19º | 0.66% | 0.77% | - |
| XYZ | 23.36 | 41.19 | 13.56 | - |
| YUV | 143.75 | 89.76 | 73.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 196 | 76 | 0.66 | 0 | 0.61 | 0.23 | 124.19 | 0.52 | 0.52 |
| Hex | 43 | C4 | 4C | 42 | 0 | 3D | 17 | 7C | 34 | 34 |
| Octal | 103 | 304 | 114 | 102 | 0 | 75 | 27 | 174 | 64 | 64 |
| Binary | 1000011 | 11000100 | 1001100 | 1000010 | 0 | 111101 | 10111 | 1111100 | 110100 | 110100 |
Color Harmonies of #43C44C
Complementary color
Monochromatic Colors of #43C44C
Black with #43C44C
Text Example
Text Example
White with #43C44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C44C; }
p { color: rgb(67,196,76); }
H1.HeaderClassName
{
color: #43C44C;
}
.AnyTagClassName
{
color: #43C44C;
}
</style>
background-color css
<style>
a { background-color: #43C44C; }
a { background-color: rgb(67,196,76); }
div.DivClassName
{
background-color: #43C44C;
}
.BgClassName
{
background-color: #43C44C;
}
</style>
border-color css
<style>
span { border-color: #43C44C; }
span { border-color: rgb(67,196,76); }
td.TdClassName
{
border-color: #43C44C;
}
.TagClassName
{
border-color: #43C44C;
}
</style>