Shades of Lime Green #32F123
Tints of Lime Green #32F123
RGB
CMYK
RGB Variations
Color information
#32F123 (or 0x32F123) is known color: Lime Green. HEX triplet: 32, F1 and 23. RGB value is (50,241,35). Sum of RGB (Red+Green+Blue) = 50+241+35=326 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.34% from 326); Green value is 241 (94.53% from 255 or 73.93% from 326); Blue value is 35 (14.06% from 255 or 10.74% from 326); Max value from RGB is 241 - color contains mainly: green. Hex color #32F123 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F123 is #CD0EDC. Grayscale: #A1A1A1. Windows color (decimal): -13438685 or 2355506. OLE color: 2355506.
HSL color Cylindrical-coordinate representation of color #32F123: hue angle of 115.63º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #32F123 is Cyan = 0.79, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 241 | 35 | - |
| CMYK | 0.79 | 0 | 0.85 | 0.05 |
| HSL | 115.63º | 0.88% | 0.54% | - |
| HSV(B) | 115.63º | 0.85% | 0.95% | - |
| XYZ | 33.07 | 63.71 | 12.14 | - |
| YUV | 160.41 | 57.22 | 49.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 241 | 35 | 0.79 | 0 | 0.85 | 0.05 | 115.63 | 0.88 | 0.54 |
| Hex | 32 | F1 | 23 | 4F | 0 | 55 | 5 | 74 | 58 | 36 |
| Octal | 62 | 361 | 43 | 117 | 0 | 125 | 5 | 164 | 130 | 66 |
| Binary | 110010 | 11110001 | 100011 | 1001111 | 0 | 1010101 | 101 | 1110100 | 1011000 | 110110 |
Color Harmonies of #32F123
Complementary color
Monochromatic Colors of #32F123
Black with #32F123
Text Example
Text Example
White with #32F123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F123; }
p { color: rgb(50,241,35); }
H1.HeaderClassName
{
color: #32F123;
}
.AnyTagClassName
{
color: #32F123;
}
</style>
background-color css
<style>
a { background-color: #32F123; }
a { background-color: rgb(50,241,35); }
div.DivClassName
{
background-color: #32F123;
}
.BgClassName
{
background-color: #32F123;
}
</style>
border-color css
<style>
span { border-color: #32F123; }
span { border-color: rgb(50,241,35); }
td.TdClassName
{
border-color: #32F123;
}
.TagClassName
{
border-color: #32F123;
}
</style>