Shades of Lime Green #32FF38
Tints of Lime Green #32FF38
RGB
CMYK
RGB Variations
Color information
#32FF38 (or 0x32FF38) is known color: Lime Green. HEX triplet: 32, FF and 38. RGB value is (50,255,56). Sum of RGB (Red+Green+Blue) = 50+255+56=361 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.85% from 361); Green value is 255 (100% from 255 or 70.64% from 361); Blue value is 56 (22.27% from 255 or 15.51% from 361); Max value from RGB is 255 - color contains mainly: green. Hex color #32FF38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32FF38 is #CD00C7. Grayscale: #ABABAB. Windows color (decimal): -13435080 or 3735346. OLE color: 3735346.
HSL color Cylindrical-coordinate representation of color #32FF38: hue angle of 121.76º 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 #32FF38 is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 255 | 56 | - |
| CMYK | 0.80 | 0 | 0.78 | 0 |
| HSL | 121.76º | 1% | 0.6% | - |
| HSV(B) | 121.76º | 0.8% | 1% | - |
| XYZ | 37.79 | 72.48 | 15.74 | - |
| YUV | 171.02 | 63.08 | 41.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 255 | 56 | 0.80 | 0 | 0.78 | 0 | 121.76 | 1 | 0.6 |
| Hex | 32 | FF | 38 | 50 | 0 | 4E | 0 | 7A | 64 | 3C |
| Octal | 62 | 377 | 70 | 120 | 0 | 116 | 0 | 172 | 144 | 74 |
| Binary | 110010 | 11111111 | 111000 | 1010000 | 0 | 1001110 | 0 | 1111010 | 1100100 | 111100 |
Color Harmonies of #32FF38
Complementary color
Monochromatic Colors of #32FF38
Black with #32FF38
Text Example
Text Example
White with #32FF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FF38; }
p { color: rgb(50,255,56); }
H1.HeaderClassName
{
color: #32FF38;
}
.AnyTagClassName
{
color: #32FF38;
}
</style>
background-color css
<style>
a { background-color: #32FF38; }
a { background-color: rgb(50,255,56); }
div.DivClassName
{
background-color: #32FF38;
}
.BgClassName
{
background-color: #32FF38;
}
</style>
border-color css
<style>
span { border-color: #32FF38; }
span { border-color: rgb(50,255,56); }
td.TdClassName
{
border-color: #32FF38;
}
.TagClassName
{
border-color: #32FF38;
}
</style>