Shades of Lime Green #32BE3E
Tints of Lime Green #32BE3E
RGB
CMYK
RGB Variations
Color information
#32BE3E (or 0x32BE3E) is known color: Lime Green. HEX triplet: 32, BE and 3E. RGB value is (50,190,62). Sum of RGB (Red+Green+Blue) = 50+190+62=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 190 (74.61% from 255 or 62.91% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 190 - color contains mainly: green. Hex color #32BE3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BE3E is #CD41C1. Grayscale: #858585. Windows color (decimal): -13451714 or 4111922. OLE color: 4111922.
HSL color Cylindrical-coordinate representation of color #32BE3E: hue angle of 125.14º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32BE3E is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 190 | 62 | - |
| CMYK | 0.74 | 0 | 0.67 | 0.25 |
| HSL | 125.14º | 0.58% | 0.47% | - |
| HSV(B) | 125.14º | 0.74% | 0.75% | - |
| XYZ | 20.6 | 37.85 | 10.78 | - |
| YUV | 133.55 | 87.62 | 68.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 190 | 62 | 0.74 | 0 | 0.67 | 0.25 | 125.14 | 0.58 | 0.47 |
| Hex | 32 | BE | 3E | 4A | 0 | 43 | 19 | 7D | 3A | 2F |
| Octal | 62 | 276 | 76 | 112 | 0 | 103 | 31 | 175 | 72 | 57 |
| Binary | 110010 | 10111110 | 111110 | 1001010 | 0 | 1000011 | 11001 | 1111101 | 111010 | 101111 |
Color Harmonies of #32BE3E
Complementary color
Monochromatic Colors of #32BE3E
Black with #32BE3E
Text Example
Text Example
White with #32BE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BE3E; }
p { color: rgb(50,190,62); }
H1.HeaderClassName
{
color: #32BE3E;
}
.AnyTagClassName
{
color: #32BE3E;
}
</style>
background-color css
<style>
a { background-color: #32BE3E; }
a { background-color: rgb(50,190,62); }
div.DivClassName
{
background-color: #32BE3E;
}
.BgClassName
{
background-color: #32BE3E;
}
</style>
border-color css
<style>
span { border-color: #32BE3E; }
span { border-color: rgb(50,190,62); }
td.TdClassName
{
border-color: #32BE3E;
}
.TagClassName
{
border-color: #32BE3E;
}
</style>