Shades of Lime Green #32F13F
Tints of Lime Green #32F13F
RGB
CMYK
RGB Variations
Color information
#32F13F (or 0x32F13F) is known color: Lime Green. HEX triplet: 32, F1 and 3F. RGB value is (50,241,63). Sum of RGB (Red+Green+Blue) = 50+241+63=354 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.12% from 354); Green value is 241 (94.53% from 255 or 68.08% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 241 - color contains mainly: green. Hex color #32F13F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F13F is #CD0EC0. Grayscale: #A4A4A4. Windows color (decimal): -13438657 or 4190514. OLE color: 4190514.
HSL color Cylindrical-coordinate representation of color #32F13F: hue angle of 124.08º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32F13F is Cyan = 0.79, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 241 | 63 | - |
| CMYK | 0.79 | 0 | 0.74 | 0.05 |
| HSL | 124.08º | 0.87% | 0.57% | - |
| HSV(B) | 124.08º | 0.79% | 0.95% | - |
| XYZ | 33.67 | 63.95 | 15.27 | - |
| YUV | 163.6 | 71.22 | 46.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 241 | 63 | 0.79 | 0 | 0.74 | 0.05 | 124.08 | 0.87 | 0.57 |
| Hex | 32 | F1 | 3F | 4F | 0 | 4A | 5 | 7C | 57 | 39 |
| Octal | 62 | 361 | 77 | 117 | 0 | 112 | 5 | 174 | 127 | 71 |
| Binary | 110010 | 11110001 | 111111 | 1001111 | 0 | 1001010 | 101 | 1111100 | 1010111 | 111001 |
Color Harmonies of #32F13F
Complementary color
Monochromatic Colors of #32F13F
Black with #32F13F
Text Example
Text Example
White with #32F13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F13F; }
p { color: rgb(50,241,63); }
H1.HeaderClassName
{
color: #32F13F;
}
.AnyTagClassName
{
color: #32F13F;
}
</style>
background-color css
<style>
a { background-color: #32F13F; }
a { background-color: rgb(50,241,63); }
div.DivClassName
{
background-color: #32F13F;
}
.BgClassName
{
background-color: #32F13F;
}
</style>
border-color css
<style>
span { border-color: #32F13F; }
span { border-color: rgb(50,241,63); }
td.TdClassName
{
border-color: #32F13F;
}
.TagClassName
{
border-color: #32F13F;
}
</style>