Shades of Lime Green #32F226
Tints of Lime Green #32F226
RGB
CMYK
RGB Variations
Color information
#32F226 (or 0x32F226) is known color: Lime Green. HEX triplet: 32, F2 and 26. RGB value is (50,242,38). Sum of RGB (Red+Green+Blue) = 50+242+38=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 242 (94.92% from 255 or 73.33% from 330); Blue value is 38 (15.23% from 255 or 11.52% from 330); Max value from RGB is 242 - color contains mainly: green. Hex color #32F226 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F226 is #CD0DD9. Grayscale: #A1A1A1. Windows color (decimal): -13438426 or 2552370. OLE color: 2552370.
HSL color Cylindrical-coordinate representation of color #32F226: hue angle of 116.47º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #32F226 is Cyan = 0.79, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 242 | 38 | - |
| CMYK | 0.79 | 0 | 0.84 | 0.05 |
| HSL | 116.47º | 0.89% | 0.55% | - |
| HSV(B) | 116.47º | 0.84% | 0.95% | - |
| XYZ | 33.42 | 64.32 | 12.49 | - |
| YUV | 161.34 | 58.39 | 48.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 242 | 38 | 0.79 | 0 | 0.84 | 0.05 | 116.47 | 0.89 | 0.55 |
| Hex | 32 | F2 | 26 | 4F | 0 | 54 | 5 | 74 | 59 | 37 |
| Octal | 62 | 362 | 46 | 117 | 0 | 124 | 5 | 164 | 131 | 67 |
| Binary | 110010 | 11110010 | 100110 | 1001111 | 0 | 1010100 | 101 | 1110100 | 1011001 | 110111 |
Color Harmonies of #32F226
Complementary color
Monochromatic Colors of #32F226
Black with #32F226
Text Example
Text Example
White with #32F226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F226; }
p { color: rgb(50,242,38); }
H1.HeaderClassName
{
color: #32F226;
}
.AnyTagClassName
{
color: #32F226;
}
</style>
background-color css
<style>
a { background-color: #32F226; }
a { background-color: rgb(50,242,38); }
div.DivClassName
{
background-color: #32F226;
}
.BgClassName
{
background-color: #32F226;
}
</style>
border-color css
<style>
span { border-color: #32F226; }
span { border-color: rgb(50,242,38); }
td.TdClassName
{
border-color: #32F226;
}
.TagClassName
{
border-color: #32F226;
}
</style>