Shades of Lime Green #32F93F
Tints of Lime Green #32F93F
RGB
CMYK
RGB Variations
Color information
#32F93F (or 0x32F93F) is known color: Lime Green. HEX triplet: 32, F9 and 3F. RGB value is (50,249,63). Sum of RGB (Red+Green+Blue) = 50+249+63=362 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.81% from 362); Green value is 249 (97.66% from 255 or 68.78% from 362); Blue value is 63 (25% from 255 or 17.40% from 362); Max value from RGB is 249 - color contains mainly: green. Hex color #32F93F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F93F is #CD06C0. Grayscale: #A8A8A8. Windows color (decimal): -13436609 or 4192562. OLE color: 4192562.
HSL color Cylindrical-coordinate representation of color #32F93F: hue angle of 123.92º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F93F is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 249 | 63 | - |
| CMYK | 0.80 | 0 | 0.75 | 0.02 |
| HSL | 123.92º | 0.94% | 0.59% | - |
| HSV(B) | 123.92º | 0.8% | 0.98% | - |
| XYZ | 36.09 | 68.79 | 16.08 | - |
| YUV | 168.3 | 68.57 | 43.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 249 | 63 | 0.80 | 0 | 0.75 | 0.02 | 123.92 | 0.94 | 0.59 |
| Hex | 32 | F9 | 3F | 50 | 0 | 4B | 2 | 7C | 5E | 3B |
| Octal | 62 | 371 | 77 | 120 | 0 | 113 | 2 | 174 | 136 | 73 |
| Binary | 110010 | 11111001 | 111111 | 1010000 | 0 | 1001011 | 10 | 1111100 | 1011110 | 111011 |
Color Harmonies of #32F93F
Complementary color
Monochromatic Colors of #32F93F
Black with #32F93F
Text Example
Text Example
White with #32F93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F93F; }
p { color: rgb(50,249,63); }
H1.HeaderClassName
{
color: #32F93F;
}
.AnyTagClassName
{
color: #32F93F;
}
</style>
background-color css
<style>
a { background-color: #32F93F; }
a { background-color: rgb(50,249,63); }
div.DivClassName
{
background-color: #32F93F;
}
.BgClassName
{
background-color: #32F93F;
}
</style>
border-color css
<style>
span { border-color: #32F93F; }
span { border-color: rgb(50,249,63); }
td.TdClassName
{
border-color: #32F93F;
}
.TagClassName
{
border-color: #32F93F;
}
</style>