Shades of Lime Green #32B23D
Tints of Lime Green #32B23D
RGB
CMYK
RGB Variations
Color information
#32B23D (or 0x32B23D) is known color: Lime Green. HEX triplet: 32, B2 and 3D. RGB value is (50,178,61). Sum of RGB (Red+Green+Blue) = 50+178+61=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 178 (69.92% from 255 or 61.59% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 178 - color contains mainly: green. Hex color #32B23D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32B23D is #CD4DC2. Grayscale: #7E7E7E. Windows color (decimal): -13454787 or 4043314. OLE color: 4043314.
HSL color Cylindrical-coordinate representation of color #32B23D: hue angle of 125.16º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B23D is Cyan = 0.72, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 50 | 178 | 61 | - |
| CMYK | 0.72 | 0 | 0.66 | 0.30 |
| HSL | 125.16º | 0.56% | 0.45% | - |
| HSV(B) | 125.16º | 0.72% | 0.7% | - |
| XYZ | 18.08 | 32.86 | 9.8 | - |
| YUV | 126.39 | 91.09 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 178 | 61 | 0.72 | 0 | 0.66 | 0.30 | 125.16 | 0.56 | 0.45 |
| Hex | 32 | B2 | 3D | 48 | 0 | 42 | 1E | 7D | 38 | 2D |
| Octal | 62 | 262 | 75 | 110 | 0 | 102 | 36 | 175 | 70 | 55 |
| Binary | 110010 | 10110010 | 111101 | 1001000 | 0 | 1000010 | 11110 | 1111101 | 111000 | 101101 |
Color Harmonies of #32B23D
Complementary color
Monochromatic Colors of #32B23D
Black with #32B23D
Text Example
Text Example
White with #32B23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B23D; }
p { color: rgb(50,178,61); }
H1.HeaderClassName
{
color: #32B23D;
}
.AnyTagClassName
{
color: #32B23D;
}
</style>
background-color css
<style>
a { background-color: #32B23D; }
a { background-color: rgb(50,178,61); }
div.DivClassName
{
background-color: #32B23D;
}
.BgClassName
{
background-color: #32B23D;
}
</style>
border-color css
<style>
span { border-color: #32B23D; }
span { border-color: rgb(50,178,61); }
td.TdClassName
{
border-color: #32B23D;
}
.TagClassName
{
border-color: #32B23D;
}
</style>