Shades of Lime Green #43BA34
Tints of Lime Green #43BA34
RGB
CMYK
RGB Variations
Color information
#43BA34 (or 0x43BA34) is known color: Lime Green. HEX triplet: 43, BA and 34. RGB value is (67,186,52). Sum of RGB (Red+Green+Blue) = 67+186+52=305 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.97% from 305); Green value is 186 (73.05% from 255 or 60.98% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 186 - color contains mainly: green. Hex color #43BA34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43BA34 is #BC45CB. Grayscale: #878787. Windows color (decimal): -12338636 or 3455555. OLE color: 3455555.
HSL color Cylindrical-coordinate representation of color #43BA34: hue angle of 113.28º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43BA34 is Cyan = 0.64, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 186 | 52 | - |
| CMYK | 0.64 | 0 | 0.72 | 0.27 |
| HSL | 113.28º | 0.56% | 0.47% | - |
| HSV(B) | 113.28º | 0.72% | 0.73% | - |
| XYZ | 20.49 | 36.56 | 9.23 | - |
| YUV | 135.14 | 81.08 | 79.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 186 | 52 | 0.64 | 0 | 0.72 | 0.27 | 113.28 | 0.56 | 0.47 |
| Hex | 43 | BA | 34 | 40 | 0 | 48 | 1B | 71 | 38 | 2F |
| Octal | 103 | 272 | 64 | 100 | 0 | 110 | 33 | 161 | 70 | 57 |
| Binary | 1000011 | 10111010 | 110100 | 1000000 | 0 | 1001000 | 11011 | 1110001 | 111000 | 101111 |
Color Harmonies of #43BA34
Complementary color
Monochromatic Colors of #43BA34
Black with #43BA34
Text Example
Text Example
White with #43BA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BA34; }
p { color: rgb(67,186,52); }
H1.HeaderClassName
{
color: #43BA34;
}
.AnyTagClassName
{
color: #43BA34;
}
</style>
background-color css
<style>
a { background-color: #43BA34; }
a { background-color: rgb(67,186,52); }
div.DivClassName
{
background-color: #43BA34;
}
.BgClassName
{
background-color: #43BA34;
}
</style>
border-color css
<style>
span { border-color: #43BA34; }
span { border-color: rgb(67,186,52); }
td.TdClassName
{
border-color: #43BA34;
}
.TagClassName
{
border-color: #43BA34;
}
</style>