Shades of Lime Green #43E334
Tints of Lime Green #43E334
RGB
CMYK
RGB Variations
Color information
#43E334 (or 0x43E334) is known color: Lime Green. HEX triplet: 43, E3 and 34. RGB value is (67,227,52). Sum of RGB (Red+Green+Blue) = 67+227+52=346 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.36% from 346); Green value is 227 (89.06% from 255 or 65.61% from 346); Blue value is 52 (20.70% from 255 or 15.03% from 346); Max value from RGB is 227 - color contains mainly: green. Hex color #43E334 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43E334 is #BC1CCB. Grayscale: #9F9F9F. Windows color (decimal): -12328140 or 3466051. OLE color: 3466051.
HSL color Cylindrical-coordinate representation of color #43E334: hue angle of 114.86º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #43E334 is Cyan = 0.70, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 67 | 227 | 52 | - |
| CMYK | 0.70 | 0 | 0.77 | 0.11 |
| HSL | 114.86º | 0.76% | 0.55% | - |
| HSV(B) | 114.86º | 0.77% | 0.89% | - |
| XYZ | 30.4 | 56.38 | 12.53 | - |
| YUV | 159.21 | 67.49 | 62.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 227 | 52 | 0.70 | 0 | 0.77 | 0.11 | 114.86 | 0.76 | 0.55 |
| Hex | 43 | E3 | 34 | 46 | 0 | 4D | B | 73 | 4C | 37 |
| Octal | 103 | 343 | 64 | 106 | 0 | 115 | 13 | 163 | 114 | 67 |
| Binary | 1000011 | 11100011 | 110100 | 1000110 | 0 | 1001101 | 1011 | 1110011 | 1001100 | 110111 |
Color Harmonies of #43E334
Complementary color
Monochromatic Colors of #43E334
Black with #43E334
Text Example
Text Example
White with #43E334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43E334; }
p { color: rgb(67,227,52); }
H1.HeaderClassName
{
color: #43E334;
}
.AnyTagClassName
{
color: #43E334;
}
</style>
background-color css
<style>
a { background-color: #43E334; }
a { background-color: rgb(67,227,52); }
div.DivClassName
{
background-color: #43E334;
}
.BgClassName
{
background-color: #43E334;
}
</style>
border-color css
<style>
span { border-color: #43E334; }
span { border-color: rgb(67,227,52); }
td.TdClassName
{
border-color: #43E334;
}
.TagClassName
{
border-color: #43E334;
}
</style>