Shades of Lime Green #43B63C
Tints of Lime Green #43B63C
RGB
CMYK
RGB Variations
Color information
#43B63C (or 0x43B63C) is known color: Lime Green. HEX triplet: 43, B6 and 3C. RGB value is (67,182,60). Sum of RGB (Red+Green+Blue) = 67+182+60=309 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.68% from 309); Green value is 182 (71.48% from 255 or 58.90% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 182 - color contains mainly: green. Hex color #43B63C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43B63C is #BC49C3. Grayscale: #868686. Windows color (decimal): -12339652 or 3978819. OLE color: 3978819.
HSL color Cylindrical-coordinate representation of color #43B63C: hue angle of 116.56º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43B63C is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 67 | 182 | 60 | - |
| CMYK | 0.63 | 0 | 0.67 | 0.29 |
| HSL | 116.56º | 0.5% | 0.47% | - |
| HSV(B) | 116.56º | 0.67% | 0.71% | - |
| XYZ | 19.86 | 34.98 | 9.98 | - |
| YUV | 133.71 | 86.4 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 182 | 60 | 0.63 | 0 | 0.67 | 0.29 | 116.56 | 0.5 | 0.47 |
| Hex | 43 | B6 | 3C | 3F | 0 | 43 | 1D | 75 | 32 | 2F |
| Octal | 103 | 266 | 74 | 77 | 0 | 103 | 35 | 165 | 62 | 57 |
| Binary | 1000011 | 10110110 | 111100 | 111111 | 0 | 1000011 | 11101 | 1110101 | 110010 | 101111 |
Color Harmonies of #43B63C
Complementary color
Monochromatic Colors of #43B63C
Black with #43B63C
Text Example
Text Example
White with #43B63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43B63C; }
p { color: rgb(67,182,60); }
H1.HeaderClassName
{
color: #43B63C;
}
.AnyTagClassName
{
color: #43B63C;
}
</style>
background-color css
<style>
a { background-color: #43B63C; }
a { background-color: rgb(67,182,60); }
div.DivClassName
{
background-color: #43B63C;
}
.BgClassName
{
background-color: #43B63C;
}
</style>
border-color css
<style>
span { border-color: #43B63C; }
span { border-color: rgb(67,182,60); }
td.TdClassName
{
border-color: #43B63C;
}
.TagClassName
{
border-color: #43B63C;
}
</style>