Shades of Lime Green #43BD34
Tints of Lime Green #43BD34
RGB
CMYK
RGB Variations
Color information
#43BD34 (or 0x43BD34) is known color: Lime Green. HEX triplet: 43, BD and 34. RGB value is (67,189,52). Sum of RGB (Red+Green+Blue) = 67+189+52=308 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.75% from 308); Green value is 189 (74.22% from 255 or 61.36% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 189 - color contains mainly: green. Hex color #43BD34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43BD34 is #BC42CB. Grayscale: #898989. Windows color (decimal): -12337868 or 3456323. OLE color: 3456323.
HSL color Cylindrical-coordinate representation of color #43BD34: hue angle of 113.43º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43BD34 is Cyan = 0.65, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 189 | 52 | - |
| CMYK | 0.65 | 0 | 0.72 | 0.26 |
| HSL | 113.43º | 0.57% | 0.47% | - |
| HSV(B) | 113.43º | 0.72% | 0.74% | - |
| XYZ | 21.13 | 37.84 | 9.44 | - |
| YUV | 136.9 | 80.08 | 78.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 189 | 52 | 0.65 | 0 | 0.72 | 0.26 | 113.43 | 0.57 | 0.47 |
| Hex | 43 | BD | 34 | 41 | 0 | 48 | 1A | 71 | 39 | 2F |
| Octal | 103 | 275 | 64 | 101 | 0 | 110 | 32 | 161 | 71 | 57 |
| Binary | 1000011 | 10111101 | 110100 | 1000001 | 0 | 1001000 | 11010 | 1110001 | 111001 | 101111 |
Color Harmonies of #43BD34
Complementary color
Monochromatic Colors of #43BD34
Black with #43BD34
Text Example
Text Example
White with #43BD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BD34; }
p { color: rgb(67,189,52); }
H1.HeaderClassName
{
color: #43BD34;
}
.AnyTagClassName
{
color: #43BD34;
}
</style>
background-color css
<style>
a { background-color: #43BD34; }
a { background-color: rgb(67,189,52); }
div.DivClassName
{
background-color: #43BD34;
}
.BgClassName
{
background-color: #43BD34;
}
</style>
border-color css
<style>
span { border-color: #43BD34; }
span { border-color: rgb(67,189,52); }
td.TdClassName
{
border-color: #43BD34;
}
.TagClassName
{
border-color: #43BD34;
}
</style>