Shades of Lime Green #32F24B
Tints of Lime Green #32F24B
RGB
CMYK
RGB Variations
Color information
#32F24B (or 0x32F24B) is known color: Lime Green. HEX triplet: 32, F2 and 4B. RGB value is (50,242,75). Sum of RGB (Red+Green+Blue) = 50+242+75=367 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.62% from 367); Green value is 242 (94.92% from 255 or 65.94% from 367); Blue value is 75 (29.69% from 255 or 20.44% from 367); Max value from RGB is 242 - color contains mainly: green. Hex color #32F24B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F24B is #CD0DB4. Grayscale: #A6A6A6. Windows color (decimal): -13438389 or 4977202. OLE color: 4977202.
HSL color Cylindrical-coordinate representation of color #32F24B: hue angle of 127.81º 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 #32F24B is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 242 | 75 | - |
| CMYK | 0.79 | 0 | 0.69 | 0.05 |
| HSL | 127.81º | 0.88% | 0.57% | - |
| HSV(B) | 127.81º | 0.79% | 0.95% | - |
| XYZ | 34.34 | 64.69 | 17.33 | - |
| YUV | 165.55 | 76.89 | 45.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 242 | 75 | 0.79 | 0 | 0.69 | 0.05 | 127.81 | 0.88 | 0.57 |
| Hex | 32 | F2 | 4B | 4F | 0 | 45 | 5 | 80 | 58 | 39 |
| Octal | 62 | 362 | 113 | 117 | 0 | 105 | 5 | 200 | 130 | 71 |
| Binary | 110010 | 11110010 | 1001011 | 1001111 | 0 | 1000101 | 101 | 10000000 | 1011000 | 111001 |
Color Harmonies of #32F24B
Complementary color
Monochromatic Colors of #32F24B
Black with #32F24B
Text Example
Text Example
White with #32F24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F24B; }
p { color: rgb(50,242,75); }
H1.HeaderClassName
{
color: #32F24B;
}
.AnyTagClassName
{
color: #32F24B;
}
</style>
background-color css
<style>
a { background-color: #32F24B; }
a { background-color: rgb(50,242,75); }
div.DivClassName
{
background-color: #32F24B;
}
.BgClassName
{
background-color: #32F24B;
}
</style>
border-color css
<style>
span { border-color: #32F24B; }
span { border-color: rgb(50,242,75); }
td.TdClassName
{
border-color: #32F24B;
}
.TagClassName
{
border-color: #32F24B;
}
</style>