Shades of Lime Green #43D92B
Tints of Lime Green #43D92B
RGB
CMYK
RGB Variations
Color information
#43D92B (or 0x43D92B) is known color: Lime Green. HEX triplet: 43, D9 and 2B. RGB value is (67,217,43). Sum of RGB (Red+Green+Blue) = 67+217+43=327 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.49% from 327); Green value is 217 (85.16% from 255 or 66.36% from 327); Blue value is 43 (17.19% from 255 or 13.15% from 327); Max value from RGB is 217 - color contains mainly: green. Hex color #43D92B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43D92B is #BC26D4. Grayscale: #989898. Windows color (decimal): -12330709 or 2873667. OLE color: 2873667.
HSL color Cylindrical-coordinate representation of color #43D92B: hue angle of 111.72º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #43D92B is Cyan = 0.69, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 67 | 217 | 43 | - |
| CMYK | 0.69 | 0 | 0.80 | 0.15 |
| HSL | 111.72º | 0.7% | 0.51% | - |
| HSV(B) | 111.72º | 0.8% | 0.85% | - |
| XYZ | 27.56 | 50.99 | 10.68 | - |
| YUV | 152.31 | 66.31 | 67.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 217 | 43 | 0.69 | 0 | 0.80 | 0.15 | 111.72 | 0.7 | 0.51 |
| Hex | 43 | D9 | 2B | 45 | 0 | 50 | F | 70 | 46 | 33 |
| Octal | 103 | 331 | 53 | 105 | 0 | 120 | 17 | 160 | 106 | 63 |
| Binary | 1000011 | 11011001 | 101011 | 1000101 | 0 | 1010000 | 1111 | 1110000 | 1000110 | 110011 |
Color Harmonies of #43D92B
Complementary color
Monochromatic Colors of #43D92B
Black with #43D92B
Text Example
Text Example
White with #43D92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D92B; }
p { color: rgb(67,217,43); }
H1.HeaderClassName
{
color: #43D92B;
}
.AnyTagClassName
{
color: #43D92B;
}
</style>
background-color css
<style>
a { background-color: #43D92B; }
a { background-color: rgb(67,217,43); }
div.DivClassName
{
background-color: #43D92B;
}
.BgClassName
{
background-color: #43D92B;
}
</style>
border-color css
<style>
span { border-color: #43D92B; }
span { border-color: rgb(67,217,43); }
td.TdClassName
{
border-color: #43D92B;
}
.TagClassName
{
border-color: #43D92B;
}
</style>