Shades of Lime Green #32FF3D
Tints of Lime Green #32FF3D
RGB
CMYK
RGB Variations
Color information
#32FF3D (or 0x32FF3D) is known color: Lime Green. HEX triplet: 32, FF and 3D. RGB value is (50,255,61). Sum of RGB (Red+Green+Blue) = 50+255+61=366 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.66% from 366); Green value is 255 (100% from 255 or 69.67% from 366); Blue value is 61 (24.22% from 255 or 16.67% from 366); Max value from RGB is 255 - color contains mainly: green. Hex color #32FF3D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32FF3D is #CD00C2. Grayscale: #ACACAC. Windows color (decimal): -13435075 or 4063026. OLE color: 4063026.
HSL color Cylindrical-coordinate representation of color #32FF3D: hue angle of 123.22º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FF3D is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 255 | 61 | - |
| CMYK | 0.80 | 0 | 0.76 | 0 |
| HSL | 123.22º | 1% | 0.6% | - |
| HSV(B) | 123.22º | 0.8% | 1% | - |
| XYZ | 37.92 | 72.54 | 16.42 | - |
| YUV | 171.59 | 65.58 | 41.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 255 | 61 | 0.80 | 0 | 0.76 | 0 | 123.22 | 1 | 0.6 |
| Hex | 32 | FF | 3D | 50 | 0 | 4C | 0 | 7B | 64 | 3C |
| Octal | 62 | 377 | 75 | 120 | 0 | 114 | 0 | 173 | 144 | 74 |
| Binary | 110010 | 11111111 | 111101 | 1010000 | 0 | 1001100 | 0 | 1111011 | 1100100 | 111100 |
Color Harmonies of #32FF3D
Complementary color
Monochromatic Colors of #32FF3D
Black with #32FF3D
Text Example
Text Example
White with #32FF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FF3D; }
p { color: rgb(50,255,61); }
H1.HeaderClassName
{
color: #32FF3D;
}
.AnyTagClassName
{
color: #32FF3D;
}
</style>
background-color css
<style>
a { background-color: #32FF3D; }
a { background-color: rgb(50,255,61); }
div.DivClassName
{
background-color: #32FF3D;
}
.BgClassName
{
background-color: #32FF3D;
}
</style>
border-color css
<style>
span { border-color: #32FF3D; }
span { border-color: rgb(50,255,61); }
td.TdClassName
{
border-color: #32FF3D;
}
.TagClassName
{
border-color: #32FF3D;
}
</style>