Shades of Lime Green #32F938
Tints of Lime Green #32F938
RGB
CMYK
RGB Variations
Color information
#32F938 (or 0x32F938) is known color: Lime Green. HEX triplet: 32, F9 and 38. RGB value is (50,249,56). Sum of RGB (Red+Green+Blue) = 50+249+56=355 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.08% from 355); Green value is 249 (97.66% from 255 or 70.14% from 355); Blue value is 56 (22.27% from 255 or 15.77% from 355); Max value from RGB is 249 - color contains mainly: green. Hex color #32F938 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F938 is #CD06C7. Grayscale: #A8A8A8. Windows color (decimal): -13436616 or 3733810. OLE color: 3733810.
HSL color Cylindrical-coordinate representation of color #32F938: hue angle of 121.81º 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 #32F938 is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 249 | 56 | - |
| CMYK | 0.80 | 0 | 0.78 | 0.02 |
| HSL | 121.81º | 0.94% | 0.59% | - |
| HSV(B) | 121.81º | 0.8% | 0.98% | - |
| XYZ | 35.9 | 68.72 | 15.11 | - |
| YUV | 167.5 | 65.07 | 44.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 249 | 56 | 0.80 | 0 | 0.78 | 0.02 | 121.81 | 0.94 | 0.59 |
| Hex | 32 | F9 | 38 | 50 | 0 | 4E | 2 | 7A | 5E | 3B |
| Octal | 62 | 371 | 70 | 120 | 0 | 116 | 2 | 172 | 136 | 73 |
| Binary | 110010 | 11111001 | 111000 | 1010000 | 0 | 1001110 | 10 | 1111010 | 1011110 | 111011 |
Color Harmonies of #32F938
Complementary color
Monochromatic Colors of #32F938
Black with #32F938
Text Example
Text Example
White with #32F938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F938; }
p { color: rgb(50,249,56); }
H1.HeaderClassName
{
color: #32F938;
}
.AnyTagClassName
{
color: #32F938;
}
</style>
background-color css
<style>
a { background-color: #32F938; }
a { background-color: rgb(50,249,56); }
div.DivClassName
{
background-color: #32F938;
}
.BgClassName
{
background-color: #32F938;
}
</style>
border-color css
<style>
span { border-color: #32F938; }
span { border-color: rgb(50,249,56); }
td.TdClassName
{
border-color: #32F938;
}
.TagClassName
{
border-color: #32F938;
}
</style>