Shades of Lime Green #43D34B
Tints of Lime Green #43D34B
RGB
CMYK
RGB Variations
Color information
#43D34B (or 0x43D34B) is known color: Lime Green. HEX triplet: 43, D3 and 4B. RGB value is (67,211,75). Sum of RGB (Red+Green+Blue) = 67+211+75=353 (46% of max value = 765). Red value is 67 (26.56% from 255 or 18.98% from 353); Green value is 211 (82.81% from 255 or 59.77% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 211 - color contains mainly: green. Hex color #43D34B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43D34B is #BC2CB4. Grayscale: #989898. Windows color (decimal): -12332213 or 4969283. OLE color: 4969283.
HSL color Cylindrical-coordinate representation of color #43D34B: hue angle of 123.33º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #43D34B is Cyan = 0.68, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 67 | 211 | 75 | - |
| CMYK | 0.68 | 0 | 0.64 | 0.17 |
| HSL | 123.33º | 0.62% | 0.55% | - |
| HSV(B) | 123.33º | 0.68% | 0.83% | - |
| XYZ | 26.88 | 48.29 | 14.56 | - |
| YUV | 152.44 | 84.29 | 67.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 211 | 75 | 0.68 | 0 | 0.64 | 0.17 | 123.33 | 0.62 | 0.55 |
| Hex | 43 | D3 | 4B | 44 | 0 | 40 | 11 | 7B | 3E | 37 |
| Octal | 103 | 323 | 113 | 104 | 0 | 100 | 21 | 173 | 76 | 67 |
| Binary | 1000011 | 11010011 | 1001011 | 1000100 | 0 | 1000000 | 10001 | 1111011 | 111110 | 110111 |
Color Harmonies of #43D34B
Complementary color
Monochromatic Colors of #43D34B
Black with #43D34B
Text Example
Text Example
White with #43D34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D34B; }
p { color: rgb(67,211,75); }
H1.HeaderClassName
{
color: #43D34B;
}
.AnyTagClassName
{
color: #43D34B;
}
</style>
background-color css
<style>
a { background-color: #43D34B; }
a { background-color: rgb(67,211,75); }
div.DivClassName
{
background-color: #43D34B;
}
.BgClassName
{
background-color: #43D34B;
}
</style>
border-color css
<style>
span { border-color: #43D34B; }
span { border-color: rgb(67,211,75); }
td.TdClassName
{
border-color: #43D34B;
}
.TagClassName
{
border-color: #43D34B;
}
</style>