Shades of Lime Green #43C433
Tints of Lime Green #43C433
RGB
CMYK
RGB Variations
Color information
#43C433 (or 0x43C433) is known color: Lime Green. HEX triplet: 43, C4 and 33. RGB value is (67,196,51). Sum of RGB (Red+Green+Blue) = 67+196+51=314 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.34% from 314); Green value is 196 (76.95% from 255 or 62.42% from 314); Blue value is 51 (20.31% from 255 or 16.24% from 314); Max value from RGB is 196 - color contains mainly: green. Hex color #43C433 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C433 is #BC3BCC. Grayscale: #8D8D8D. Windows color (decimal): -12336077 or 3392579. OLE color: 3392579.
HSL color Cylindrical-coordinate representation of color #43C433: hue angle of 113.38º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #43C433 is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 67 | 196 | 51 | - |
| CMYK | 0.66 | 0 | 0.74 | 0.23 |
| HSL | 113.38º | 0.59% | 0.48% | - |
| HSV(B) | 113.38º | 0.74% | 0.77% | - |
| XYZ | 22.65 | 40.91 | 9.83 | - |
| YUV | 140.9 | 77.26 | 75.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 196 | 51 | 0.66 | 0 | 0.74 | 0.23 | 113.38 | 0.59 | 0.48 |
| Hex | 43 | C4 | 33 | 42 | 0 | 4A | 17 | 71 | 3B | 30 |
| Octal | 103 | 304 | 63 | 102 | 0 | 112 | 27 | 161 | 73 | 60 |
| Binary | 1000011 | 11000100 | 110011 | 1000010 | 0 | 1001010 | 10111 | 1110001 | 111011 | 110000 |
Color Harmonies of #43C433
Complementary color
Monochromatic Colors of #43C433
Black with #43C433
Text Example
Text Example
White with #43C433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C433; }
p { color: rgb(67,196,51); }
H1.HeaderClassName
{
color: #43C433;
}
.AnyTagClassName
{
color: #43C433;
}
</style>
background-color css
<style>
a { background-color: #43C433; }
a { background-color: rgb(67,196,51); }
div.DivClassName
{
background-color: #43C433;
}
.BgClassName
{
background-color: #43C433;
}
</style>
border-color css
<style>
span { border-color: #43C433; }
span { border-color: rgb(67,196,51); }
td.TdClassName
{
border-color: #43C433;
}
.TagClassName
{
border-color: #43C433;
}
</style>