Shades of Lime Green #32B13D
Tints of Lime Green #32B13D
RGB
CMYK
RGB Variations
Color information
#32B13D (or 0x32B13D) is known color: Lime Green. HEX triplet: 32, B1 and 3D. RGB value is (50,177,61). Sum of RGB (Red+Green+Blue) = 50+177+61=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 177 (69.53% from 255 or 61.46% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 177 - color contains mainly: green. Hex color #32B13D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32B13D is #CD4EC2. Grayscale: #7E7E7E. Windows color (decimal): -13455043 or 4043058. OLE color: 4043058.
HSL color Cylindrical-coordinate representation of color #32B13D: hue angle of 125.2º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B13D is Cyan = 0.72, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 177 | 61 | - |
| CMYK | 0.72 | 0 | 0.66 | 0.31 |
| HSL | 125.2º | 0.56% | 0.45% | - |
| HSV(B) | 125.2º | 0.72% | 0.69% | - |
| XYZ | 17.88 | 32.46 | 9.74 | - |
| YUV | 125.8 | 91.42 | 73.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 177 | 61 | 0.72 | 0 | 0.66 | 0.31 | 125.2 | 0.56 | 0.45 |
| Hex | 32 | B1 | 3D | 48 | 0 | 42 | 1F | 7D | 38 | 2D |
| Octal | 62 | 261 | 75 | 110 | 0 | 102 | 37 | 175 | 70 | 55 |
| Binary | 110010 | 10110001 | 111101 | 1001000 | 0 | 1000010 | 11111 | 1111101 | 111000 | 101101 |
Color Harmonies of #32B13D
Complementary color
Monochromatic Colors of #32B13D
Black with #32B13D
Text Example
Text Example
White with #32B13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B13D; }
p { color: rgb(50,177,61); }
H1.HeaderClassName
{
color: #32B13D;
}
.AnyTagClassName
{
color: #32B13D;
}
</style>
background-color css
<style>
a { background-color: #32B13D; }
a { background-color: rgb(50,177,61); }
div.DivClassName
{
background-color: #32B13D;
}
.BgClassName
{
background-color: #32B13D;
}
</style>
border-color css
<style>
span { border-color: #32B13D; }
span { border-color: rgb(50,177,61); }
td.TdClassName
{
border-color: #32B13D;
}
.TagClassName
{
border-color: #32B13D;
}
</style>