Shades of Lime Green #43C33D
Tints of Lime Green #43C33D
RGB
CMYK
RGB Variations
Color information
#43C33D (or 0x43C33D) is known color: Lime Green. HEX triplet: 43, C3 and 3D. RGB value is (67,195,61). Sum of RGB (Red+Green+Blue) = 67+195+61=323 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.74% from 323); Green value is 195 (76.56% from 255 or 60.37% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 195 - color contains mainly: green. Hex color #43C33D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C33D is #BC3CC2. Grayscale: #8D8D8D. Windows color (decimal): -12336323 or 4047683. OLE color: 4047683.
HSL color Cylindrical-coordinate representation of color #43C33D: hue angle of 117.31º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43C33D is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 195 | 61 | - |
| CMYK | 0.66 | 0 | 0.69 | 0.24 |
| HSL | 117.31º | 0.53% | 0.5% | - |
| HSV(B) | 117.31º | 0.69% | 0.76% | - |
| XYZ | 22.67 | 40.56 | 11.05 | - |
| YUV | 141.45 | 82.59 | 74.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 195 | 61 | 0.66 | 0 | 0.69 | 0.24 | 117.31 | 0.53 | 0.5 |
| Hex | 43 | C3 | 3D | 42 | 0 | 45 | 18 | 75 | 35 | 32 |
| Octal | 103 | 303 | 75 | 102 | 0 | 105 | 30 | 165 | 65 | 62 |
| Binary | 1000011 | 11000011 | 111101 | 1000010 | 0 | 1000101 | 11000 | 1110101 | 110101 | 110010 |
Color Harmonies of #43C33D
Complementary color
Monochromatic Colors of #43C33D
Black with #43C33D
Text Example
Text Example
White with #43C33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C33D; }
p { color: rgb(67,195,61); }
H1.HeaderClassName
{
color: #43C33D;
}
.AnyTagClassName
{
color: #43C33D;
}
</style>
background-color css
<style>
a { background-color: #43C33D; }
a { background-color: rgb(67,195,61); }
div.DivClassName
{
background-color: #43C33D;
}
.BgClassName
{
background-color: #43C33D;
}
</style>
border-color css
<style>
span { border-color: #43C33D; }
span { border-color: rgb(67,195,61); }
td.TdClassName
{
border-color: #43C33D;
}
.TagClassName
{
border-color: #43C33D;
}
</style>