Shades of Lime Green #43B535
Tints of Lime Green #43B535
RGB
CMYK
RGB Variations
Color information
#43B535 (or 0x43B535) is known color: Lime Green. HEX triplet: 43, B5 and 35. RGB value is (67,181,53). Sum of RGB (Red+Green+Blue) = 67+181+53=301 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.26% from 301); Green value is 181 (71.09% from 255 or 60.13% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 181 - color contains mainly: green. Hex color #43B535 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43B535 is #BC4ACA. Grayscale: #848484. Windows color (decimal): -12339915 or 3519811. OLE color: 3519811.
HSL color Cylindrical-coordinate representation of color #43B535: hue angle of 113.44º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #43B535 is Cyan = 0.63, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 67 | 181 | 53 | - |
| CMYK | 0.63 | 0 | 0.71 | 0.29 |
| HSL | 113.44º | 0.55% | 0.46% | - |
| HSV(B) | 113.44º | 0.71% | 0.71% | - |
| XYZ | 19.48 | 34.5 | 9 | - |
| YUV | 132.32 | 83.23 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 181 | 53 | 0.63 | 0 | 0.71 | 0.29 | 113.44 | 0.55 | 0.46 |
| Hex | 43 | B5 | 35 | 3F | 0 | 47 | 1D | 71 | 37 | 2E |
| Octal | 103 | 265 | 65 | 77 | 0 | 107 | 35 | 161 | 67 | 56 |
| Binary | 1000011 | 10110101 | 110101 | 111111 | 0 | 1000111 | 11101 | 1110001 | 110111 | 101110 |
Color Harmonies of #43B535
Complementary color
Monochromatic Colors of #43B535
Black with #43B535
Text Example
Text Example
White with #43B535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43B535; }
p { color: rgb(67,181,53); }
H1.HeaderClassName
{
color: #43B535;
}
.AnyTagClassName
{
color: #43B535;
}
</style>
background-color css
<style>
a { background-color: #43B535; }
a { background-color: rgb(67,181,53); }
div.DivClassName
{
background-color: #43B535;
}
.BgClassName
{
background-color: #43B535;
}
</style>
border-color css
<style>
span { border-color: #43B535; }
span { border-color: rgb(67,181,53); }
td.TdClassName
{
border-color: #43B535;
}
.TagClassName
{
border-color: #43B535;
}
</style>