Shades of Lime Green #43C233
Tints of Lime Green #43C233
RGB
CMYK
RGB Variations
Color information
#43C233 (or 0x43C233) is known color: Lime Green. HEX triplet: 43, C2 and 33. RGB value is (67,194,51). Sum of RGB (Red+Green+Blue) = 67+194+51=312 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.47% from 312); Green value is 194 (76.17% from 255 or 62.18% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 194 - color contains mainly: green. Hex color #43C233 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C233 is #BC3DCC. Grayscale: #8C8C8C. Windows color (decimal): -12336589 or 3392067. OLE color: 3392067.
HSL color Cylindrical-coordinate representation of color #43C233: hue angle of 113.29º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #43C233 is Cyan = 0.65, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 194 | 51 | - |
| CMYK | 0.65 | 0 | 0.74 | 0.24 |
| HSL | 113.29º | 0.58% | 0.48% | - |
| HSV(B) | 113.29º | 0.74% | 0.76% | - |
| XYZ | 22.2 | 40.02 | 9.69 | - |
| YUV | 139.73 | 77.92 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 194 | 51 | 0.65 | 0 | 0.74 | 0.24 | 113.29 | 0.58 | 0.48 |
| Hex | 43 | C2 | 33 | 41 | 0 | 4A | 18 | 71 | 3A | 30 |
| Octal | 103 | 302 | 63 | 101 | 0 | 112 | 30 | 161 | 72 | 60 |
| Binary | 1000011 | 11000010 | 110011 | 1000001 | 0 | 1001010 | 11000 | 1110001 | 111010 | 110000 |
Color Harmonies of #43C233
Complementary color
Monochromatic Colors of #43C233
Black with #43C233
Text Example
Text Example
White with #43C233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C233; }
p { color: rgb(67,194,51); }
H1.HeaderClassName
{
color: #43C233;
}
.AnyTagClassName
{
color: #43C233;
}
</style>
background-color css
<style>
a { background-color: #43C233; }
a { background-color: rgb(67,194,51); }
div.DivClassName
{
background-color: #43C233;
}
.BgClassName
{
background-color: #43C233;
}
</style>
border-color css
<style>
span { border-color: #43C233; }
span { border-color: rgb(67,194,51); }
td.TdClassName
{
border-color: #43C233;
}
.TagClassName
{
border-color: #43C233;
}
</style>