Shades of Lime Green #32F240
Tints of Lime Green #32F240
RGB
CMYK
RGB Variations
Color information
#32F240 (or 0x32F240) is known color: Lime Green. HEX triplet: 32, F2 and 40. RGB value is (50,242,64). Sum of RGB (Red+Green+Blue) = 50+242+64=356 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.04% from 356); Green value is 242 (94.92% from 255 or 67.98% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 242 - color contains mainly: green. Hex color #32F240 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F240 is #CD0DBF. Grayscale: #A4A4A4. Windows color (decimal): -13438400 or 4256306. OLE color: 4256306.
HSL color Cylindrical-coordinate representation of color #32F240: hue angle of 124.38º degrees, saturation: 0.88, 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 #32F240 is Cyan = 0.79, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 242 | 64 | - |
| CMYK | 0.79 | 0 | 0.74 | 0.05 |
| HSL | 124.38º | 0.88% | 0.57% | - |
| HSV(B) | 124.38º | 0.79% | 0.95% | - |
| XYZ | 33.99 | 64.55 | 15.52 | - |
| YUV | 164.3 | 71.39 | 46.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 242 | 64 | 0.79 | 0 | 0.74 | 0.05 | 124.38 | 0.88 | 0.57 |
| Hex | 32 | F2 | 40 | 4F | 0 | 4A | 5 | 7C | 58 | 39 |
| Octal | 62 | 362 | 100 | 117 | 0 | 112 | 5 | 174 | 130 | 71 |
| Binary | 110010 | 11110010 | 1000000 | 1001111 | 0 | 1001010 | 101 | 1111100 | 1011000 | 111001 |
Color Harmonies of #32F240
Complementary color
Monochromatic Colors of #32F240
Black with #32F240
Text Example
Text Example
White with #32F240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F240; }
p { color: rgb(50,242,64); }
H1.HeaderClassName
{
color: #32F240;
}
.AnyTagClassName
{
color: #32F240;
}
</style>
background-color css
<style>
a { background-color: #32F240; }
a { background-color: rgb(50,242,64); }
div.DivClassName
{
background-color: #32F240;
}
.BgClassName
{
background-color: #32F240;
}
</style>
border-color css
<style>
span { border-color: #32F240; }
span { border-color: rgb(50,242,64); }
td.TdClassName
{
border-color: #32F240;
}
.TagClassName
{
border-color: #32F240;
}
</style>