Shades of Lime Green #43B934
Tints of Lime Green #43B934
RGB
CMYK
RGB Variations
Color information
#43B934 (or 0x43B934) is known color: Lime Green. HEX triplet: 43, B9 and 34. RGB value is (67,185,52). Sum of RGB (Red+Green+Blue) = 67+185+52=304 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.04% from 304); Green value is 185 (72.66% from 255 or 60.86% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 185 - color contains mainly: green. Hex color #43B934 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43B934 is #BC46CB. Grayscale: #868686. Windows color (decimal): -12338892 or 3455299. OLE color: 3455299.
HSL color Cylindrical-coordinate representation of color #43B934: hue angle of 113.23º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43B934 is Cyan = 0.64, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 185 | 52 | - |
| CMYK | 0.64 | 0 | 0.72 | 0.27 |
| HSL | 113.23º | 0.56% | 0.46% | - |
| HSV(B) | 113.23º | 0.72% | 0.73% | - |
| XYZ | 20.28 | 36.14 | 9.16 | - |
| YUV | 134.56 | 81.41 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 185 | 52 | 0.64 | 0 | 0.72 | 0.27 | 113.23 | 0.56 | 0.46 |
| Hex | 43 | B9 | 34 | 40 | 0 | 48 | 1B | 71 | 38 | 2E |
| Octal | 103 | 271 | 64 | 100 | 0 | 110 | 33 | 161 | 70 | 56 |
| Binary | 1000011 | 10111001 | 110100 | 1000000 | 0 | 1001000 | 11011 | 1110001 | 111000 | 101110 |
Color Harmonies of #43B934
Complementary color
Monochromatic Colors of #43B934
Black with #43B934
Text Example
Text Example
White with #43B934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43B934; }
p { color: rgb(67,185,52); }
H1.HeaderClassName
{
color: #43B934;
}
.AnyTagClassName
{
color: #43B934;
}
</style>
background-color css
<style>
a { background-color: #43B934; }
a { background-color: rgb(67,185,52); }
div.DivClassName
{
background-color: #43B934;
}
.BgClassName
{
background-color: #43B934;
}
</style>
border-color css
<style>
span { border-color: #43B934; }
span { border-color: rgb(67,185,52); }
td.TdClassName
{
border-color: #43B934;
}
.TagClassName
{
border-color: #43B934;
}
</style>