Shades of Lime Green #43C13F
Tints of Lime Green #43C13F
RGB
CMYK
RGB Variations
Color information
#43C13F (or 0x43C13F) is known color: Lime Green. HEX triplet: 43, C1 and 3F. RGB value is (67,193,63). Sum of RGB (Red+Green+Blue) = 67+193+63=323 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.74% from 323); Green value is 193 (75.78% from 255 or 59.75% from 323); Blue value is 63 (25% from 255 or 19.50% from 323); Max value from RGB is 193 - color contains mainly: green. Hex color #43C13F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C13F is #BC3EC0. Grayscale: #8C8C8C. Windows color (decimal): -12336833 or 4178243. OLE color: 4178243.
HSL color Cylindrical-coordinate representation of color #43C13F: hue angle of 118.15º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43C13F is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 193 | 63 | - |
| CMYK | 0.65 | 0 | 0.67 | 0.24 |
| HSL | 118.15º | 0.51% | 0.5% | - |
| HSV(B) | 118.15º | 0.67% | 0.76% | - |
| XYZ | 22.28 | 39.69 | 11.19 | - |
| YUV | 140.51 | 84.26 | 75.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 193 | 63 | 0.65 | 0 | 0.67 | 0.24 | 118.15 | 0.51 | 0.5 |
| Hex | 43 | C1 | 3F | 41 | 0 | 43 | 18 | 76 | 33 | 32 |
| Octal | 103 | 301 | 77 | 101 | 0 | 103 | 30 | 166 | 63 | 62 |
| Binary | 1000011 | 11000001 | 111111 | 1000001 | 0 | 1000011 | 11000 | 1110110 | 110011 | 110010 |
Color Harmonies of #43C13F
Complementary color
Monochromatic Colors of #43C13F
Black with #43C13F
Text Example
Text Example
White with #43C13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C13F; }
p { color: rgb(67,193,63); }
H1.HeaderClassName
{
color: #43C13F;
}
.AnyTagClassName
{
color: #43C13F;
}
</style>
background-color css
<style>
a { background-color: #43C13F; }
a { background-color: rgb(67,193,63); }
div.DivClassName
{
background-color: #43C13F;
}
.BgClassName
{
background-color: #43C13F;
}
</style>
border-color css
<style>
span { border-color: #43C13F; }
span { border-color: rgb(67,193,63); }
td.TdClassName
{
border-color: #43C13F;
}
.TagClassName
{
border-color: #43C13F;
}
</style>