Shades of Lime Green #43D92D
Tints of Lime Green #43D92D
RGB
CMYK
RGB Variations
Color information
#43D92D (or 0x43D92D) is known color: Lime Green. HEX triplet: 43, D9 and 2D. RGB value is (67,217,45). Sum of RGB (Red+Green+Blue) = 67+217+45=329 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.36% from 329); Green value is 217 (85.16% from 255 or 65.96% from 329); Blue value is 45 (17.97% from 255 or 13.68% from 329); Max value from RGB is 217 - color contains mainly: green. Hex color #43D92D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43D92D is #BC26D2. Grayscale: #999999. Windows color (decimal): -12330707 or 3004739. OLE color: 3004739.
HSL color Cylindrical-coordinate representation of color #43D92D: hue angle of 112.33º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #43D92D is Cyan = 0.69, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 67 | 217 | 45 | - |
| CMYK | 0.69 | 0 | 0.79 | 0.15 |
| HSL | 112.33º | 0.69% | 0.51% | - |
| HSV(B) | 112.33º | 0.79% | 0.85% | - |
| XYZ | 27.6 | 51.01 | 10.87 | - |
| YUV | 152.54 | 67.31 | 66.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 217 | 45 | 0.69 | 0 | 0.79 | 0.15 | 112.33 | 0.69 | 0.51 |
| Hex | 43 | D9 | 2D | 45 | 0 | 4F | F | 70 | 45 | 33 |
| Octal | 103 | 331 | 55 | 105 | 0 | 117 | 17 | 160 | 105 | 63 |
| Binary | 1000011 | 11011001 | 101101 | 1000101 | 0 | 1001111 | 1111 | 1110000 | 1000101 | 110011 |
Color Harmonies of #43D92D
Complementary color
Monochromatic Colors of #43D92D
Black with #43D92D
Text Example
Text Example
White with #43D92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D92D; }
p { color: rgb(67,217,45); }
H1.HeaderClassName
{
color: #43D92D;
}
.AnyTagClassName
{
color: #43D92D;
}
</style>
background-color css
<style>
a { background-color: #43D92D; }
a { background-color: rgb(67,217,45); }
div.DivClassName
{
background-color: #43D92D;
}
.BgClassName
{
background-color: #43D92D;
}
</style>
border-color css
<style>
span { border-color: #43D92D; }
span { border-color: rgb(67,217,45); }
td.TdClassName
{
border-color: #43D92D;
}
.TagClassName
{
border-color: #43D92D;
}
</style>