Shades of Lime Green #43DA4C
Tints of Lime Green #43DA4C
RGB
CMYK
RGB Variations
Color information
#43DA4C (or 0x43DA4C) is known color: Lime Green. HEX triplet: 43, DA and 4C. RGB value is (67,218,76). Sum of RGB (Red+Green+Blue) = 67+218+76=361 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.56% from 361); Green value is 218 (85.55% from 255 or 60.39% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 218 - color contains mainly: green. Hex color #43DA4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43DA4C is #BC25B3. Grayscale: #9D9D9D. Windows color (decimal): -12330420 or 5036611. OLE color: 5036611.
HSL color Cylindrical-coordinate representation of color #43DA4C: hue angle of 123.58º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43DA4C is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 67 | 218 | 76 | - |
| CMYK | 0.69 | 0 | 0.65 | 0.15 |
| HSL | 123.58º | 0.67% | 0.56% | - |
| HSV(B) | 123.58º | 0.69% | 0.85% | - |
| XYZ | 28.69 | 51.86 | 15.33 | - |
| YUV | 156.66 | 82.47 | 64.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 218 | 76 | 0.69 | 0 | 0.65 | 0.15 | 123.58 | 0.67 | 0.56 |
| Hex | 43 | DA | 4C | 45 | 0 | 41 | F | 7C | 43 | 38 |
| Octal | 103 | 332 | 114 | 105 | 0 | 101 | 17 | 174 | 103 | 70 |
| Binary | 1000011 | 11011010 | 1001100 | 1000101 | 0 | 1000001 | 1111 | 1111100 | 1000011 | 111000 |
Color Harmonies of #43DA4C
Complementary color
Monochromatic Colors of #43DA4C
Black with #43DA4C
Text Example
Text Example
White with #43DA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DA4C; }
p { color: rgb(67,218,76); }
H1.HeaderClassName
{
color: #43DA4C;
}
.AnyTagClassName
{
color: #43DA4C;
}
</style>
background-color css
<style>
a { background-color: #43DA4C; }
a { background-color: rgb(67,218,76); }
div.DivClassName
{
background-color: #43DA4C;
}
.BgClassName
{
background-color: #43DA4C;
}
</style>
border-color css
<style>
span { border-color: #43DA4C; }
span { border-color: rgb(67,218,76); }
td.TdClassName
{
border-color: #43DA4C;
}
.TagClassName
{
border-color: #43DA4C;
}
</style>