Shades of Lime Green #43C83D
Tints of Lime Green #43C83D
RGB
CMYK
RGB Variations
Color information
#43C83D (or 0x43C83D) is known color: Lime Green. HEX triplet: 43, C8 and 3D. RGB value is (67,200,61). Sum of RGB (Red+Green+Blue) = 67+200+61=328 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.43% from 328); Green value is 200 (78.52% from 255 or 60.98% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 200 - color contains mainly: green. Hex color #43C83D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C83D is #BC37C2. Grayscale: #909090. Windows color (decimal): -12335043 or 4048963. OLE color: 4048963.
HSL color Cylindrical-coordinate representation of color #43C83D: hue angle of 117.41º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43C83D is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 67 | 200 | 61 | - |
| CMYK | 0.66 | 0 | 0.69 | 0.22 |
| HSL | 117.41º | 0.56% | 0.51% | - |
| HSV(B) | 117.41º | 0.7% | 0.78% | - |
| XYZ | 23.81 | 42.84 | 11.43 | - |
| YUV | 144.39 | 80.94 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 200 | 61 | 0.66 | 0 | 0.69 | 0.22 | 117.41 | 0.56 | 0.51 |
| Hex | 43 | C8 | 3D | 42 | 0 | 45 | 16 | 75 | 38 | 33 |
| Octal | 103 | 310 | 75 | 102 | 0 | 105 | 26 | 165 | 70 | 63 |
| Binary | 1000011 | 11001000 | 111101 | 1000010 | 0 | 1000101 | 10110 | 1110101 | 111000 | 110011 |
Color Harmonies of #43C83D
Complementary color
Monochromatic Colors of #43C83D
Black with #43C83D
Text Example
Text Example
White with #43C83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C83D; }
p { color: rgb(67,200,61); }
H1.HeaderClassName
{
color: #43C83D;
}
.AnyTagClassName
{
color: #43C83D;
}
</style>
background-color css
<style>
a { background-color: #43C83D; }
a { background-color: rgb(67,200,61); }
div.DivClassName
{
background-color: #43C83D;
}
.BgClassName
{
background-color: #43C83D;
}
</style>
border-color css
<style>
span { border-color: #43C83D; }
span { border-color: rgb(67,200,61); }
td.TdClassName
{
border-color: #43C83D;
}
.TagClassName
{
border-color: #43C83D;
}
</style>