Shades of Lime Green #32BF25
Tints of Lime Green #32BF25
RGB
CMYK
RGB Variations
Color information
#32BF25 (or 0x32BF25) is known color: Lime Green. HEX triplet: 32, BF and 25. RGB value is (50,191,37). Sum of RGB (Red+Green+Blue) = 50+191+37=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 191 (75% from 255 or 68.71% from 278); Blue value is 37 (14.84% from 255 or 13.31% from 278); Max value from RGB is 191 - color contains mainly: green. Hex color #32BF25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BF25 is #CD40DA. Grayscale: #838383. Windows color (decimal): -13451483 or 2473778. OLE color: 2473778.
HSL color Cylindrical-coordinate representation of color #32BF25: hue angle of 114.94º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #32BF25 is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 191 | 37 | - |
| CMYK | 0.74 | 0 | 0.81 | 0.25 |
| HSL | 114.94º | 0.68% | 0.45% | - |
| HSV(B) | 114.94º | 0.81% | 0.75% | - |
| XYZ | 20.28 | 38.07 | 8.03 | - |
| YUV | 131.29 | 74.79 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 191 | 37 | 0.74 | 0 | 0.81 | 0.25 | 114.94 | 0.68 | 0.45 |
| Hex | 32 | BF | 25 | 4A | 0 | 51 | 19 | 73 | 44 | 2D |
| Octal | 62 | 277 | 45 | 112 | 0 | 121 | 31 | 163 | 104 | 55 |
| Binary | 110010 | 10111111 | 100101 | 1001010 | 0 | 1010001 | 11001 | 1110011 | 1000100 | 101101 |
Color Harmonies of #32BF25
Complementary color
Monochromatic Colors of #32BF25
Black with #32BF25
Text Example
Text Example
White with #32BF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BF25; }
p { color: rgb(50,191,37); }
H1.HeaderClassName
{
color: #32BF25;
}
.AnyTagClassName
{
color: #32BF25;
}
</style>
background-color css
<style>
a { background-color: #32BF25; }
a { background-color: rgb(50,191,37); }
div.DivClassName
{
background-color: #32BF25;
}
.BgClassName
{
background-color: #32BF25;
}
</style>
border-color css
<style>
span { border-color: #32BF25; }
span { border-color: rgb(50,191,37); }
td.TdClassName
{
border-color: #32BF25;
}
.TagClassName
{
border-color: #32BF25;
}
</style>