Shades of Lime Green #43DD3C
Tints of Lime Green #43DD3C
RGB
CMYK
RGB Variations
Color information
#43DD3C (or 0x43DD3C) is known color: Lime Green. HEX triplet: 43, DD and 3C. RGB value is (67,221,60). Sum of RGB (Red+Green+Blue) = 67+221+60=348 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.25% from 348); Green value is 221 (86.72% from 255 or 63.51% from 348); Blue value is 60 (23.83% from 255 or 17.24% from 348); Max value from RGB is 221 - color contains mainly: green. Hex color #43DD3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43DD3C is #BC22C3. Grayscale: #9D9D9D. Windows color (decimal): -12329668 or 3988803. OLE color: 3988803.
HSL color Cylindrical-coordinate representation of color #43DD3C: hue angle of 117.39º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43DD3C is Cyan = 0.70, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 221 | 60 | - |
| CMYK | 0.70 | 0 | 0.73 | 0.13 |
| HSL | 117.39º | 0.7% | 0.55% | - |
| HSV(B) | 117.39º | 0.73% | 0.87% | - |
| XYZ | 28.99 | 53.23 | 13.02 | - |
| YUV | 156.6 | 73.48 | 64.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 221 | 60 | 0.70 | 0 | 0.73 | 0.13 | 117.39 | 0.7 | 0.55 |
| Hex | 43 | DD | 3C | 46 | 0 | 49 | D | 75 | 46 | 37 |
| Octal | 103 | 335 | 74 | 106 | 0 | 111 | 15 | 165 | 106 | 67 |
| Binary | 1000011 | 11011101 | 111100 | 1000110 | 0 | 1001001 | 1101 | 1110101 | 1000110 | 110111 |
Color Harmonies of #43DD3C
Complementary color
Monochromatic Colors of #43DD3C
Black with #43DD3C
Text Example
Text Example
White with #43DD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DD3C; }
p { color: rgb(67,221,60); }
H1.HeaderClassName
{
color: #43DD3C;
}
.AnyTagClassName
{
color: #43DD3C;
}
</style>
background-color css
<style>
a { background-color: #43DD3C; }
a { background-color: rgb(67,221,60); }
div.DivClassName
{
background-color: #43DD3C;
}
.BgClassName
{
background-color: #43DD3C;
}
</style>
border-color css
<style>
span { border-color: #43DD3C; }
span { border-color: rgb(67,221,60); }
td.TdClassName
{
border-color: #43DD3C;
}
.TagClassName
{
border-color: #43DD3C;
}
</style>