Shades of Lime Green #32FF34
Tints of Lime Green #32FF34
RGB
CMYK
RGB Variations
Color information
#32FF34 (or 0x32FF34) is known color: Lime Green. HEX triplet: 32, FF and 34. RGB value is (50,255,52). Sum of RGB (Red+Green+Blue) = 50+255+52=357 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.01% from 357); Green value is 255 (100% from 255 or 71.43% from 357); Blue value is 52 (20.70% from 255 or 14.57% from 357); Max value from RGB is 255 - color contains mainly: green. Hex color #32FF34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32FF34 is #CD00CB. Grayscale: #ABABAB. Windows color (decimal): -13435084 or 3473202. OLE color: 3473202.
HSL color Cylindrical-coordinate representation of color #32FF34: hue angle of 120.59º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FF34 is Cyan = 0.80, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 255 | 52 | - |
| CMYK | 0.80 | 0 | 0.80 | 0 |
| HSL | 120.59º | 1% | 0.6% | - |
| HSV(B) | 120.59º | 0.8% | 1% | - |
| XYZ | 37.7 | 72.45 | 15.25 | - |
| YUV | 170.56 | 61.08 | 42.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 255 | 52 | 0.80 | 0 | 0.80 | 0 | 120.59 | 1 | 0.6 |
| Hex | 32 | FF | 34 | 50 | 0 | 50 | 0 | 79 | 64 | 3C |
| Octal | 62 | 377 | 64 | 120 | 0 | 120 | 0 | 171 | 144 | 74 |
| Binary | 110010 | 11111111 | 110100 | 1010000 | 0 | 1010000 | 0 | 1111001 | 1100100 | 111100 |
Color Harmonies of #32FF34
Complementary color
Monochromatic Colors of #32FF34
Black with #32FF34
Text Example
Text Example
White with #32FF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FF34; }
p { color: rgb(50,255,52); }
H1.HeaderClassName
{
color: #32FF34;
}
.AnyTagClassName
{
color: #32FF34;
}
</style>
background-color css
<style>
a { background-color: #32FF34; }
a { background-color: rgb(50,255,52); }
div.DivClassName
{
background-color: #32FF34;
}
.BgClassName
{
background-color: #32FF34;
}
</style>
border-color css
<style>
span { border-color: #32FF34; }
span { border-color: rgb(50,255,52); }
td.TdClassName
{
border-color: #32FF34;
}
.TagClassName
{
border-color: #32FF34;
}
</style>