Shades of Lime Green #43B83A
Tints of Lime Green #43B83A
RGB
CMYK
RGB Variations
Color information
#43B83A (or 0x43B83A) is known color: Lime Green. HEX triplet: 43, B8 and 3A. RGB value is (67,184,58). Sum of RGB (Red+Green+Blue) = 67+184+58=309 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.68% from 309); Green value is 184 (72.27% from 255 or 59.55% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 184 - color contains mainly: green. Hex color #43B83A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43B83A is #BC47C5. Grayscale: #878787. Windows color (decimal): -12339142 or 3848259. OLE color: 3848259.
HSL color Cylindrical-coordinate representation of color #43B83A: hue angle of 115.71º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #43B83A is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 67 | 184 | 58 | - |
| CMYK | 0.64 | 0 | 0.68 | 0.28 |
| HSL | 115.71º | 0.52% | 0.47% | - |
| HSV(B) | 115.71º | 0.68% | 0.72% | - |
| XYZ | 20.22 | 35.78 | 9.84 | - |
| YUV | 134.65 | 84.74 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 184 | 58 | 0.64 | 0 | 0.68 | 0.28 | 115.71 | 0.52 | 0.47 |
| Hex | 43 | B8 | 3A | 40 | 0 | 44 | 1C | 74 | 34 | 2F |
| Octal | 103 | 270 | 72 | 100 | 0 | 104 | 34 | 164 | 64 | 57 |
| Binary | 1000011 | 10111000 | 111010 | 1000000 | 0 | 1000100 | 11100 | 1110100 | 110100 | 101111 |
Color Harmonies of #43B83A
Complementary color
Monochromatic Colors of #43B83A
Black with #43B83A
Text Example
Text Example
White with #43B83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43B83A; }
p { color: rgb(67,184,58); }
H1.HeaderClassName
{
color: #43B83A;
}
.AnyTagClassName
{
color: #43B83A;
}
</style>
background-color css
<style>
a { background-color: #43B83A; }
a { background-color: rgb(67,184,58); }
div.DivClassName
{
background-color: #43B83A;
}
.BgClassName
{
background-color: #43B83A;
}
</style>
border-color css
<style>
span { border-color: #43B83A; }
span { border-color: rgb(67,184,58); }
td.TdClassName
{
border-color: #43B83A;
}
.TagClassName
{
border-color: #43B83A;
}
</style>