Shades of Lime Green #43BC43
Tints of Lime Green #43BC43
RGB
CMYK
RGB Variations
Color information
#43BC43 (or 0x43BC43) is known color: Lime Green. HEX triplet: 43, BC and 43. RGB value is (67,188,67). Sum of RGB (Red+Green+Blue) = 67+188+67=322 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.81% from 322); Green value is 188 (73.83% from 255 or 58.39% from 322); Blue value is 67 (26.56% from 255 or 20.81% from 322); Max value from RGB is 188 - color contains mainly: green. Hex color #43BC43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43BC43 is #BC43BC. Grayscale: #8A8A8A. Windows color (decimal): -12338109 or 4439107. OLE color: 4439107.
HSL color Cylindrical-coordinate representation of color #43BC43: hue angle of 120º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #43BC43 is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 188 | 67 | - |
| CMYK | 0.64 | 0 | 0.64 | 0.26 |
| HSL | 120º | 0.47% | 0.5% | - |
| HSV(B) | 120º | 0.64% | 0.74% | - |
| XYZ | 21.31 | 37.56 | 11.44 | - |
| YUV | 138.03 | 87.91 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 188 | 67 | 0.64 | 0 | 0.64 | 0.26 | 120 | 0.47 | 0.5 |
| Hex | 43 | BC | 43 | 40 | 0 | 40 | 1A | 78 | 2F | 32 |
| Octal | 103 | 274 | 103 | 100 | 0 | 100 | 32 | 170 | 57 | 62 |
| Binary | 1000011 | 10111100 | 1000011 | 1000000 | 0 | 1000000 | 11010 | 1111000 | 101111 | 110010 |
Color Harmonies of #43BC43
Complementary color
Monochromatic Colors of #43BC43
Black with #43BC43
Text Example
Text Example
White with #43BC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BC43; }
p { color: rgb(67,188,67); }
H1.HeaderClassName
{
color: #43BC43;
}
.AnyTagClassName
{
color: #43BC43;
}
</style>
background-color css
<style>
a { background-color: #43BC43; }
a { background-color: rgb(67,188,67); }
div.DivClassName
{
background-color: #43BC43;
}
.BgClassName
{
background-color: #43BC43;
}
</style>
border-color css
<style>
span { border-color: #43BC43; }
span { border-color: rgb(67,188,67); }
td.TdClassName
{
border-color: #43BC43;
}
.TagClassName
{
border-color: #43BC43;
}
</style>