Shades of Lime Green #43C645
Tints of Lime Green #43C645
RGB
CMYK
RGB Variations
Color information
#43C645 (or 0x43C645) is known color: Lime Green. HEX triplet: 43, C6 and 45. RGB value is (67,198,69). Sum of RGB (Red+Green+Blue) = 67+198+69=334 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20.06% from 334); Green value is 198 (77.73% from 255 or 59.28% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 198 - color contains mainly: green. Hex color #43C645 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C645 is #BC39BA. Grayscale: #909090. Windows color (decimal): -12335547 or 4572739. OLE color: 4572739.
HSL color Cylindrical-coordinate representation of color #43C645: hue angle of 120.92º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #43C645 is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 67 | 198 | 69 | - |
| CMYK | 0.66 | 0 | 0.65 | 0.22 |
| HSL | 120.92º | 0.53% | 0.52% | - |
| HSV(B) | 120.92º | 0.66% | 0.78% | - |
| XYZ | 23.58 | 42.01 | 12.5 | - |
| YUV | 144.13 | 85.6 | 72.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 198 | 69 | 0.66 | 0 | 0.65 | 0.22 | 120.92 | 0.53 | 0.52 |
| Hex | 43 | C6 | 45 | 42 | 0 | 41 | 16 | 79 | 35 | 34 |
| Octal | 103 | 306 | 105 | 102 | 0 | 101 | 26 | 171 | 65 | 64 |
| Binary | 1000011 | 11000110 | 1000101 | 1000010 | 0 | 1000001 | 10110 | 1111001 | 110101 | 110100 |
Color Harmonies of #43C645
Complementary color
Monochromatic Colors of #43C645
Black with #43C645
Text Example
Text Example
White with #43C645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C645; }
p { color: rgb(67,198,69); }
H1.HeaderClassName
{
color: #43C645;
}
.AnyTagClassName
{
color: #43C645;
}
</style>
background-color css
<style>
a { background-color: #43C645; }
a { background-color: rgb(67,198,69); }
div.DivClassName
{
background-color: #43C645;
}
.BgClassName
{
background-color: #43C645;
}
</style>
border-color css
<style>
span { border-color: #43C645; }
span { border-color: rgb(67,198,69); }
td.TdClassName
{
border-color: #43C645;
}
.TagClassName
{
border-color: #43C645;
}
</style>