Shades of Lime Green #43D534
Tints of Lime Green #43D534
RGB
CMYK
RGB Variations
Color information
#43D534 (or 0x43D534) is known color: Lime Green. HEX triplet: 43, D5 and 34. RGB value is (67,213,52). Sum of RGB (Red+Green+Blue) = 67+213+52=332 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.18% from 332); Green value is 213 (83.59% from 255 or 64.16% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 213 - color contains mainly: green. Hex color #43D534 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43D534 is #BC2ACB. Grayscale: #979797. Windows color (decimal): -12331724 or 3462467. OLE color: 3462467.
HSL color Cylindrical-coordinate representation of color #43D534: hue angle of 114.41º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #43D534 is Cyan = 0.69, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 67 | 213 | 52 | - |
| CMYK | 0.69 | 0 | 0.76 | 0.16 |
| HSL | 114.41º | 0.66% | 0.52% | - |
| HSV(B) | 114.41º | 0.76% | 0.84% | - |
| XYZ | 26.73 | 49.03 | 11.3 | - |
| YUV | 150.99 | 72.13 | 68.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 213 | 52 | 0.69 | 0 | 0.76 | 0.16 | 114.41 | 0.66 | 0.52 |
| Hex | 43 | D5 | 34 | 45 | 0 | 4C | 10 | 72 | 42 | 34 |
| Octal | 103 | 325 | 64 | 105 | 0 | 114 | 20 | 162 | 102 | 64 |
| Binary | 1000011 | 11010101 | 110100 | 1000101 | 0 | 1001100 | 10000 | 1110010 | 1000010 | 110100 |
Color Harmonies of #43D534
Complementary color
Monochromatic Colors of #43D534
Black with #43D534
Text Example
Text Example
White with #43D534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D534; }
p { color: rgb(67,213,52); }
H1.HeaderClassName
{
color: #43D534;
}
.AnyTagClassName
{
color: #43D534;
}
</style>
background-color css
<style>
a { background-color: #43D534; }
a { background-color: rgb(67,213,52); }
div.DivClassName
{
background-color: #43D534;
}
.BgClassName
{
background-color: #43D534;
}
</style>
border-color css
<style>
span { border-color: #43D534; }
span { border-color: rgb(67,213,52); }
td.TdClassName
{
border-color: #43D534;
}
.TagClassName
{
border-color: #43D534;
}
</style>