Shades of Lime Green #43BC38
Tints of Lime Green #43BC38
RGB
CMYK
RGB Variations
Color information
#43BC38 (or 0x43BC38) is known color: Lime Green. HEX triplet: 43, BC and 38. RGB value is (67,188,56). Sum of RGB (Red+Green+Blue) = 67+188+56=311 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.54% from 311); Green value is 188 (73.83% from 255 or 60.45% from 311); Blue value is 56 (22.27% from 255 or 18.01% from 311); Max value from RGB is 188 - color contains mainly: green. Hex color #43BC38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43BC38 is #BC43C7. Grayscale: #898989. Windows color (decimal): -12338120 or 3718211. OLE color: 3718211.
HSL color Cylindrical-coordinate representation of color #43BC38: hue angle of 115º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43BC38 is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 188 | 56 | - |
| CMYK | 0.64 | 0 | 0.70 | 0.26 |
| HSL | 115º | 0.54% | 0.48% | - |
| HSV(B) | 115º | 0.7% | 0.74% | - |
| XYZ | 21.01 | 37.45 | 9.86 | - |
| YUV | 136.77 | 82.41 | 78.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 188 | 56 | 0.64 | 0 | 0.70 | 0.26 | 115 | 0.54 | 0.48 |
| Hex | 43 | BC | 38 | 40 | 0 | 46 | 1A | 73 | 36 | 30 |
| Octal | 103 | 274 | 70 | 100 | 0 | 106 | 32 | 163 | 66 | 60 |
| Binary | 1000011 | 10111100 | 111000 | 1000000 | 0 | 1000110 | 11010 | 1110011 | 110110 | 110000 |
Color Harmonies of #43BC38
Complementary color
Monochromatic Colors of #43BC38
Black with #43BC38
Text Example
Text Example
White with #43BC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BC38; }
p { color: rgb(67,188,56); }
H1.HeaderClassName
{
color: #43BC38;
}
.AnyTagClassName
{
color: #43BC38;
}
</style>
background-color css
<style>
a { background-color: #43BC38; }
a { background-color: rgb(67,188,56); }
div.DivClassName
{
background-color: #43BC38;
}
.BgClassName
{
background-color: #43BC38;
}
</style>
border-color css
<style>
span { border-color: #43BC38; }
span { border-color: rgb(67,188,56); }
td.TdClassName
{
border-color: #43BC38;
}
.TagClassName
{
border-color: #43BC38;
}
</style>