Shades of Lime Green #43C34B
Tints of Lime Green #43C34B
RGB
CMYK
RGB Variations
Color information
#43C34B (or 0x43C34B) is known color: Lime Green. HEX triplet: 43, C3 and 4B. RGB value is (67,195,75). Sum of RGB (Red+Green+Blue) = 67+195+75=337 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.88% from 337); Green value is 195 (76.56% from 255 or 57.86% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 195 - color contains mainly: green. Hex color #43C34B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C34B is #BC3CB4. Grayscale: #8F8F8F. Windows color (decimal): -12336309 or 4965187. OLE color: 4965187.
HSL color Cylindrical-coordinate representation of color #43C34B: hue angle of 123.75º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #43C34B is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 195 | 75 | - |
| CMYK | 0.66 | 0 | 0.62 | 0.24 |
| HSL | 123.75º | 0.52% | 0.51% | - |
| HSV(B) | 123.75º | 0.66% | 0.76% | - |
| XYZ | 23.1 | 40.73 | 13.3 | - |
| YUV | 143.05 | 89.59 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 195 | 75 | 0.66 | 0 | 0.62 | 0.24 | 123.75 | 0.52 | 0.51 |
| Hex | 43 | C3 | 4B | 42 | 0 | 3E | 18 | 7C | 34 | 33 |
| Octal | 103 | 303 | 113 | 102 | 0 | 76 | 30 | 174 | 64 | 63 |
| Binary | 1000011 | 11000011 | 1001011 | 1000010 | 0 | 111110 | 11000 | 1111100 | 110100 | 110011 |
Color Harmonies of #43C34B
Complementary color
Monochromatic Colors of #43C34B
Black with #43C34B
Text Example
Text Example
White with #43C34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C34B; }
p { color: rgb(67,195,75); }
H1.HeaderClassName
{
color: #43C34B;
}
.AnyTagClassName
{
color: #43C34B;
}
</style>
background-color css
<style>
a { background-color: #43C34B; }
a { background-color: rgb(67,195,75); }
div.DivClassName
{
background-color: #43C34B;
}
.BgClassName
{
background-color: #43C34B;
}
</style>
border-color css
<style>
span { border-color: #43C34B; }
span { border-color: rgb(67,195,75); }
td.TdClassName
{
border-color: #43C34B;
}
.TagClassName
{
border-color: #43C34B;
}
</style>