Shades of Lime Green #43E03A
Tints of Lime Green #43E03A
RGB
CMYK
RGB Variations
Color information
#43E03A (or 0x43E03A) is known color: Lime Green. HEX triplet: 43, E0 and 3A. RGB value is (67,224,58). Sum of RGB (Red+Green+Blue) = 67+224+58=349 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.20% from 349); Green value is 224 (87.89% from 255 or 64.18% from 349); Blue value is 58 (23.05% from 255 or 16.62% from 349); Max value from RGB is 224 - color contains mainly: green. Hex color #43E03A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43E03A is #BC1FC5. Grayscale: #9E9E9E. Windows color (decimal): -12328902 or 3858499. OLE color: 3858499.
HSL color Cylindrical-coordinate representation of color #43E03A: hue angle of 116.75º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #43E03A is Cyan = 0.70, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 67 | 224 | 58 | - |
| CMYK | 0.70 | 0 | 0.74 | 0.12 |
| HSL | 116.75º | 0.73% | 0.55% | - |
| HSV(B) | 116.75º | 0.74% | 0.88% | - |
| XYZ | 29.73 | 54.81 | 13.02 | - |
| YUV | 158.13 | 71.49 | 63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 224 | 58 | 0.70 | 0 | 0.74 | 0.12 | 116.75 | 0.73 | 0.55 |
| Hex | 43 | E0 | 3A | 46 | 0 | 4A | C | 75 | 49 | 37 |
| Octal | 103 | 340 | 72 | 106 | 0 | 112 | 14 | 165 | 111 | 67 |
| Binary | 1000011 | 11100000 | 111010 | 1000110 | 0 | 1001010 | 1100 | 1110101 | 1001001 | 110111 |
Color Harmonies of #43E03A
Complementary color
Monochromatic Colors of #43E03A
Black with #43E03A
Text Example
Text Example
White with #43E03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43E03A; }
p { color: rgb(67,224,58); }
H1.HeaderClassName
{
color: #43E03A;
}
.AnyTagClassName
{
color: #43E03A;
}
</style>
background-color css
<style>
a { background-color: #43E03A; }
a { background-color: rgb(67,224,58); }
div.DivClassName
{
background-color: #43E03A;
}
.BgClassName
{
background-color: #43E03A;
}
</style>
border-color css
<style>
span { border-color: #43E03A; }
span { border-color: rgb(67,224,58); }
td.TdClassName
{
border-color: #43E03A;
}
.TagClassName
{
border-color: #43E03A;
}
</style>