Shades of Lime Green #32AF23
Tints of Lime Green #32AF23
RGB
CMYK
RGB Variations
Color information
#32AF23 (or 0x32AF23) is known color: Lime Green. HEX triplet: 32, AF and 23. RGB value is (50,175,35). Sum of RGB (Red+Green+Blue) = 50+175+35=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 175 (68.75% from 255 or 67.31% from 260); Blue value is 35 (14.06% from 255 or 13.46% from 260); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF23 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AF23 is #CD50DC. Grayscale: #7A7A7A. Windows color (decimal): -13455581 or 2338610. OLE color: 2338610.
HSL color Cylindrical-coordinate representation of color #32AF23: hue angle of 113.57º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32AF23 is Cyan = 0.71, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 175 | 35 | - |
| CMYK | 0.71 | 0 | 0.8 | 0.31 |
| HSL | 113.57º | 0.67% | 0.41% | - |
| HSV(B) | 113.57º | 0.8% | 0.69% | - |
| XYZ | 16.95 | 31.46 | 6.77 | - |
| YUV | 121.67 | 79.09 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 35 | 0.71 | 0 | 0.8 | 0.31 | 113.57 | 0.67 | 0.41 |
| Hex | 32 | AF | 23 | 47 | 0 | 50 | 1F | 72 | 43 | 29 |
| Octal | 62 | 257 | 43 | 107 | 0 | 120 | 37 | 162 | 103 | 51 |
| Binary | 110010 | 10101111 | 100011 | 1000111 | 0 | 1010000 | 11111 | 1110010 | 1000011 | 101001 |
Color Harmonies of #32AF23
Complementary color
Monochromatic Colors of #32AF23
Black with #32AF23
Text Example
Text Example
White with #32AF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AF23; }
p { color: rgb(50,175,35); }
H1.HeaderClassName
{
color: #32AF23;
}
.AnyTagClassName
{
color: #32AF23;
}
</style>
background-color css
<style>
a { background-color: #32AF23; }
a { background-color: rgb(50,175,35); }
div.DivClassName
{
background-color: #32AF23;
}
.BgClassName
{
background-color: #32AF23;
}
</style>
border-color css
<style>
span { border-color: #32AF23; }
span { border-color: rgb(50,175,35); }
td.TdClassName
{
border-color: #32AF23;
}
.TagClassName
{
border-color: #32AF23;
}
</style>