Shades of Lime Green #43E03D
Tints of Lime Green #43E03D
RGB
CMYK
RGB Variations
Color information
#43E03D (or 0x43E03D) is known color: Lime Green. HEX triplet: 43, E0 and 3D. RGB value is (67,224,61). Sum of RGB (Red+Green+Blue) = 67+224+61=352 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.03% from 352); Green value is 224 (87.89% from 255 or 63.64% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 224 - color contains mainly: green. Hex color #43E03D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43E03D is #BC1FC2. Grayscale: #9E9E9E. Windows color (decimal): -12328899 or 4055107. OLE color: 4055107.
HSL color Cylindrical-coordinate representation of color #43E03D: hue angle of 117.79º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43E03D is Cyan = 0.70, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 67 | 224 | 61 | - |
| CMYK | 0.70 | 0 | 0.73 | 0.12 |
| HSL | 117.79º | 0.72% | 0.56% | - |
| HSV(B) | 117.79º | 0.73% | 0.88% | - |
| XYZ | 29.81 | 54.84 | 13.43 | - |
| YUV | 158.48 | 72.99 | 62.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 224 | 61 | 0.70 | 0 | 0.73 | 0.12 | 117.79 | 0.72 | 0.56 |
| Hex | 43 | E0 | 3D | 46 | 0 | 49 | C | 76 | 48 | 38 |
| Octal | 103 | 340 | 75 | 106 | 0 | 111 | 14 | 166 | 110 | 70 |
| Binary | 1000011 | 11100000 | 111101 | 1000110 | 0 | 1001001 | 1100 | 1110110 | 1001000 | 111000 |
Color Harmonies of #43E03D
Complementary color
Monochromatic Colors of #43E03D
Black with #43E03D
Text Example
Text Example
White with #43E03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43E03D; }
p { color: rgb(67,224,61); }
H1.HeaderClassName
{
color: #43E03D;
}
.AnyTagClassName
{
color: #43E03D;
}
</style>
background-color css
<style>
a { background-color: #43E03D; }
a { background-color: rgb(67,224,61); }
div.DivClassName
{
background-color: #43E03D;
}
.BgClassName
{
background-color: #43E03D;
}
</style>
border-color css
<style>
span { border-color: #43E03D; }
span { border-color: rgb(67,224,61); }
td.TdClassName
{
border-color: #43E03D;
}
.TagClassName
{
border-color: #43E03D;
}
</style>