Shades of Lime Green #43CC55
Tints of Lime Green #43CC55
RGB
CMYK
RGB Variations
Color information
#43CC55 (or 0x43CC55) is known color: Lime Green. HEX triplet: 43, CC and 55. RGB value is (67,204,85). Sum of RGB (Red+Green+Blue) = 67+204+85=356 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.82% from 356); Green value is 204 (80.08% from 255 or 57.30% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 204 - color contains mainly: green. Hex color #43CC55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43CC55 is #BC33AA. Grayscale: #959595. Windows color (decimal): -12333995 or 5622851. OLE color: 5622851.
HSL color Cylindrical-coordinate representation of color #43CC55: hue angle of 127.88º 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 #43CC55 is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 204 | 85 | - |
| CMYK | 0.67 | 0 | 0.58 | 0.2 |
| HSL | 127.88º | 0.57% | 0.53% | - |
| HSV(B) | 127.88º | 0.67% | 0.8% | - |
| XYZ | 25.55 | 45.03 | 15.94 | - |
| YUV | 149.47 | 91.61 | 69.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 204 | 85 | 0.67 | 0 | 0.58 | 0.2 | 127.88 | 0.57 | 0.53 |
| Hex | 43 | CC | 55 | 43 | 0 | 3A | 14 | 80 | 39 | 35 |
| Octal | 103 | 314 | 125 | 103 | 0 | 72 | 24 | 200 | 71 | 65 |
| Binary | 1000011 | 11001100 | 1010101 | 1000011 | 0 | 111010 | 10100 | 10000000 | 111001 | 110101 |
Color Harmonies of #43CC55
Complementary color
Monochromatic Colors of #43CC55
Black with #43CC55
Text Example
Text Example
White with #43CC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CC55; }
p { color: rgb(67,204,85); }
H1.HeaderClassName
{
color: #43CC55;
}
.AnyTagClassName
{
color: #43CC55;
}
</style>
background-color css
<style>
a { background-color: #43CC55; }
a { background-color: rgb(67,204,85); }
div.DivClassName
{
background-color: #43CC55;
}
.BgClassName
{
background-color: #43CC55;
}
</style>
border-color css
<style>
span { border-color: #43CC55; }
span { border-color: rgb(67,204,85); }
td.TdClassName
{
border-color: #43CC55;
}
.TagClassName
{
border-color: #43CC55;
}
</style>