Shades of Lime Green #43EA40
Tints of Lime Green #43EA40
RGB
CMYK
RGB Variations
Color information
#43EA40 (or 0x43EA40) is known color: Lime Green. HEX triplet: 43, EA and 40. RGB value is (67,234,64). Sum of RGB (Red+Green+Blue) = 67+234+64=365 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.36% from 365); Green value is 234 (91.80% from 255 or 64.11% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 234 - color contains mainly: green. Hex color #43EA40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #43EA40 is #BC15BF. Grayscale: #A5A5A5. Windows color (decimal): -12326336 or 4254275. OLE color: 4254275.
HSL color Cylindrical-coordinate representation of color #43EA40: hue angle of 118.94º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43EA40 is Cyan = 0.71, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 67 | 234 | 64 | - |
| CMYK | 0.71 | 0 | 0.73 | 0.08 |
| HSL | 118.94º | 0.8% | 0.58% | - |
| HSV(B) | 118.94º | 0.73% | 0.92% | - |
| XYZ | 32.66 | 60.41 | 14.79 | - |
| YUV | 164.69 | 71.17 | 58.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 234 | 64 | 0.71 | 0 | 0.73 | 0.08 | 118.94 | 0.8 | 0.58 |
| Hex | 43 | EA | 40 | 47 | 0 | 49 | 8 | 77 | 50 | 3A |
| Octal | 103 | 352 | 100 | 107 | 0 | 111 | 10 | 167 | 120 | 72 |
| Binary | 1000011 | 11101010 | 1000000 | 1000111 | 0 | 1001001 | 1000 | 1110111 | 1010000 | 111010 |
Color Harmonies of #43EA40
Complementary color
Monochromatic Colors of #43EA40
Black with #43EA40
Text Example
Text Example
White with #43EA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43EA40; }
p { color: rgb(67,234,64); }
H1.HeaderClassName
{
color: #43EA40;
}
.AnyTagClassName
{
color: #43EA40;
}
</style>
background-color css
<style>
a { background-color: #43EA40; }
a { background-color: rgb(67,234,64); }
div.DivClassName
{
background-color: #43EA40;
}
.BgClassName
{
background-color: #43EA40;
}
</style>
border-color css
<style>
span { border-color: #43EA40; }
span { border-color: rgb(67,234,64); }
td.TdClassName
{
border-color: #43EA40;
}
.TagClassName
{
border-color: #43EA40;
}
</style>