Shades of Lime Green #32F22A
Tints of Lime Green #32F22A
RGB
CMYK
RGB Variations
Color information
#32F22A (or 0x32F22A) is known color: Lime Green. HEX triplet: 32, F2 and 2A. RGB value is (50,242,42). Sum of RGB (Red+Green+Blue) = 50+242+42=334 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.97% from 334); Green value is 242 (94.92% from 255 or 72.46% from 334); Blue value is 42 (16.80% from 255 or 12.57% from 334); Max value from RGB is 242 - color contains mainly: green. Hex color #32F22A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F22A is #CD0DD5. Grayscale: #A2A2A2. Windows color (decimal): -13438422 or 2814514. OLE color: 2814514.
HSL color Cylindrical-coordinate representation of color #32F22A: hue angle of 117.6º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #32F22A is Cyan = 0.79, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 242 | 42 | - |
| CMYK | 0.79 | 0 | 0.83 | 0.05 |
| HSL | 117.6º | 0.88% | 0.56% | - |
| HSV(B) | 117.6º | 0.83% | 0.95% | - |
| XYZ | 33.49 | 64.35 | 12.85 | - |
| YUV | 161.79 | 60.39 | 48.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 242 | 42 | 0.79 | 0 | 0.83 | 0.05 | 117.6 | 0.88 | 0.56 |
| Hex | 32 | F2 | 2A | 4F | 0 | 53 | 5 | 76 | 58 | 38 |
| Octal | 62 | 362 | 52 | 117 | 0 | 123 | 5 | 166 | 130 | 70 |
| Binary | 110010 | 11110010 | 101010 | 1001111 | 0 | 1010011 | 101 | 1110110 | 1011000 | 111000 |
Color Harmonies of #32F22A
Complementary color
Monochromatic Colors of #32F22A
Black with #32F22A
Text Example
Text Example
White with #32F22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F22A; }
p { color: rgb(50,242,42); }
H1.HeaderClassName
{
color: #32F22A;
}
.AnyTagClassName
{
color: #32F22A;
}
</style>
background-color css
<style>
a { background-color: #32F22A; }
a { background-color: rgb(50,242,42); }
div.DivClassName
{
background-color: #32F22A;
}
.BgClassName
{
background-color: #32F22A;
}
</style>
border-color css
<style>
span { border-color: #32F22A; }
span { border-color: rgb(50,242,42); }
td.TdClassName
{
border-color: #32F22A;
}
.TagClassName
{
border-color: #32F22A;
}
</style>