Shades of Lime Green #43C852
Tints of Lime Green #43C852
RGB
CMYK
RGB Variations
Color information
#43C852 (or 0x43C852) is known color: Lime Green. HEX triplet: 43, C8 and 52. RGB value is (67,200,82). Sum of RGB (Red+Green+Blue) = 67+200+82=349 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.20% from 349); Green value is 200 (78.52% from 255 or 57.31% from 349); Blue value is 82 (32.42% from 255 or 23.50% from 349); Max value from RGB is 200 - color contains mainly: green. Hex color #43C852 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43C852 is #BC37AD. Grayscale: #939393. Windows color (decimal): -12335022 or 5425219. OLE color: 5425219.
HSL color Cylindrical-coordinate representation of color #43C852: hue angle of 126.77º degrees, saturation: 0.55, 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 #43C852 is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 67 | 200 | 82 | - |
| CMYK | 0.66 | 0 | 0.59 | 0.22 |
| HSL | 126.77º | 0.55% | 0.52% | - |
| HSV(B) | 126.77º | 0.67% | 0.78% | - |
| XYZ | 24.49 | 43.11 | 15.01 | - |
| YUV | 146.78 | 91.44 | 71.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 200 | 82 | 0.66 | 0 | 0.59 | 0.22 | 126.77 | 0.55 | 0.52 |
| Hex | 43 | C8 | 52 | 42 | 0 | 3B | 16 | 7F | 37 | 34 |
| Octal | 103 | 310 | 122 | 102 | 0 | 73 | 26 | 177 | 67 | 64 |
| Binary | 1000011 | 11001000 | 1010010 | 1000010 | 0 | 111011 | 10110 | 1111111 | 110111 | 110100 |
Color Harmonies of #43C852
Complementary color
Monochromatic Colors of #43C852
Black with #43C852
Text Example
Text Example
White with #43C852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C852; }
p { color: rgb(67,200,82); }
H1.HeaderClassName
{
color: #43C852;
}
.AnyTagClassName
{
color: #43C852;
}
</style>
background-color css
<style>
a { background-color: #43C852; }
a { background-color: rgb(67,200,82); }
div.DivClassName
{
background-color: #43C852;
}
.BgClassName
{
background-color: #43C852;
}
</style>
border-color css
<style>
span { border-color: #43C852; }
span { border-color: rgb(67,200,82); }
td.TdClassName
{
border-color: #43C852;
}
.TagClassName
{
border-color: #43C852;
}
</style>