Shades of Lime Green #32F34C
Tints of Lime Green #32F34C
RGB
CMYK
RGB Variations
Color information
#32F34C (or 0x32F34C) is known color: Lime Green. HEX triplet: 32, F3 and 4C. RGB value is (50,243,76). Sum of RGB (Red+Green+Blue) = 50+243+76=369 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.55% from 369); Green value is 243 (95.31% from 255 or 65.85% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 243 - color contains mainly: green. Hex color #32F34C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F34C is #CD0CB3. Grayscale: #A6A6A6. Windows color (decimal): -13438132 or 5042994. OLE color: 5042994.
HSL color Cylindrical-coordinate representation of color #32F34C: hue angle of 128.08º degrees, saturation: 0.89, 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 #32F34C is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 243 | 76 | - |
| CMYK | 0.79 | 0 | 0.69 | 0.05 |
| HSL | 128.08º | 0.89% | 0.57% | - |
| HSV(B) | 128.08º | 0.79% | 0.95% | - |
| XYZ | 34.67 | 65.3 | 17.61 | - |
| YUV | 166.26 | 77.06 | 45.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 243 | 76 | 0.79 | 0 | 0.69 | 0.05 | 128.08 | 0.89 | 0.57 |
| Hex | 32 | F3 | 4C | 4F | 0 | 45 | 5 | 80 | 59 | 39 |
| Octal | 62 | 363 | 114 | 117 | 0 | 105 | 5 | 200 | 131 | 71 |
| Binary | 110010 | 11110011 | 1001100 | 1001111 | 0 | 1000101 | 101 | 10000000 | 1011001 | 111001 |
Color Harmonies of #32F34C
Complementary color
Monochromatic Colors of #32F34C
Black with #32F34C
Text Example
Text Example
White with #32F34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F34C; }
p { color: rgb(50,243,76); }
H1.HeaderClassName
{
color: #32F34C;
}
.AnyTagClassName
{
color: #32F34C;
}
</style>
background-color css
<style>
a { background-color: #32F34C; }
a { background-color: rgb(50,243,76); }
div.DivClassName
{
background-color: #32F34C;
}
.BgClassName
{
background-color: #32F34C;
}
</style>
border-color css
<style>
span { border-color: #32F34C; }
span { border-color: rgb(50,243,76); }
td.TdClassName
{
border-color: #32F34C;
}
.TagClassName
{
border-color: #32F34C;
}
</style>