Shades of Lime Green #43C334
Tints of Lime Green #43C334
RGB
CMYK
RGB Variations
Color information
#43C334 (or 0x43C334) is known color: Lime Green. HEX triplet: 43, C3 and 34. RGB value is (67,195,52). Sum of RGB (Red+Green+Blue) = 67+195+52=314 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.34% from 314); Green value is 195 (76.56% from 255 or 62.10% from 314); Blue value is 52 (20.70% from 255 or 16.56% from 314); Max value from RGB is 195 - color contains mainly: green. Hex color #43C334 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C334 is #BC3CCB. Grayscale: #8C8C8C. Windows color (decimal): -12336332 or 3457859. OLE color: 3457859.
HSL color Cylindrical-coordinate representation of color #43C334: hue angle of 113.71º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43C334 is Cyan = 0.66, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 195 | 52 | - |
| CMYK | 0.66 | 0 | 0.73 | 0.24 |
| HSL | 113.71º | 0.58% | 0.48% | - |
| HSV(B) | 113.71º | 0.73% | 0.76% | - |
| XYZ | 22.45 | 40.47 | 9.88 | - |
| YUV | 140.43 | 78.09 | 75.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 195 | 52 | 0.66 | 0 | 0.73 | 0.24 | 113.71 | 0.58 | 0.48 |
| Hex | 43 | C3 | 34 | 42 | 0 | 49 | 18 | 72 | 3A | 30 |
| Octal | 103 | 303 | 64 | 102 | 0 | 111 | 30 | 162 | 72 | 60 |
| Binary | 1000011 | 11000011 | 110100 | 1000010 | 0 | 1001001 | 11000 | 1110010 | 111010 | 110000 |
Color Harmonies of #43C334
Complementary color
Monochromatic Colors of #43C334
Black with #43C334
Text Example
Text Example
White with #43C334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C334; }
p { color: rgb(67,195,52); }
H1.HeaderClassName
{
color: #43C334;
}
.AnyTagClassName
{
color: #43C334;
}
</style>
background-color css
<style>
a { background-color: #43C334; }
a { background-color: rgb(67,195,52); }
div.DivClassName
{
background-color: #43C334;
}
.BgClassName
{
background-color: #43C334;
}
</style>
border-color css
<style>
span { border-color: #43C334; }
span { border-color: rgb(67,195,52); }
td.TdClassName
{
border-color: #43C334;
}
.TagClassName
{
border-color: #43C334;
}
</style>