Shades of Lime Green #25BB32
Tints of Lime Green #25BB32
RGB
CMYK
RGB Variations
Color information
#25BB32 (or 0x25BB32) is known color: Lime Green. HEX triplet: 25, BB and 32. RGB value is (37,187,50). Sum of RGB (Red+Green+Blue) = 37+187+50=274 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.50% from 274); Green value is 187 (73.44% from 255 or 68.25% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 187 - color contains mainly: green. Hex color #25BB32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25BB32 is #DA44CD. Grayscale: #7E7E7E. Windows color (decimal): -14304462 or 3324709. OLE color: 3324709.
HSL color Cylindrical-coordinate representation of color #25BB32: hue angle of 125.2º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25BB32 is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 187 | 50 | - |
| CMYK | 0.80 | 0 | 0.73 | 0.27 |
| HSL | 125.2º | 0.67% | 0.44% | - |
| HSV(B) | 125.2º | 0.8% | 0.73% | - |
| XYZ | 19.11 | 36.16 | 8.99 | - |
| YUV | 126.53 | 84.81 | 64.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 187 | 50 | 0.80 | 0 | 0.73 | 0.27 | 125.2 | 0.67 | 0.44 |
| Hex | 25 | BB | 32 | 50 | 0 | 49 | 1B | 7D | 43 | 2C |
| Octal | 45 | 273 | 62 | 120 | 0 | 111 | 33 | 175 | 103 | 54 |
| Binary | 100101 | 10111011 | 110010 | 1010000 | 0 | 1001001 | 11011 | 1111101 | 1000011 | 101100 |
Color Harmonies of #25BB32
Complementary color
Monochromatic Colors of #25BB32
Black with #25BB32
Text Example
Text Example
White with #25BB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BB32; }
p { color: rgb(37,187,50); }
H1.HeaderClassName
{
color: #25BB32;
}
.AnyTagClassName
{
color: #25BB32;
}
</style>
background-color css
<style>
a { background-color: #25BB32; }
a { background-color: rgb(37,187,50); }
div.DivClassName
{
background-color: #25BB32;
}
.BgClassName
{
background-color: #25BB32;
}
</style>
border-color css
<style>
span { border-color: #25BB32; }
span { border-color: rgb(37,187,50); }
td.TdClassName
{
border-color: #25BB32;
}
.TagClassName
{
border-color: #25BB32;
}
</style>