Shades of Lime Green #43E02B
Tints of Lime Green #43E02B
RGB
CMYK
RGB Variations
Color information
#43E02B (or 0x43E02B) is known color: Lime Green. HEX triplet: 43, E0 and 2B. RGB value is (67,224,43). Sum of RGB (Red+Green+Blue) = 67+224+43=334 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20.06% from 334); Green value is 224 (87.89% from 255 or 67.07% from 334); Blue value is 43 (17.19% from 255 or 12.87% from 334); Max value from RGB is 224 - color contains mainly: green. Hex color #43E02B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43E02B is #BC1FD4. Grayscale: #9C9C9C. Windows color (decimal): -12328917 or 2875459. OLE color: 2875459.
HSL color Cylindrical-coordinate representation of color #43E02B: hue angle of 112.04º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #43E02B is Cyan = 0.70, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 67 | 224 | 43 | - |
| CMYK | 0.70 | 0 | 0.81 | 0.12 |
| HSL | 112.04º | 0.74% | 0.52% | - |
| HSV(B) | 112.04º | 0.81% | 0.88% | - |
| XYZ | 29.41 | 54.68 | 11.29 | - |
| YUV | 156.42 | 63.99 | 64.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 224 | 43 | 0.70 | 0 | 0.81 | 0.12 | 112.04 | 0.74 | 0.52 |
| Hex | 43 | E0 | 2B | 46 | 0 | 51 | C | 70 | 4A | 34 |
| Octal | 103 | 340 | 53 | 106 | 0 | 121 | 14 | 160 | 112 | 64 |
| Binary | 1000011 | 11100000 | 101011 | 1000110 | 0 | 1010001 | 1100 | 1110000 | 1001010 | 110100 |
Color Harmonies of #43E02B
Complementary color
Monochromatic Colors of #43E02B
Black with #43E02B
Text Example
Text Example
White with #43E02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43E02B; }
p { color: rgb(67,224,43); }
H1.HeaderClassName
{
color: #43E02B;
}
.AnyTagClassName
{
color: #43E02B;
}
</style>
background-color css
<style>
a { background-color: #43E02B; }
a { background-color: rgb(67,224,43); }
div.DivClassName
{
background-color: #43E02B;
}
.BgClassName
{
background-color: #43E02B;
}
</style>
border-color css
<style>
span { border-color: #43E02B; }
span { border-color: rgb(67,224,43); }
td.TdClassName
{
border-color: #43E02B;
}
.TagClassName
{
border-color: #43E02B;
}
</style>