Shades of Lime Green #43DE51
Tints of Lime Green #43DE51
RGB
CMYK
RGB Variations
Color information
#43DE51 (or 0x43DE51) is known color: Lime Green. HEX triplet: 43, DE and 51. RGB value is (67,222,81). Sum of RGB (Red+Green+Blue) = 67+222+81=370 (49% of max value = 765). Red value is 67 (26.56% from 255 or 18.11% from 370); Green value is 222 (87.11% from 255 or 60% from 370); Blue value is 81 (32.03% from 255 or 21.89% from 370); Max value from RGB is 222 - color contains mainly: green. Hex color #43DE51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43DE51 is #BC21AE. Grayscale: #9F9F9F. Windows color (decimal): -12329391 or 5365315. OLE color: 5365315.
HSL color Cylindrical-coordinate representation of color #43DE51: hue angle of 125.42º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43DE51 is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 222 | 81 | - |
| CMYK | 0.70 | 0 | 0.64 | 0.13 |
| HSL | 125.42º | 0.7% | 0.57% | - |
| HSV(B) | 125.42º | 0.7% | 0.87% | - |
| XYZ | 29.92 | 54.03 | 16.64 | - |
| YUV | 159.58 | 83.65 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 222 | 81 | 0.70 | 0 | 0.64 | 0.13 | 125.42 | 0.7 | 0.57 |
| Hex | 43 | DE | 51 | 46 | 0 | 40 | D | 7D | 46 | 39 |
| Octal | 103 | 336 | 121 | 106 | 0 | 100 | 15 | 175 | 106 | 71 |
| Binary | 1000011 | 11011110 | 1010001 | 1000110 | 0 | 1000000 | 1101 | 1111101 | 1000110 | 111001 |
Color Harmonies of #43DE51
Complementary color
Monochromatic Colors of #43DE51
Black with #43DE51
Text Example
Text Example
White with #43DE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DE51; }
p { color: rgb(67,222,81); }
H1.HeaderClassName
{
color: #43DE51;
}
.AnyTagClassName
{
color: #43DE51;
}
</style>
background-color css
<style>
a { background-color: #43DE51; }
a { background-color: rgb(67,222,81); }
div.DivClassName
{
background-color: #43DE51;
}
.BgClassName
{
background-color: #43DE51;
}
</style>
border-color css
<style>
span { border-color: #43DE51; }
span { border-color: rgb(67,222,81); }
td.TdClassName
{
border-color: #43DE51;
}
.TagClassName
{
border-color: #43DE51;
}
</style>