Shades of Lime Green #25BB41
Tints of Lime Green #25BB41
RGB
CMYK
RGB Variations
Color information
#25BB41 (or 0x25BB41) is known color: Lime Green. HEX triplet: 25, BB and 41. RGB value is (37,187,65). Sum of RGB (Red+Green+Blue) = 37+187+65=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 187 (73.44% from 255 or 64.71% from 289); Blue value is 65 (25.78% from 255 or 22.49% from 289); Max value from RGB is 187 - color contains mainly: green. Hex color #25BB41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25BB41 is #DA44BE. Grayscale: #808080. Windows color (decimal): -14304447 or 4307749. OLE color: 4307749.
HSL color Cylindrical-coordinate representation of color #25BB41: hue angle of 131.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 #25BB41 is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 187 | 65 | - |
| CMYK | 0.80 | 0 | 0.65 | 0.27 |
| HSL | 131.2º | 0.67% | 0.44% | - |
| HSV(B) | 131.2º | 0.8% | 0.73% | - |
| XYZ | 19.49 | 36.32 | 10.98 | - |
| YUV | 128.24 | 92.31 | 62.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 187 | 65 | 0.80 | 0 | 0.65 | 0.27 | 131.2 | 0.67 | 0.44 |
| Hex | 25 | BB | 41 | 50 | 0 | 41 | 1B | 83 | 43 | 2C |
| Octal | 45 | 273 | 101 | 120 | 0 | 101 | 33 | 203 | 103 | 54 |
| Binary | 100101 | 10111011 | 1000001 | 1010000 | 0 | 1000001 | 11011 | 10000011 | 1000011 | 101100 |
Color Harmonies of #25BB41
Complementary color
Monochromatic Colors of #25BB41
Black with #25BB41
Text Example
Text Example
White with #25BB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BB41; }
p { color: rgb(37,187,65); }
H1.HeaderClassName
{
color: #25BB41;
}
.AnyTagClassName
{
color: #25BB41;
}
</style>
background-color css
<style>
a { background-color: #25BB41; }
a { background-color: rgb(37,187,65); }
div.DivClassName
{
background-color: #25BB41;
}
.BgClassName
{
background-color: #25BB41;
}
</style>
border-color css
<style>
span { border-color: #25BB41; }
span { border-color: rgb(37,187,65); }
td.TdClassName
{
border-color: #25BB41;
}
.TagClassName
{
border-color: #25BB41;
}
</style>