Shades of Lime Green #43DC37
Tints of Lime Green #43DC37
RGB
CMYK
RGB Variations
Color information
#43DC37 (or 0x43DC37) is known color: Lime Green. HEX triplet: 43, DC and 37. RGB value is (67,220,55). Sum of RGB (Red+Green+Blue) = 67+220+55=342 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.59% from 342); Green value is 220 (86.33% from 255 or 64.33% from 342); Blue value is 55 (21.88% from 255 or 16.08% from 342); Max value from RGB is 220 - color contains mainly: green. Hex color #43DC37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43DC37 is #BC23C8. Grayscale: #9B9B9B. Windows color (decimal): -12329929 or 3660867. OLE color: 3660867.
HSL color Cylindrical-coordinate representation of color #43DC37: hue angle of 115.64º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #43DC37 is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 220 | 55 | - |
| CMYK | 0.70 | 0 | 0.75 | 0.14 |
| HSL | 115.64º | 0.7% | 0.54% | - |
| HSV(B) | 115.64º | 0.75% | 0.86% | - |
| XYZ | 28.6 | 52.66 | 12.27 | - |
| YUV | 155.44 | 71.31 | 64.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 220 | 55 | 0.70 | 0 | 0.75 | 0.14 | 115.64 | 0.7 | 0.54 |
| Hex | 43 | DC | 37 | 46 | 0 | 4B | E | 74 | 46 | 36 |
| Octal | 103 | 334 | 67 | 106 | 0 | 113 | 16 | 164 | 106 | 66 |
| Binary | 1000011 | 11011100 | 110111 | 1000110 | 0 | 1001011 | 1110 | 1110100 | 1000110 | 110110 |
Color Harmonies of #43DC37
Complementary color
Monochromatic Colors of #43DC37
Black with #43DC37
Text Example
Text Example
White with #43DC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DC37; }
p { color: rgb(67,220,55); }
H1.HeaderClassName
{
color: #43DC37;
}
.AnyTagClassName
{
color: #43DC37;
}
</style>
background-color css
<style>
a { background-color: #43DC37; }
a { background-color: rgb(67,220,55); }
div.DivClassName
{
background-color: #43DC37;
}
.BgClassName
{
background-color: #43DC37;
}
</style>
border-color css
<style>
span { border-color: #43DC37; }
span { border-color: rgb(67,220,55); }
td.TdClassName
{
border-color: #43DC37;
}
.TagClassName
{
border-color: #43DC37;
}
</style>