Shades of Lime Green #43B83D
Tints of Lime Green #43B83D
RGB
CMYK
RGB Variations
Color information
#43B83D (or 0x43B83D) is known color: Lime Green. HEX triplet: 43, B8 and 3D. RGB value is (67,184,61). Sum of RGB (Red+Green+Blue) = 67+184+61=312 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.47% from 312); Green value is 184 (72.27% from 255 or 58.97% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 184 - color contains mainly: green. Hex color #43B83D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43B83D is #BC47C2. Grayscale: #878787. Windows color (decimal): -12339139 or 4044867. OLE color: 4044867.
HSL color Cylindrical-coordinate representation of color #43B83D: hue angle of 117.07º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43B83D is Cyan = 0.64, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 67 | 184 | 61 | - |
| CMYK | 0.64 | 0 | 0.67 | 0.28 |
| HSL | 117.07º | 0.5% | 0.48% | - |
| HSV(B) | 117.07º | 0.67% | 0.72% | - |
| XYZ | 20.3 | 35.81 | 10.26 | - |
| YUV | 135 | 86.24 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 184 | 61 | 0.64 | 0 | 0.67 | 0.28 | 117.07 | 0.5 | 0.48 |
| Hex | 43 | B8 | 3D | 40 | 0 | 43 | 1C | 75 | 32 | 30 |
| Octal | 103 | 270 | 75 | 100 | 0 | 103 | 34 | 165 | 62 | 60 |
| Binary | 1000011 | 10111000 | 111101 | 1000000 | 0 | 1000011 | 11100 | 1110101 | 110010 | 110000 |
Color Harmonies of #43B83D
Complementary color
Monochromatic Colors of #43B83D
Black with #43B83D
Text Example
Text Example
White with #43B83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43B83D; }
p { color: rgb(67,184,61); }
H1.HeaderClassName
{
color: #43B83D;
}
.AnyTagClassName
{
color: #43B83D;
}
</style>
background-color css
<style>
a { background-color: #43B83D; }
a { background-color: rgb(67,184,61); }
div.DivClassName
{
background-color: #43B83D;
}
.BgClassName
{
background-color: #43B83D;
}
</style>
border-color css
<style>
span { border-color: #43B83D; }
span { border-color: rgb(67,184,61); }
td.TdClassName
{
border-color: #43B83D;
}
.TagClassName
{
border-color: #43B83D;
}
</style>