Shades of Lime Green #32FF43
Tints of Lime Green #32FF43
RGB
CMYK
RGB Variations
Color information
#32FF43 (or 0x32FF43) is known color: Lime Green. HEX triplet: 32, FF and 43. RGB value is (50,255,67). Sum of RGB (Red+Green+Blue) = 50+255+67=372 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.44% from 372); Green value is 255 (100% from 255 or 68.55% from 372); Blue value is 67 (26.56% from 255 or 18.01% from 372); Max value from RGB is 255 - color contains mainly: green. Hex color #32FF43 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32FF43 is #CD00BC. Grayscale: #ACACAC. Windows color (decimal): -13435069 or 4456242. OLE color: 4456242.
HSL color Cylindrical-coordinate representation of color #32FF43: hue angle of 124.98º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FF43 is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 255 | 67 | - |
| CMYK | 0.80 | 0 | 0.74 | 0 |
| HSL | 124.98º | 1% | 0.6% | - |
| HSV(B) | 124.98º | 0.8% | 1% | - |
| XYZ | 38.09 | 72.6 | 17.32 | - |
| YUV | 172.27 | 68.58 | 40.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 255 | 67 | 0.80 | 0 | 0.74 | 0 | 124.98 | 1 | 0.6 |
| Hex | 32 | FF | 43 | 50 | 0 | 4A | 0 | 7D | 64 | 3C |
| Octal | 62 | 377 | 103 | 120 | 0 | 112 | 0 | 175 | 144 | 74 |
| Binary | 110010 | 11111111 | 1000011 | 1010000 | 0 | 1001010 | 0 | 1111101 | 1100100 | 111100 |
Color Harmonies of #32FF43
Complementary color
Monochromatic Colors of #32FF43
Black with #32FF43
Text Example
Text Example
White with #32FF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FF43; }
p { color: rgb(50,255,67); }
H1.HeaderClassName
{
color: #32FF43;
}
.AnyTagClassName
{
color: #32FF43;
}
</style>
background-color css
<style>
a { background-color: #32FF43; }
a { background-color: rgb(50,255,67); }
div.DivClassName
{
background-color: #32FF43;
}
.BgClassName
{
background-color: #32FF43;
}
</style>
border-color css
<style>
span { border-color: #32FF43; }
span { border-color: rgb(50,255,67); }
td.TdClassName
{
border-color: #32FF43;
}
.TagClassName
{
border-color: #32FF43;
}
</style>