Shades of Lime Green #43E940
Tints of Lime Green #43E940
RGB
CMYK
RGB Variations
Color information
#43E940 (or 0x43E940) is known color: Lime Green. HEX triplet: 43, E9 and 40. RGB value is (67,233,64). Sum of RGB (Red+Green+Blue) = 67+233+64=364 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.41% from 364); Green value is 233 (91.41% from 255 or 64.01% from 364); Blue value is 64 (25.39% from 255 or 17.58% from 364); Max value from RGB is 233 - color contains mainly: green. Hex color #43E940 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #43E940 is #BC16BF. Grayscale: #A4A4A4. Windows color (decimal): -12326592 or 4254019. OLE color: 4254019.
HSL color Cylindrical-coordinate representation of color #43E940: hue angle of 118.93º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43E940 is Cyan = 0.71, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 67 | 233 | 64 | - |
| CMYK | 0.71 | 0 | 0.73 | 0.09 |
| HSL | 118.93º | 0.79% | 0.58% | - |
| HSV(B) | 118.93º | 0.73% | 0.91% | - |
| XYZ | 32.38 | 59.84 | 14.69 | - |
| YUV | 164.1 | 71.5 | 58.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 233 | 64 | 0.71 | 0 | 0.73 | 0.09 | 118.93 | 0.79 | 0.58 |
| Hex | 43 | E9 | 40 | 47 | 0 | 49 | 9 | 77 | 4F | 3A |
| Octal | 103 | 351 | 100 | 107 | 0 | 111 | 11 | 167 | 117 | 72 |
| Binary | 1000011 | 11101001 | 1000000 | 1000111 | 0 | 1001001 | 1001 | 1110111 | 1001111 | 111010 |
Color Harmonies of #43E940
Complementary color
Monochromatic Colors of #43E940
Black with #43E940
Text Example
Text Example
White with #43E940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43E940; }
p { color: rgb(67,233,64); }
H1.HeaderClassName
{
color: #43E940;
}
.AnyTagClassName
{
color: #43E940;
}
</style>
background-color css
<style>
a { background-color: #43E940; }
a { background-color: rgb(67,233,64); }
div.DivClassName
{
background-color: #43E940;
}
.BgClassName
{
background-color: #43E940;
}
</style>
border-color css
<style>
span { border-color: #43E940; }
span { border-color: rgb(67,233,64); }
td.TdClassName
{
border-color: #43E940;
}
.TagClassName
{
border-color: #43E940;
}
</style>