Shades of Lime Green #43C135
Tints of Lime Green #43C135
RGB
CMYK
RGB Variations
Color information
#43C135 (or 0x43C135) is known color: Lime Green. HEX triplet: 43, C1 and 35. RGB value is (67,193,53). Sum of RGB (Red+Green+Blue) = 67+193+53=313 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.41% from 313); Green value is 193 (75.78% from 255 or 61.66% from 313); Blue value is 53 (21.09% from 255 or 16.93% from 313); Max value from RGB is 193 - color contains mainly: green. Hex color #43C135 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C135 is #BC3ECA. Grayscale: #8B8B8B. Windows color (decimal): -12336843 or 3522883. OLE color: 3522883.
HSL color Cylindrical-coordinate representation of color #43C135: hue angle of 114º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43C135 is Cyan = 0.65, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 193 | 53 | - |
| CMYK | 0.65 | 0 | 0.73 | 0.24 |
| HSL | 114º | 0.57% | 0.48% | - |
| HSV(B) | 114º | 0.73% | 0.76% | - |
| XYZ | 22.03 | 39.59 | 9.85 | - |
| YUV | 139.37 | 79.26 | 76.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 193 | 53 | 0.65 | 0 | 0.73 | 0.24 | 114 | 0.57 | 0.48 |
| Hex | 43 | C1 | 35 | 41 | 0 | 49 | 18 | 72 | 39 | 30 |
| Octal | 103 | 301 | 65 | 101 | 0 | 111 | 30 | 162 | 71 | 60 |
| Binary | 1000011 | 11000001 | 110101 | 1000001 | 0 | 1001001 | 11000 | 1110010 | 111001 | 110000 |
Color Harmonies of #43C135
Complementary color
Monochromatic Colors of #43C135
Black with #43C135
Text Example
Text Example
White with #43C135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C135; }
p { color: rgb(67,193,53); }
H1.HeaderClassName
{
color: #43C135;
}
.AnyTagClassName
{
color: #43C135;
}
</style>
background-color css
<style>
a { background-color: #43C135; }
a { background-color: rgb(67,193,53); }
div.DivClassName
{
background-color: #43C135;
}
.BgClassName
{
background-color: #43C135;
}
</style>
border-color css
<style>
span { border-color: #43C135; }
span { border-color: rgb(67,193,53); }
td.TdClassName
{
border-color: #43C135;
}
.TagClassName
{
border-color: #43C135;
}
</style>