Shades of Lime Green #43E353
Tints of Lime Green #43E353
RGB
CMYK
RGB Variations
Color information
#43E353 (or 0x43E353) is known color: Lime Green. HEX triplet: 43, E3 and 53. RGB value is (67,227,83). Sum of RGB (Red+Green+Blue) = 67+227+83=377 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.77% from 377); Green value is 227 (89.06% from 255 or 60.21% from 377); Blue value is 83 (32.81% from 255 or 22.02% from 377); Max value from RGB is 227 - color contains mainly: green. Hex color #43E353 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43E353 is #BC1CAC. Grayscale: #A3A3A3. Windows color (decimal): -12328109 or 5497667. OLE color: 5497667.
HSL color Cylindrical-coordinate representation of color #43E353: hue angle of 126º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43E353 is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 67 | 227 | 83 | - |
| CMYK | 0.70 | 0 | 0.63 | 0.11 |
| HSL | 126º | 0.74% | 0.58% | - |
| HSV(B) | 126º | 0.7% | 0.89% | - |
| XYZ | 31.35 | 56.76 | 17.49 | - |
| YUV | 162.74 | 82.99 | 59.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 227 | 83 | 0.70 | 0 | 0.63 | 0.11 | 126 | 0.74 | 0.58 |
| Hex | 43 | E3 | 53 | 46 | 0 | 3F | B | 7E | 4A | 3A |
| Octal | 103 | 343 | 123 | 106 | 0 | 77 | 13 | 176 | 112 | 72 |
| Binary | 1000011 | 11100011 | 1010011 | 1000110 | 0 | 111111 | 1011 | 1111110 | 1001010 | 111010 |
Color Harmonies of #43E353
Complementary color
Monochromatic Colors of #43E353
Black with #43E353
Text Example
Text Example
White with #43E353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43E353; }
p { color: rgb(67,227,83); }
H1.HeaderClassName
{
color: #43E353;
}
.AnyTagClassName
{
color: #43E353;
}
</style>
background-color css
<style>
a { background-color: #43E353; }
a { background-color: rgb(67,227,83); }
div.DivClassName
{
background-color: #43E353;
}
.BgClassName
{
background-color: #43E353;
}
</style>
border-color css
<style>
span { border-color: #43E353; }
span { border-color: rgb(67,227,83); }
td.TdClassName
{
border-color: #43E353;
}
.TagClassName
{
border-color: #43E353;
}
</style>