Shades of Lime Green #43DD2F
Tints of Lime Green #43DD2F
RGB
CMYK
RGB Variations
Color information
#43DD2F (or 0x43DD2F) is known color: Lime Green. HEX triplet: 43, DD and 2F. RGB value is (67,221,47). Sum of RGB (Red+Green+Blue) = 67+221+47=335 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20% from 335); Green value is 221 (86.72% from 255 or 65.97% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 221 - color contains mainly: green. Hex color #43DD2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43DD2F is #BC22D0. Grayscale: #9B9B9B. Windows color (decimal): -12329681 or 3136835. OLE color: 3136835.
HSL color Cylindrical-coordinate representation of color #43DD2F: hue angle of 113.1º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #43DD2F is Cyan = 0.70, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 221 | 47 | - |
| CMYK | 0.70 | 0 | 0.79 | 0.13 |
| HSL | 113.1º | 0.72% | 0.53% | - |
| HSV(B) | 113.1º | 0.79% | 0.87% | - |
| XYZ | 28.68 | 53.11 | 11.43 | - |
| YUV | 155.12 | 66.98 | 65.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 221 | 47 | 0.70 | 0 | 0.79 | 0.13 | 113.1 | 0.72 | 0.53 |
| Hex | 43 | DD | 2F | 46 | 0 | 4F | D | 71 | 48 | 35 |
| Octal | 103 | 335 | 57 | 106 | 0 | 117 | 15 | 161 | 110 | 65 |
| Binary | 1000011 | 11011101 | 101111 | 1000110 | 0 | 1001111 | 1101 | 1110001 | 1001000 | 110101 |
Color Harmonies of #43DD2F
Complementary color
Monochromatic Colors of #43DD2F
Black with #43DD2F
Text Example
Text Example
White with #43DD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DD2F; }
p { color: rgb(67,221,47); }
H1.HeaderClassName
{
color: #43DD2F;
}
.AnyTagClassName
{
color: #43DD2F;
}
</style>
background-color css
<style>
a { background-color: #43DD2F; }
a { background-color: rgb(67,221,47); }
div.DivClassName
{
background-color: #43DD2F;
}
.BgClassName
{
background-color: #43DD2F;
}
</style>
border-color css
<style>
span { border-color: #43DD2F; }
span { border-color: rgb(67,221,47); }
td.TdClassName
{
border-color: #43DD2F;
}
.TagClassName
{
border-color: #43DD2F;
}
</style>