Shades of Lime Green #32F238
Tints of Lime Green #32F238
RGB
CMYK
RGB Variations
Color information
#32F238 (or 0x32F238) is known color: Lime Green. HEX triplet: 32, F2 and 38. RGB value is (50,242,56). Sum of RGB (Red+Green+Blue) = 50+242+56=348 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.37% from 348); Green value is 242 (94.92% from 255 or 69.54% from 348); Blue value is 56 (22.27% from 255 or 16.09% from 348); Max value from RGB is 242 - color contains mainly: green. Hex color #32F238 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F238 is #CD0DC7. Grayscale: #A3A3A3. Windows color (decimal): -13438408 or 3732018. OLE color: 3732018.
HSL color Cylindrical-coordinate representation of color #32F238: hue angle of 121.88º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32F238 is Cyan = 0.79, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 242 | 56 | - |
| CMYK | 0.79 | 0 | 0.77 | 0.05 |
| HSL | 121.88º | 0.88% | 0.57% | - |
| HSV(B) | 121.88º | 0.79% | 0.95% | - |
| XYZ | 33.78 | 64.47 | 14.4 | - |
| YUV | 163.39 | 67.39 | 47.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 242 | 56 | 0.79 | 0 | 0.77 | 0.05 | 121.88 | 0.88 | 0.57 |
| Hex | 32 | F2 | 38 | 4F | 0 | 4D | 5 | 7A | 58 | 39 |
| Octal | 62 | 362 | 70 | 117 | 0 | 115 | 5 | 172 | 130 | 71 |
| Binary | 110010 | 11110010 | 111000 | 1001111 | 0 | 1001101 | 101 | 1111010 | 1011000 | 111001 |
Color Harmonies of #32F238
Complementary color
Monochromatic Colors of #32F238
Black with #32F238
Text Example
Text Example
White with #32F238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F238; }
p { color: rgb(50,242,56); }
H1.HeaderClassName
{
color: #32F238;
}
.AnyTagClassName
{
color: #32F238;
}
</style>
background-color css
<style>
a { background-color: #32F238; }
a { background-color: rgb(50,242,56); }
div.DivClassName
{
background-color: #32F238;
}
.BgClassName
{
background-color: #32F238;
}
</style>
border-color css
<style>
span { border-color: #32F238; }
span { border-color: rgb(50,242,56); }
td.TdClassName
{
border-color: #32F238;
}
.TagClassName
{
border-color: #32F238;
}
</style>