Shades of Lime Green #32F232
Tints of Lime Green #32F232
RGB
CMYK
RGB Variations
Color information
#32F232 (or 0x32F232) is known color: Lime Green. HEX triplet: 32, F2 and 32. RGB value is (50,242,50). Sum of RGB (Red+Green+Blue) = 50+242+50=342 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.62% from 342); Green value is 242 (94.92% from 255 or 70.76% from 342); Blue value is 50 (19.92% from 255 or 14.62% from 342); Max value from RGB is 242 - color contains mainly: green. Hex color #32F232 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F232 is #CD0DCD. Grayscale: #A3A3A3. Windows color (decimal): -13438414 or 3338802. OLE color: 3338802.
HSL color Cylindrical-coordinate representation of color #32F232: hue angle of 120º 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 #32F232 is Cyan = 0.79, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 242 | 50 | - |
| CMYK | 0.79 | 0 | 0.79 | 0.05 |
| HSL | 120º | 0.88% | 0.57% | - |
| HSV(B) | 120º | 0.79% | 0.95% | - |
| XYZ | 33.64 | 64.41 | 13.68 | - |
| YUV | 162.7 | 64.39 | 47.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 242 | 50 | 0.79 | 0 | 0.79 | 0.05 | 120 | 0.88 | 0.57 |
| Hex | 32 | F2 | 32 | 4F | 0 | 4F | 5 | 78 | 58 | 39 |
| Octal | 62 | 362 | 62 | 117 | 0 | 117 | 5 | 170 | 130 | 71 |
| Binary | 110010 | 11110010 | 110010 | 1001111 | 0 | 1001111 | 101 | 1111000 | 1011000 | 111001 |
Color Harmonies of #32F232
Complementary color
Monochromatic Colors of #32F232
Black with #32F232
Text Example
Text Example
White with #32F232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F232; }
p { color: rgb(50,242,50); }
H1.HeaderClassName
{
color: #32F232;
}
.AnyTagClassName
{
color: #32F232;
}
</style>
background-color css
<style>
a { background-color: #32F232; }
a { background-color: rgb(50,242,50); }
div.DivClassName
{
background-color: #32F232;
}
.BgClassName
{
background-color: #32F232;
}
</style>
border-color css
<style>
span { border-color: #32F232; }
span { border-color: rgb(50,242,50); }
td.TdClassName
{
border-color: #32F232;
}
.TagClassName
{
border-color: #32F232;
}
</style>