Shades of Lime Green #43C536
Tints of Lime Green #43C536
RGB
CMYK
RGB Variations
Color information
#43C536 (or 0x43C536) is known color: Lime Green. HEX triplet: 43, C5 and 36. RGB value is (67,197,54). Sum of RGB (Red+Green+Blue) = 67+197+54=318 (42% of max value = 765). Red value is 67 (26.56% from 255 or 21.07% from 318); Green value is 197 (77.34% from 255 or 61.95% from 318); Blue value is 54 (21.48% from 255 or 16.98% from 318); Max value from RGB is 197 - color contains mainly: green. Hex color #43C536 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C536 is #BC3AC9. Grayscale: #8E8E8E. Windows color (decimal): -12335818 or 3589443. OLE color: 3589443.
HSL color Cylindrical-coordinate representation of color #43C536: hue angle of 114.55º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43C536 is Cyan = 0.66, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 67 | 197 | 54 | - |
| CMYK | 0.66 | 0 | 0.73 | 0.23 |
| HSL | 114.55º | 0.57% | 0.49% | - |
| HSV(B) | 114.55º | 0.73% | 0.77% | - |
| XYZ | 22.95 | 41.39 | 10.27 | - |
| YUV | 141.83 | 78.43 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 197 | 54 | 0.66 | 0 | 0.73 | 0.23 | 114.55 | 0.57 | 0.49 |
| Hex | 43 | C5 | 36 | 42 | 0 | 49 | 17 | 73 | 39 | 31 |
| Octal | 103 | 305 | 66 | 102 | 0 | 111 | 27 | 163 | 71 | 61 |
| Binary | 1000011 | 11000101 | 110110 | 1000010 | 0 | 1001001 | 10111 | 1110011 | 111001 | 110001 |
Color Harmonies of #43C536
Complementary color
Monochromatic Colors of #43C536
Black with #43C536
Text Example
Text Example
White with #43C536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C536; }
p { color: rgb(67,197,54); }
H1.HeaderClassName
{
color: #43C536;
}
.AnyTagClassName
{
color: #43C536;
}
</style>
background-color css
<style>
a { background-color: #43C536; }
a { background-color: rgb(67,197,54); }
div.DivClassName
{
background-color: #43C536;
}
.BgClassName
{
background-color: #43C536;
}
</style>
border-color css
<style>
span { border-color: #43C536; }
span { border-color: rgb(67,197,54); }
td.TdClassName
{
border-color: #43C536;
}
.TagClassName
{
border-color: #43C536;
}
</style>