Shades of Lime Green #43CC53
Tints of Lime Green #43CC53
RGB
CMYK
RGB Variations
Color information
#43CC53 (or 0x43CC53) is known color: Lime Green. HEX triplet: 43, CC and 53. RGB value is (67,204,83). Sum of RGB (Red+Green+Blue) = 67+204+83=354 (46% of max value = 765). Red value is 67 (26.56% from 255 or 18.93% from 354); Green value is 204 (80.08% from 255 or 57.63% from 354); Blue value is 83 (32.81% from 255 or 23.45% from 354); Max value from RGB is 204 - color contains mainly: green. Hex color #43CC53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43CC53 is #BC33AC. Grayscale: #959595. Windows color (decimal): -12333997 or 5491779. OLE color: 5491779.
HSL color Cylindrical-coordinate representation of color #43CC53: hue angle of 127.01º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43CC53 is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 204 | 83 | - |
| CMYK | 0.67 | 0 | 0.59 | 0.2 |
| HSL | 127.01º | 0.57% | 0.53% | - |
| HSV(B) | 127.01º | 0.67% | 0.8% | - |
| XYZ | 25.47 | 45 | 15.53 | - |
| YUV | 149.24 | 90.61 | 69.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 204 | 83 | 0.67 | 0 | 0.59 | 0.2 | 127.01 | 0.57 | 0.53 |
| Hex | 43 | CC | 53 | 43 | 0 | 3B | 14 | 7F | 39 | 35 |
| Octal | 103 | 314 | 123 | 103 | 0 | 73 | 24 | 177 | 71 | 65 |
| Binary | 1000011 | 11001100 | 1010011 | 1000011 | 0 | 111011 | 10100 | 1111111 | 111001 | 110101 |
Color Harmonies of #43CC53
Complementary color
Monochromatic Colors of #43CC53
Black with #43CC53
Text Example
Text Example
White with #43CC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CC53; }
p { color: rgb(67,204,83); }
H1.HeaderClassName
{
color: #43CC53;
}
.AnyTagClassName
{
color: #43CC53;
}
</style>
background-color css
<style>
a { background-color: #43CC53; }
a { background-color: rgb(67,204,83); }
div.DivClassName
{
background-color: #43CC53;
}
.BgClassName
{
background-color: #43CC53;
}
</style>
border-color css
<style>
span { border-color: #43CC53; }
span { border-color: rgb(67,204,83); }
td.TdClassName
{
border-color: #43CC53;
}
.TagClassName
{
border-color: #43CC53;
}
</style>