Shades of Lime Green #43D92C
Tints of Lime Green #43D92C
RGB
CMYK
RGB Variations
Color information
#43D92C (or 0x43D92C) is known color: Lime Green. HEX triplet: 43, D9 and 2C. RGB value is (67,217,44). Sum of RGB (Red+Green+Blue) = 67+217+44=328 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.43% from 328); Green value is 217 (85.16% from 255 or 66.16% from 328); Blue value is 44 (17.58% from 255 or 13.41% from 328); Max value from RGB is 217 - color contains mainly: green. Hex color #43D92C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43D92C is #BC26D3. Grayscale: #989898. Windows color (decimal): -12330708 or 2939203. OLE color: 2939203.
HSL color Cylindrical-coordinate representation of color #43D92C: hue angle of 112.02º degrees, saturation: 0.69, 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 #43D92C is Cyan = 0.69, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 67 | 217 | 44 | - |
| CMYK | 0.69 | 0 | 0.80 | 0.15 |
| HSL | 112.02º | 0.69% | 0.51% | - |
| HSV(B) | 112.02º | 0.8% | 0.85% | - |
| XYZ | 27.58 | 51 | 10.77 | - |
| YUV | 152.43 | 66.81 | 67.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 217 | 44 | 0.69 | 0 | 0.80 | 0.15 | 112.02 | 0.69 | 0.51 |
| Hex | 43 | D9 | 2C | 45 | 0 | 50 | F | 70 | 45 | 33 |
| Octal | 103 | 331 | 54 | 105 | 0 | 120 | 17 | 160 | 105 | 63 |
| Binary | 1000011 | 11011001 | 101100 | 1000101 | 0 | 1010000 | 1111 | 1110000 | 1000101 | 110011 |
Color Harmonies of #43D92C
Complementary color
Monochromatic Colors of #43D92C
Black with #43D92C
Text Example
Text Example
White with #43D92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D92C; }
p { color: rgb(67,217,44); }
H1.HeaderClassName
{
color: #43D92C;
}
.AnyTagClassName
{
color: #43D92C;
}
</style>
background-color css
<style>
a { background-color: #43D92C; }
a { background-color: rgb(67,217,44); }
div.DivClassName
{
background-color: #43D92C;
}
.BgClassName
{
background-color: #43D92C;
}
</style>
border-color css
<style>
span { border-color: #43D92C; }
span { border-color: rgb(67,217,44); }
td.TdClassName
{
border-color: #43D92C;
}
.TagClassName
{
border-color: #43D92C;
}
</style>