Shades of Lime Green #43D926
Tints of Lime Green #43D926
RGB
CMYK
RGB Variations
Color information
#43D926 (or 0x43D926) is known color: Lime Green. HEX triplet: 43, D9 and 26. RGB value is (67,217,38). Sum of RGB (Red+Green+Blue) = 67+217+38=322 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.81% from 322); Green value is 217 (85.16% from 255 or 67.39% from 322); Blue value is 38 (15.23% from 255 or 11.80% from 322); Max value from RGB is 217 - color contains mainly: green. Hex color #43D926 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43D926 is #BC26D9. Grayscale: #989898. Windows color (decimal): -12330714 or 2545987. OLE color: 2545987.
HSL color Cylindrical-coordinate representation of color #43D926: hue angle of 110.28º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #43D926 is Cyan = 0.69, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 67 | 217 | 38 | - |
| CMYK | 0.69 | 0 | 0.82 | 0.15 |
| HSL | 110.28º | 0.7% | 0.5% | - |
| HSV(B) | 110.28º | 0.82% | 0.85% | - |
| XYZ | 27.48 | 50.96 | 10.22 | - |
| YUV | 151.74 | 63.81 | 67.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 217 | 38 | 0.69 | 0 | 0.82 | 0.15 | 110.28 | 0.7 | 0.5 |
| Hex | 43 | D9 | 26 | 45 | 0 | 52 | F | 6E | 46 | 32 |
| Octal | 103 | 331 | 46 | 105 | 0 | 122 | 17 | 156 | 106 | 62 |
| Binary | 1000011 | 11011001 | 100110 | 1000101 | 0 | 1010010 | 1111 | 1101110 | 1000110 | 110010 |
Color Harmonies of #43D926
Complementary color
Monochromatic Colors of #43D926
Black with #43D926
Text Example
Text Example
White with #43D926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D926; }
p { color: rgb(67,217,38); }
H1.HeaderClassName
{
color: #43D926;
}
.AnyTagClassName
{
color: #43D926;
}
</style>
background-color css
<style>
a { background-color: #43D926; }
a { background-color: rgb(67,217,38); }
div.DivClassName
{
background-color: #43D926;
}
.BgClassName
{
background-color: #43D926;
}
</style>
border-color css
<style>
span { border-color: #43D926; }
span { border-color: rgb(67,217,38); }
td.TdClassName
{
border-color: #43D926;
}
.TagClassName
{
border-color: #43D926;
}
</style>