Shades of Lime Green #43E94A
Tints of Lime Green #43E94A
RGB
CMYK
RGB Variations
Color information
#43E94A (or 0x43E94A) is known color: Lime Green. HEX triplet: 43, E9 and 4A. RGB value is (67,233,74). Sum of RGB (Red+Green+Blue) = 67+233+74=374 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.91% from 374); Green value is 233 (91.41% from 255 or 62.30% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 233 - color contains mainly: green. Hex color #43E94A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #43E94A is #BC16B5. Grayscale: #A5A5A5. Windows color (decimal): -12326582 or 4909379. OLE color: 4909379.
HSL color Cylindrical-coordinate representation of color #43E94A: hue angle of 122.53º 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 #43E94A is Cyan = 0.71, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 67 | 233 | 74 | - |
| CMYK | 0.71 | 0 | 0.68 | 0.09 |
| HSL | 122.53º | 0.79% | 0.59% | - |
| HSV(B) | 122.53º | 0.71% | 0.91% | - |
| XYZ | 32.69 | 59.97 | 16.33 | - |
| YUV | 165.24 | 76.5 | 57.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 233 | 74 | 0.71 | 0 | 0.68 | 0.09 | 122.53 | 0.79 | 0.59 |
| Hex | 43 | E9 | 4A | 47 | 0 | 44 | 9 | 7B | 4F | 3B |
| Octal | 103 | 351 | 112 | 107 | 0 | 104 | 11 | 173 | 117 | 73 |
| Binary | 1000011 | 11101001 | 1001010 | 1000111 | 0 | 1000100 | 1001 | 1111011 | 1001111 | 111011 |
Color Harmonies of #43E94A
Complementary color
Monochromatic Colors of #43E94A
Black with #43E94A
Text Example
Text Example
White with #43E94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43E94A; }
p { color: rgb(67,233,74); }
H1.HeaderClassName
{
color: #43E94A;
}
.AnyTagClassName
{
color: #43E94A;
}
</style>
background-color css
<style>
a { background-color: #43E94A; }
a { background-color: rgb(67,233,74); }
div.DivClassName
{
background-color: #43E94A;
}
.BgClassName
{
background-color: #43E94A;
}
</style>
border-color css
<style>
span { border-color: #43E94A; }
span { border-color: rgb(67,233,74); }
td.TdClassName
{
border-color: #43E94A;
}
.TagClassName
{
border-color: #43E94A;
}
</style>