Shades of Lime Green #32FD3D
Tints of Lime Green #32FD3D
RGB
CMYK
RGB Variations
Color information
#32FD3D (or 0x32FD3D) is known color: Lime Green. HEX triplet: 32, FD and 3D. RGB value is (50,253,61). Sum of RGB (Red+Green+Blue) = 50+253+61=364 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.74% from 364); Green value is 253 (99.22% from 255 or 69.51% from 364); Blue value is 61 (24.22% from 255 or 16.76% from 364); Max value from RGB is 253 - color contains mainly: green. Hex color #32FD3D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32FD3D is #CD02C2. Grayscale: #AAAAAA. Windows color (decimal): -13435587 or 4062514. OLE color: 4062514.
HSL color Cylindrical-coordinate representation of color #32FD3D: hue angle of 123.25º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FD3D is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 253 | 61 | - |
| CMYK | 0.80 | 0 | 0.76 | 0.01 |
| HSL | 123.25º | 0.98% | 0.59% | - |
| HSV(B) | 123.25º | 0.8% | 0.99% | - |
| XYZ | 37.28 | 71.27 | 16.21 | - |
| YUV | 170.42 | 66.25 | 42.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 253 | 61 | 0.80 | 0 | 0.76 | 0.01 | 123.25 | 0.98 | 0.59 |
| Hex | 32 | FD | 3D | 50 | 0 | 4C | 1 | 7B | 62 | 3B |
| Octal | 62 | 375 | 75 | 120 | 0 | 114 | 1 | 173 | 142 | 73 |
| Binary | 110010 | 11111101 | 111101 | 1010000 | 0 | 1001100 | 1 | 1111011 | 1100010 | 111011 |
Color Harmonies of #32FD3D
Complementary color
Monochromatic Colors of #32FD3D
Black with #32FD3D
Text Example
Text Example
White with #32FD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FD3D; }
p { color: rgb(50,253,61); }
H1.HeaderClassName
{
color: #32FD3D;
}
.AnyTagClassName
{
color: #32FD3D;
}
</style>
background-color css
<style>
a { background-color: #32FD3D; }
a { background-color: rgb(50,253,61); }
div.DivClassName
{
background-color: #32FD3D;
}
.BgClassName
{
background-color: #32FD3D;
}
</style>
border-color css
<style>
span { border-color: #32FD3D; }
span { border-color: rgb(50,253,61); }
td.TdClassName
{
border-color: #32FD3D;
}
.TagClassName
{
border-color: #32FD3D;
}
</style>