Shades of Lime Green #43E136
Tints of Lime Green #43E136
RGB
CMYK
RGB Variations
Color information
#43E136 (or 0x43E136) is known color: Lime Green. HEX triplet: 43, E1 and 36. RGB value is (67,225,54). Sum of RGB (Red+Green+Blue) = 67+225+54=346 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.36% from 346); Green value is 225 (88.28% from 255 or 65.03% from 346); Blue value is 54 (21.48% from 255 or 15.61% from 346); Max value from RGB is 225 - color contains mainly: green. Hex color #43E136 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43E136 is #BC1EC9. Grayscale: #9E9E9E. Windows color (decimal): -12328650 or 3596611. OLE color: 3596611.
HSL color Cylindrical-coordinate representation of color #43E136: hue angle of 115.44º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #43E136 is Cyan = 0.70, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 67 | 225 | 54 | - |
| CMYK | 0.70 | 0 | 0.76 | 0.12 |
| HSL | 115.44º | 0.74% | 0.55% | - |
| HSV(B) | 115.44º | 0.76% | 0.88% | - |
| XYZ | 29.91 | 55.31 | 12.59 | - |
| YUV | 158.26 | 69.15 | 62.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 225 | 54 | 0.70 | 0 | 0.76 | 0.12 | 115.44 | 0.74 | 0.55 |
| Hex | 43 | E1 | 36 | 46 | 0 | 4C | C | 73 | 4A | 37 |
| Octal | 103 | 341 | 66 | 106 | 0 | 114 | 14 | 163 | 112 | 67 |
| Binary | 1000011 | 11100001 | 110110 | 1000110 | 0 | 1001100 | 1100 | 1110011 | 1001010 | 110111 |
Color Harmonies of #43E136
Complementary color
Monochromatic Colors of #43E136
Black with #43E136
Text Example
Text Example
White with #43E136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43E136; }
p { color: rgb(67,225,54); }
H1.HeaderClassName
{
color: #43E136;
}
.AnyTagClassName
{
color: #43E136;
}
</style>
background-color css
<style>
a { background-color: #43E136; }
a { background-color: rgb(67,225,54); }
div.DivClassName
{
background-color: #43E136;
}
.BgClassName
{
background-color: #43E136;
}
</style>
border-color css
<style>
span { border-color: #43E136; }
span { border-color: rgb(67,225,54); }
td.TdClassName
{
border-color: #43E136;
}
.TagClassName
{
border-color: #43E136;
}
</style>