Shades of Lime Green #43BD33
Tints of Lime Green #43BD33
RGB
CMYK
RGB Variations
Color information
#43BD33 (or 0x43BD33) is known color: Lime Green. HEX triplet: 43, BD and 33. RGB value is (67,189,51). Sum of RGB (Red+Green+Blue) = 67+189+51=307 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.82% from 307); Green value is 189 (74.22% from 255 or 61.56% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 189 - color contains mainly: green. Hex color #43BD33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43BD33 is #BC42CC. Grayscale: #898989. Windows color (decimal): -12337869 or 3390787. OLE color: 3390787.
HSL color Cylindrical-coordinate representation of color #43BD33: hue angle of 113.04º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43BD33 is Cyan = 0.65, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 189 | 51 | - |
| CMYK | 0.65 | 0 | 0.73 | 0.26 |
| HSL | 113.04º | 0.58% | 0.47% | - |
| HSV(B) | 113.04º | 0.73% | 0.74% | - |
| XYZ | 21.11 | 37.83 | 9.32 | - |
| YUV | 136.79 | 79.58 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 189 | 51 | 0.65 | 0 | 0.73 | 0.26 | 113.04 | 0.58 | 0.47 |
| Hex | 43 | BD | 33 | 41 | 0 | 49 | 1A | 71 | 3A | 2F |
| Octal | 103 | 275 | 63 | 101 | 0 | 111 | 32 | 161 | 72 | 57 |
| Binary | 1000011 | 10111101 | 110011 | 1000001 | 0 | 1001001 | 11010 | 1110001 | 111010 | 101111 |
Color Harmonies of #43BD33
Complementary color
Monochromatic Colors of #43BD33
Black with #43BD33
Text Example
Text Example
White with #43BD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BD33; }
p { color: rgb(67,189,51); }
H1.HeaderClassName
{
color: #43BD33;
}
.AnyTagClassName
{
color: #43BD33;
}
</style>
background-color css
<style>
a { background-color: #43BD33; }
a { background-color: rgb(67,189,51); }
div.DivClassName
{
background-color: #43BD33;
}
.BgClassName
{
background-color: #43BD33;
}
</style>
border-color css
<style>
span { border-color: #43BD33; }
span { border-color: rgb(67,189,51); }
td.TdClassName
{
border-color: #43BD33;
}
.TagClassName
{
border-color: #43BD33;
}
</style>