Shades of Lime Green #43BA33
Tints of Lime Green #43BA33
RGB
CMYK
RGB Variations
Color information
#43BA33 (or 0x43BA33) is known color: Lime Green. HEX triplet: 43, BA and 33. RGB value is (67,186,51). Sum of RGB (Red+Green+Blue) = 67+186+51=304 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.04% from 304); Green value is 186 (73.05% from 255 or 61.18% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 186 - color contains mainly: green. Hex color #43BA33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43BA33 is #BC45CC. Grayscale: #878787. Windows color (decimal): -12338637 or 3390019. OLE color: 3390019.
HSL color Cylindrical-coordinate representation of color #43BA33: hue angle of 112.89º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43BA33 is Cyan = 0.64, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 186 | 51 | - |
| CMYK | 0.64 | 0 | 0.73 | 0.27 |
| HSL | 112.89º | 0.57% | 0.46% | - |
| HSV(B) | 112.89º | 0.73% | 0.73% | - |
| XYZ | 20.47 | 36.55 | 9.11 | - |
| YUV | 135.03 | 80.58 | 79.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 186 | 51 | 0.64 | 0 | 0.73 | 0.27 | 112.89 | 0.57 | 0.46 |
| Hex | 43 | BA | 33 | 40 | 0 | 49 | 1B | 71 | 39 | 2E |
| Octal | 103 | 272 | 63 | 100 | 0 | 111 | 33 | 161 | 71 | 56 |
| Binary | 1000011 | 10111010 | 110011 | 1000000 | 0 | 1001001 | 11011 | 1110001 | 111001 | 101110 |
Color Harmonies of #43BA33
Complementary color
Monochromatic Colors of #43BA33
Black with #43BA33
Text Example
Text Example
White with #43BA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BA33; }
p { color: rgb(67,186,51); }
H1.HeaderClassName
{
color: #43BA33;
}
.AnyTagClassName
{
color: #43BA33;
}
</style>
background-color css
<style>
a { background-color: #43BA33; }
a { background-color: rgb(67,186,51); }
div.DivClassName
{
background-color: #43BA33;
}
.BgClassName
{
background-color: #43BA33;
}
</style>
border-color css
<style>
span { border-color: #43BA33; }
span { border-color: rgb(67,186,51); }
td.TdClassName
{
border-color: #43BA33;
}
.TagClassName
{
border-color: #43BA33;
}
</style>