Shades of Lime Green #43C53F
Tints of Lime Green #43C53F
RGB
CMYK
RGB Variations
Color information
#43C53F (or 0x43C53F) is known color: Lime Green. HEX triplet: 43, C5 and 3F. RGB value is (67,197,63). Sum of RGB (Red+Green+Blue) = 67+197+63=327 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.49% from 327); Green value is 197 (77.34% from 255 or 60.24% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 197 - color contains mainly: green. Hex color #43C53F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C53F is #BC3AC0. Grayscale: #8F8F8F. Windows color (decimal): -12335809 or 4179267. OLE color: 4179267.
HSL color Cylindrical-coordinate representation of color #43C53F: hue angle of 118.21º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #43C53F is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 67 | 197 | 63 | - |
| CMYK | 0.66 | 0 | 0.68 | 0.23 |
| HSL | 118.21º | 0.54% | 0.51% | - |
| HSV(B) | 118.21º | 0.68% | 0.77% | - |
| XYZ | 23.18 | 41.48 | 11.49 | - |
| YUV | 142.85 | 82.93 | 73.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 197 | 63 | 0.66 | 0 | 0.68 | 0.23 | 118.21 | 0.54 | 0.51 |
| Hex | 43 | C5 | 3F | 42 | 0 | 44 | 17 | 76 | 36 | 33 |
| Octal | 103 | 305 | 77 | 102 | 0 | 104 | 27 | 166 | 66 | 63 |
| Binary | 1000011 | 11000101 | 111111 | 1000010 | 0 | 1000100 | 10111 | 1110110 | 110110 | 110011 |
Color Harmonies of #43C53F
Complementary color
Monochromatic Colors of #43C53F
Black with #43C53F
Text Example
Text Example
White with #43C53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C53F; }
p { color: rgb(67,197,63); }
H1.HeaderClassName
{
color: #43C53F;
}
.AnyTagClassName
{
color: #43C53F;
}
</style>
background-color css
<style>
a { background-color: #43C53F; }
a { background-color: rgb(67,197,63); }
div.DivClassName
{
background-color: #43C53F;
}
.BgClassName
{
background-color: #43C53F;
}
</style>
border-color css
<style>
span { border-color: #43C53F; }
span { border-color: rgb(67,197,63); }
td.TdClassName
{
border-color: #43C53F;
}
.TagClassName
{
border-color: #43C53F;
}
</style>