Shades of Lime Green #32B23C
Tints of Lime Green #32B23C
RGB
CMYK
RGB Variations
Color information
#32B23C (or 0x32B23C) is known color: Lime Green. HEX triplet: 32, B2 and 3C. RGB value is (50,178,60). Sum of RGB (Red+Green+Blue) = 50+178+60=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 178 (69.92% from 255 or 61.81% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 178 - color contains mainly: green. Hex color #32B23C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32B23C is #CD4DC3. Grayscale: #7E7E7E. Windows color (decimal): -13454788 or 3977778. OLE color: 3977778.
HSL color Cylindrical-coordinate representation of color #32B23C: hue angle of 124.69º 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 #32B23C is Cyan = 0.72, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 50 | 178 | 60 | - |
| CMYK | 0.72 | 0 | 0.66 | 0.30 |
| HSL | 124.69º | 0.56% | 0.45% | - |
| HSV(B) | 124.69º | 0.72% | 0.7% | - |
| XYZ | 18.05 | 32.85 | 9.66 | - |
| YUV | 126.28 | 90.59 | 73.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 178 | 60 | 0.72 | 0 | 0.66 | 0.30 | 124.69 | 0.56 | 0.45 |
| Hex | 32 | B2 | 3C | 48 | 0 | 42 | 1E | 7D | 38 | 2D |
| Octal | 62 | 262 | 74 | 110 | 0 | 102 | 36 | 175 | 70 | 55 |
| Binary | 110010 | 10110010 | 111100 | 1001000 | 0 | 1000010 | 11110 | 1111101 | 111000 | 101101 |
Color Harmonies of #32B23C
Complementary color
Monochromatic Colors of #32B23C
Black with #32B23C
Text Example
Text Example
White with #32B23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B23C; }
p { color: rgb(50,178,60); }
H1.HeaderClassName
{
color: #32B23C;
}
.AnyTagClassName
{
color: #32B23C;
}
</style>
background-color css
<style>
a { background-color: #32B23C; }
a { background-color: rgb(50,178,60); }
div.DivClassName
{
background-color: #32B23C;
}
.BgClassName
{
background-color: #32B23C;
}
</style>
border-color css
<style>
span { border-color: #32B23C; }
span { border-color: rgb(50,178,60); }
td.TdClassName
{
border-color: #32B23C;
}
.TagClassName
{
border-color: #32B23C;
}
</style>