Shades of Lime Green #43DA3C
Tints of Lime Green #43DA3C
RGB
CMYK
RGB Variations
Color information
#43DA3C (or 0x43DA3C) is known color: Lime Green. HEX triplet: 43, DA and 3C. RGB value is (67,218,60). Sum of RGB (Red+Green+Blue) = 67+218+60=345 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.42% from 345); Green value is 218 (85.55% from 255 or 63.19% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 218 - color contains mainly: green. Hex color #43DA3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43DA3C is #BC25C3. Grayscale: #9B9B9B. Windows color (decimal): -12330436 or 3988035. OLE color: 3988035.
HSL color Cylindrical-coordinate representation of color #43DA3C: hue angle of 117.34º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43DA3C is Cyan = 0.69, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 67 | 218 | 60 | - |
| CMYK | 0.69 | 0 | 0.72 | 0.15 |
| HSL | 117.34º | 0.68% | 0.55% | - |
| HSV(B) | 117.34º | 0.72% | 0.85% | - |
| XYZ | 28.2 | 51.66 | 12.76 | - |
| YUV | 154.84 | 74.47 | 65.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 218 | 60 | 0.69 | 0 | 0.72 | 0.15 | 117.34 | 0.68 | 0.55 |
| Hex | 43 | DA | 3C | 45 | 0 | 48 | F | 75 | 44 | 37 |
| Octal | 103 | 332 | 74 | 105 | 0 | 110 | 17 | 165 | 104 | 67 |
| Binary | 1000011 | 11011010 | 111100 | 1000101 | 0 | 1001000 | 1111 | 1110101 | 1000100 | 110111 |
Color Harmonies of #43DA3C
Complementary color
Monochromatic Colors of #43DA3C
Black with #43DA3C
Text Example
Text Example
White with #43DA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DA3C; }
p { color: rgb(67,218,60); }
H1.HeaderClassName
{
color: #43DA3C;
}
.AnyTagClassName
{
color: #43DA3C;
}
</style>
background-color css
<style>
a { background-color: #43DA3C; }
a { background-color: rgb(67,218,60); }
div.DivClassName
{
background-color: #43DA3C;
}
.BgClassName
{
background-color: #43DA3C;
}
</style>
border-color css
<style>
span { border-color: #43DA3C; }
span { border-color: rgb(67,218,60); }
td.TdClassName
{
border-color: #43DA3C;
}
.TagClassName
{
border-color: #43DA3C;
}
</style>