Shades of Lime Green #43CD37
Tints of Lime Green #43CD37
RGB
CMYK
RGB Variations
Color information
#43CD37 (or 0x43CD37) is known color: Lime Green. HEX triplet: 43, CD and 37. RGB value is (67,205,55). Sum of RGB (Red+Green+Blue) = 67+205+55=327 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.49% from 327); Green value is 205 (80.47% from 255 or 62.69% from 327); Blue value is 55 (21.88% from 255 or 16.82% from 327); Max value from RGB is 205 - color contains mainly: green. Hex color #43CD37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43CD37 is #BC32C8. Grayscale: #939393. Windows color (decimal): -12333769 or 3657027. OLE color: 3657027.
HSL color Cylindrical-coordinate representation of color #43CD37: hue angle of 115.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43CD37 is Cyan = 0.67, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 205 | 55 | - |
| CMYK | 0.67 | 0 | 0.73 | 0.20 |
| HSL | 115.2º | 0.6% | 0.51% | - |
| HSV(B) | 115.2º | 0.73% | 0.8% | - |
| XYZ | 24.84 | 45.13 | 11.02 | - |
| YUV | 146.64 | 76.28 | 71.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 205 | 55 | 0.67 | 0 | 0.73 | 0.20 | 115.2 | 0.6 | 0.51 |
| Hex | 43 | CD | 37 | 43 | 0 | 49 | 14 | 73 | 3C | 33 |
| Octal | 103 | 315 | 67 | 103 | 0 | 111 | 24 | 163 | 74 | 63 |
| Binary | 1000011 | 11001101 | 110111 | 1000011 | 0 | 1001001 | 10100 | 1110011 | 111100 | 110011 |
Color Harmonies of #43CD37
Complementary color
Monochromatic Colors of #43CD37
Black with #43CD37
Text Example
Text Example
White with #43CD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CD37; }
p { color: rgb(67,205,55); }
H1.HeaderClassName
{
color: #43CD37;
}
.AnyTagClassName
{
color: #43CD37;
}
</style>
background-color css
<style>
a { background-color: #43CD37; }
a { background-color: rgb(67,205,55); }
div.DivClassName
{
background-color: #43CD37;
}
.BgClassName
{
background-color: #43CD37;
}
</style>
border-color css
<style>
span { border-color: #43CD37; }
span { border-color: rgb(67,205,55); }
td.TdClassName
{
border-color: #43CD37;
}
.TagClassName
{
border-color: #43CD37;
}
</style>