Shades of Lime Green #32FA3D
Tints of Lime Green #32FA3D
RGB
CMYK
RGB Variations
Color information
#32FA3D (or 0x32FA3D) is known color: Lime Green. HEX triplet: 32, FA and 3D. RGB value is (50,250,61). Sum of RGB (Red+Green+Blue) = 50+250+61=361 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.85% from 361); Green value is 250 (98.05% from 255 or 69.25% from 361); Blue value is 61 (24.22% from 255 or 16.90% from 361); Max value from RGB is 250 - color contains mainly: green. Hex color #32FA3D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32FA3D is #CD05C2. Grayscale: #A9A9A9. Windows color (decimal): -13436355 or 4061746. OLE color: 4061746.
HSL color Cylindrical-coordinate representation of color #32FA3D: hue angle of 123.3º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FA3D is Cyan = 0.8, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 250 | 61 | - |
| CMYK | 0.8 | 0 | 0.76 | 0.02 |
| HSL | 123.3º | 0.95% | 0.59% | - |
| HSV(B) | 123.3º | 0.8% | 0.98% | - |
| XYZ | 36.34 | 69.39 | 15.89 | - |
| YUV | 168.65 | 67.24 | 43.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 250 | 61 | 0.8 | 0 | 0.76 | 0.02 | 123.3 | 0.95 | 0.59 |
| Hex | 32 | FA | 3D | 50 | 0 | 4C | 2 | 7B | 5F | 3B |
| Octal | 62 | 372 | 75 | 120 | 0 | 114 | 2 | 173 | 137 | 73 |
| Binary | 110010 | 11111010 | 111101 | 1010000 | 0 | 1001100 | 10 | 1111011 | 1011111 | 111011 |
Color Harmonies of #32FA3D
Complementary color
Monochromatic Colors of #32FA3D
Black with #32FA3D
Text Example
Text Example
White with #32FA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FA3D; }
p { color: rgb(50,250,61); }
H1.HeaderClassName
{
color: #32FA3D;
}
.AnyTagClassName
{
color: #32FA3D;
}
</style>
background-color css
<style>
a { background-color: #32FA3D; }
a { background-color: rgb(50,250,61); }
div.DivClassName
{
background-color: #32FA3D;
}
.BgClassName
{
background-color: #32FA3D;
}
</style>
border-color css
<style>
span { border-color: #32FA3D; }
span { border-color: rgb(50,250,61); }
td.TdClassName
{
border-color: #32FA3D;
}
.TagClassName
{
border-color: #32FA3D;
}
</style>