Shades of Lime Green #43E949
Tints of Lime Green #43E949
RGB
CMYK
RGB Variations
Color information
#43E949 (or 0x43E949) is known color: Lime Green. HEX triplet: 43, E9 and 49. RGB value is (67,233,73). Sum of RGB (Red+Green+Blue) = 67+233+73=373 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.96% from 373); Green value is 233 (91.41% from 255 or 62.47% from 373); Blue value is 73 (28.91% from 255 or 19.57% from 373); Max value from RGB is 233 - color contains mainly: green. Hex color #43E949 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #43E949 is #BC16B6. Grayscale: #A5A5A5. Windows color (decimal): -12326583 or 4843843. OLE color: 4843843.
HSL color Cylindrical-coordinate representation of color #43E949: hue angle of 122.17º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #43E949 is Cyan = 0.71, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 67 | 233 | 73 | - |
| CMYK | 0.71 | 0 | 0.69 | 0.09 |
| HSL | 122.17º | 0.79% | 0.59% | - |
| HSV(B) | 122.17º | 0.71% | 0.91% | - |
| XYZ | 32.66 | 59.95 | 16.15 | - |
| YUV | 165.13 | 76 | 58.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 233 | 73 | 0.71 | 0 | 0.69 | 0.09 | 122.17 | 0.79 | 0.59 |
| Hex | 43 | E9 | 49 | 47 | 0 | 45 | 9 | 7A | 4F | 3B |
| Octal | 103 | 351 | 111 | 107 | 0 | 105 | 11 | 172 | 117 | 73 |
| Binary | 1000011 | 11101001 | 1001001 | 1000111 | 0 | 1000101 | 1001 | 1111010 | 1001111 | 111011 |
Color Harmonies of #43E949
Complementary color
Monochromatic Colors of #43E949
Black with #43E949
Text Example
Text Example
White with #43E949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43E949; }
p { color: rgb(67,233,73); }
H1.HeaderClassName
{
color: #43E949;
}
.AnyTagClassName
{
color: #43E949;
}
</style>
background-color css
<style>
a { background-color: #43E949; }
a { background-color: rgb(67,233,73); }
div.DivClassName
{
background-color: #43E949;
}
.BgClassName
{
background-color: #43E949;
}
</style>
border-color css
<style>
span { border-color: #43E949; }
span { border-color: rgb(67,233,73); }
td.TdClassName
{
border-color: #43E949;
}
.TagClassName
{
border-color: #43E949;
}
</style>