Shades of Lime Green #32F045
Tints of Lime Green #32F045
RGB
CMYK
RGB Variations
Color information
#32F045 (or 0x32F045) is known color: Lime Green. HEX triplet: 32, F0 and 45. RGB value is (50,240,69). Sum of RGB (Red+Green+Blue) = 50+240+69=359 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.93% from 359); Green value is 240 (94.14% from 255 or 66.85% from 359); Blue value is 69 (27.34% from 255 or 19.22% from 359); Max value from RGB is 240 - color contains mainly: green. Hex color #32F045 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F045 is #CD0FBA. Grayscale: #A4A4A4. Windows color (decimal): -13438907 or 4583474. OLE color: 4583474.
HSL color Cylindrical-coordinate representation of color #32F045: hue angle of 126º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32F045 is Cyan = 0.79, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 240 | 69 | - |
| CMYK | 0.79 | 0 | 0.71 | 0.06 |
| HSL | 126º | 0.86% | 0.57% | - |
| HSV(B) | 126º | 0.79% | 0.94% | - |
| XYZ | 33.55 | 63.43 | 16.1 | - |
| YUV | 163.7 | 74.55 | 46.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 240 | 69 | 0.79 | 0 | 0.71 | 0.06 | 126 | 0.86 | 0.57 |
| Hex | 32 | F0 | 45 | 4F | 0 | 47 | 6 | 7E | 56 | 39 |
| Octal | 62 | 360 | 105 | 117 | 0 | 107 | 6 | 176 | 126 | 71 |
| Binary | 110010 | 11110000 | 1000101 | 1001111 | 0 | 1000111 | 110 | 1111110 | 1010110 | 111001 |
Color Harmonies of #32F045
Complementary color
Monochromatic Colors of #32F045
Black with #32F045
Text Example
Text Example
White with #32F045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F045; }
p { color: rgb(50,240,69); }
H1.HeaderClassName
{
color: #32F045;
}
.AnyTagClassName
{
color: #32F045;
}
</style>
background-color css
<style>
a { background-color: #32F045; }
a { background-color: rgb(50,240,69); }
div.DivClassName
{
background-color: #32F045;
}
.BgClassName
{
background-color: #32F045;
}
</style>
border-color css
<style>
span { border-color: #32F045; }
span { border-color: rgb(50,240,69); }
td.TdClassName
{
border-color: #32F045;
}
.TagClassName
{
border-color: #32F045;
}
</style>