Shades of Lime Green #32F344
Tints of Lime Green #32F344
RGB
CMYK
RGB Variations
Color information
#32F344 (or 0x32F344) is known color: Lime Green. HEX triplet: 32, F3 and 44. RGB value is (50,243,68). Sum of RGB (Red+Green+Blue) = 50+243+68=361 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.85% from 361); Green value is 243 (95.31% from 255 or 67.31% from 361); Blue value is 68 (26.95% from 255 or 18.84% from 361); Max value from RGB is 243 - color contains mainly: green. Hex color #32F344 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F344 is #CD0CBB. Grayscale: #A5A5A5. Windows color (decimal): -13438140 or 4518706. OLE color: 4518706.
HSL color Cylindrical-coordinate representation of color #32F344: hue angle of 125.6º 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 #32F344 is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 243 | 68 | - |
| CMYK | 0.79 | 0 | 0.72 | 0.05 |
| HSL | 125.6º | 0.89% | 0.57% | - |
| HSV(B) | 125.6º | 0.79% | 0.95% | - |
| XYZ | 34.41 | 65.2 | 16.24 | - |
| YUV | 165.34 | 73.06 | 45.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 243 | 68 | 0.79 | 0 | 0.72 | 0.05 | 125.6 | 0.89 | 0.57 |
| Hex | 32 | F3 | 44 | 4F | 0 | 48 | 5 | 7E | 59 | 39 |
| Octal | 62 | 363 | 104 | 117 | 0 | 110 | 5 | 176 | 131 | 71 |
| Binary | 110010 | 11110011 | 1000100 | 1001111 | 0 | 1001000 | 101 | 1111110 | 1011001 | 111001 |
Color Harmonies of #32F344
Complementary color
Monochromatic Colors of #32F344
Black with #32F344
Text Example
Text Example
White with #32F344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F344; }
p { color: rgb(50,243,68); }
H1.HeaderClassName
{
color: #32F344;
}
.AnyTagClassName
{
color: #32F344;
}
</style>
background-color css
<style>
a { background-color: #32F344; }
a { background-color: rgb(50,243,68); }
div.DivClassName
{
background-color: #32F344;
}
.BgClassName
{
background-color: #32F344;
}
</style>
border-color css
<style>
span { border-color: #32F344; }
span { border-color: rgb(50,243,68); }
td.TdClassName
{
border-color: #32F344;
}
.TagClassName
{
border-color: #32F344;
}
</style>