Shades of Lime Green #32CD1F
Tints of Lime Green #32CD1F
RGB
CMYK
RGB Variations
Color information
#32CD1F (or 0x32CD1F) is known color: Lime Green. HEX triplet: 32, CD and 1F. RGB value is (50,205,31). Sum of RGB (Red+Green+Blue) = 50+205+31=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 205 (80.47% from 255 or 71.68% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 205 - color contains mainly: green. Hex color #32CD1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CD1F is #CD32E0. Grayscale: #8B8B8B. Windows color (decimal): -13447905 or 2084146. OLE color: 2084146.
HSL color Cylindrical-coordinate representation of color #32CD1F: hue angle of 113.45º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #32CD1F is Cyan = 0.76, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 205 | 31 | - |
| CMYK | 0.76 | 0 | 0.85 | 0.20 |
| HSL | 113.45º | 0.74% | 0.46% | - |
| HSV(B) | 113.45º | 0.85% | 0.8% | - |
| XYZ | 23.39 | 44.44 | 8.64 | - |
| YUV | 138.82 | 67.15 | 64.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 205 | 31 | 0.76 | 0 | 0.85 | 0.20 | 113.45 | 0.74 | 0.46 |
| Hex | 32 | CD | 1F | 4C | 0 | 55 | 14 | 71 | 4A | 2E |
| Octal | 62 | 315 | 37 | 114 | 0 | 125 | 24 | 161 | 112 | 56 |
| Binary | 110010 | 11001101 | 11111 | 1001100 | 0 | 1010101 | 10100 | 1110001 | 1001010 | 101110 |
Color Harmonies of #32CD1F
Complementary color
Monochromatic Colors of #32CD1F
Black with #32CD1F
Text Example
Text Example
White with #32CD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CD1F; }
p { color: rgb(50,205,31); }
H1.HeaderClassName
{
color: #32CD1F;
}
.AnyTagClassName
{
color: #32CD1F;
}
</style>
background-color css
<style>
a { background-color: #32CD1F; }
a { background-color: rgb(50,205,31); }
div.DivClassName
{
background-color: #32CD1F;
}
.BgClassName
{
background-color: #32CD1F;
}
</style>
border-color css
<style>
span { border-color: #32CD1F; }
span { border-color: rgb(50,205,31); }
td.TdClassName
{
border-color: #32CD1F;
}
.TagClassName
{
border-color: #32CD1F;
}
</style>