Shades of Lime Green #32F32D
Tints of Lime Green #32F32D
RGB
CMYK
RGB Variations
Color information
#32F32D (or 0x32F32D) is known color: Lime Green. HEX triplet: 32, F3 and 2D. RGB value is (50,243,45). Sum of RGB (Red+Green+Blue) = 50+243+45=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 243 (95.31% from 255 or 71.89% from 338); Blue value is 45 (17.97% from 255 or 13.31% from 338); Max value from RGB is 243 - color contains mainly: green. Hex color #32F32D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F32D is #CD0CD2. Grayscale: #A3A3A3. Windows color (decimal): -13438163 or 3011378. OLE color: 3011378.
HSL color Cylindrical-coordinate representation of color #32F32D: hue angle of 118.48º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #32F32D is Cyan = 0.79, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 243 | 45 | - |
| CMYK | 0.79 | 0 | 0.81 | 0.05 |
| HSL | 118.48º | 0.89% | 0.56% | - |
| HSV(B) | 118.48º | 0.81% | 0.95% | - |
| XYZ | 33.84 | 64.97 | 13.24 | - |
| YUV | 162.72 | 61.56 | 47.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 243 | 45 | 0.79 | 0 | 0.81 | 0.05 | 118.48 | 0.89 | 0.56 |
| Hex | 32 | F3 | 2D | 4F | 0 | 51 | 5 | 76 | 59 | 38 |
| Octal | 62 | 363 | 55 | 117 | 0 | 121 | 5 | 166 | 131 | 70 |
| Binary | 110010 | 11110011 | 101101 | 1001111 | 0 | 1010001 | 101 | 1110110 | 1011001 | 111000 |
Color Harmonies of #32F32D
Complementary color
Monochromatic Colors of #32F32D
Black with #32F32D
Text Example
Text Example
White with #32F32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F32D; }
p { color: rgb(50,243,45); }
H1.HeaderClassName
{
color: #32F32D;
}
.AnyTagClassName
{
color: #32F32D;
}
</style>
background-color css
<style>
a { background-color: #32F32D; }
a { background-color: rgb(50,243,45); }
div.DivClassName
{
background-color: #32F32D;
}
.BgClassName
{
background-color: #32F32D;
}
</style>
border-color css
<style>
span { border-color: #32F32D; }
span { border-color: rgb(50,243,45); }
td.TdClassName
{
border-color: #32F32D;
}
.TagClassName
{
border-color: #32F32D;
}
</style>