Shades of Lime Green #32F227
Tints of Lime Green #32F227
RGB
CMYK
RGB Variations
Color information
#32F227 (or 0x32F227) is known color: Lime Green. HEX triplet: 32, F2 and 27. RGB value is (50,242,39). Sum of RGB (Red+Green+Blue) = 50+242+39=331 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.11% from 331); Green value is 242 (94.92% from 255 or 73.11% from 331); Blue value is 39 (15.62% from 255 or 11.78% from 331); Max value from RGB is 242 - color contains mainly: green. Hex color #32F227 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F227 is #CD0DD8. Grayscale: #A2A2A2. Windows color (decimal): -13438425 or 2617906. OLE color: 2617906.
HSL color Cylindrical-coordinate representation of color #32F227: hue angle of 116.75º 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 #32F227 is Cyan = 0.79, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 242 | 39 | - |
| CMYK | 0.79 | 0 | 0.84 | 0.05 |
| HSL | 116.75º | 0.89% | 0.55% | - |
| HSV(B) | 116.75º | 0.84% | 0.95% | - |
| XYZ | 33.43 | 64.33 | 12.57 | - |
| YUV | 161.45 | 58.89 | 48.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 242 | 39 | 0.79 | 0 | 0.84 | 0.05 | 116.75 | 0.89 | 0.55 |
| Hex | 32 | F2 | 27 | 4F | 0 | 54 | 5 | 75 | 59 | 37 |
| Octal | 62 | 362 | 47 | 117 | 0 | 124 | 5 | 165 | 131 | 67 |
| Binary | 110010 | 11110010 | 100111 | 1001111 | 0 | 1010100 | 101 | 1110101 | 1011001 | 110111 |
Color Harmonies of #32F227
Complementary color
Monochromatic Colors of #32F227
Black with #32F227
Text Example
Text Example
White with #32F227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F227; }
p { color: rgb(50,242,39); }
H1.HeaderClassName
{
color: #32F227;
}
.AnyTagClassName
{
color: #32F227;
}
</style>
background-color css
<style>
a { background-color: #32F227; }
a { background-color: rgb(50,242,39); }
div.DivClassName
{
background-color: #32F227;
}
.BgClassName
{
background-color: #32F227;
}
</style>
border-color css
<style>
span { border-color: #32F227; }
span { border-color: rgb(50,242,39); }
td.TdClassName
{
border-color: #32F227;
}
.TagClassName
{
border-color: #32F227;
}
</style>