Shades of Lime Green #43C538
Tints of Lime Green #43C538
RGB
CMYK
RGB Variations
Color information
#43C538 (or 0x43C538) is known color: Lime Green. HEX triplet: 43, C5 and 38. RGB value is (67,197,56). Sum of RGB (Red+Green+Blue) = 67+197+56=320 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.94% from 320); Green value is 197 (77.34% from 255 or 61.56% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 197 - color contains mainly: green. Hex color #43C538 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C538 is #BC3AC7. Grayscale: #8E8E8E. Windows color (decimal): -12335816 or 3720515. OLE color: 3720515.
HSL color Cylindrical-coordinate representation of color #43C538: hue angle of 115.32º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43C538 is Cyan = 0.66, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 67 | 197 | 56 | - |
| CMYK | 0.66 | 0 | 0.72 | 0.23 |
| HSL | 115.32º | 0.56% | 0.5% | - |
| HSV(B) | 115.32º | 0.72% | 0.77% | - |
| XYZ | 22.99 | 41.41 | 10.52 | - |
| YUV | 142.06 | 79.43 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 197 | 56 | 0.66 | 0 | 0.72 | 0.23 | 115.32 | 0.56 | 0.5 |
| Hex | 43 | C5 | 38 | 42 | 0 | 48 | 17 | 73 | 38 | 32 |
| Octal | 103 | 305 | 70 | 102 | 0 | 110 | 27 | 163 | 70 | 62 |
| Binary | 1000011 | 11000101 | 111000 | 1000010 | 0 | 1001000 | 10111 | 1110011 | 111000 | 110010 |
Color Harmonies of #43C538
Complementary color
Monochromatic Colors of #43C538
Black with #43C538
Text Example
Text Example
White with #43C538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C538; }
p { color: rgb(67,197,56); }
H1.HeaderClassName
{
color: #43C538;
}
.AnyTagClassName
{
color: #43C538;
}
</style>
background-color css
<style>
a { background-color: #43C538; }
a { background-color: rgb(67,197,56); }
div.DivClassName
{
background-color: #43C538;
}
.BgClassName
{
background-color: #43C538;
}
</style>
border-color css
<style>
span { border-color: #43C538; }
span { border-color: rgb(67,197,56); }
td.TdClassName
{
border-color: #43C538;
}
.TagClassName
{
border-color: #43C538;
}
</style>