Shades of Lime Green #25F139
Tints of Lime Green #25F139
RGB
CMYK
RGB Variations
Color information
#25F139 (or 0x25F139) is known color: Lime Green. HEX triplet: 25, F1 and 39. RGB value is (37,241,57). Sum of RGB (Red+Green+Blue) = 37+241+57=335 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.04% from 335); Green value is 241 (94.53% from 255 or 71.94% from 335); Blue value is 57 (22.66% from 255 or 17.01% from 335); Max value from RGB is 241 - color contains mainly: green. Hex color #25F139 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25F139 is #DA0EC6. Grayscale: #9F9F9F. Windows color (decimal): -14290631 or 3797285. OLE color: 3797285.
HSL color Cylindrical-coordinate representation of color #25F139: hue angle of 125.88º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F139 is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 241 | 57 | - |
| CMYK | 0.85 | 0 | 0.76 | 0.05 |
| HSL | 125.88º | 0.88% | 0.55% | - |
| HSV(B) | 125.88º | 0.85% | 0.95% | - |
| XYZ | 32.96 | 63.6 | 14.41 | - |
| YUV | 159.03 | 70.41 | 40.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 241 | 57 | 0.85 | 0 | 0.76 | 0.05 | 125.88 | 0.88 | 0.55 |
| Hex | 25 | F1 | 39 | 55 | 0 | 4C | 5 | 7E | 58 | 37 |
| Octal | 45 | 361 | 71 | 125 | 0 | 114 | 5 | 176 | 130 | 67 |
| Binary | 100101 | 11110001 | 111001 | 1010101 | 0 | 1001100 | 101 | 1111110 | 1011000 | 110111 |
Color Harmonies of #25F139
Complementary color
Monochromatic Colors of #25F139
Black with #25F139
Text Example
Text Example
White with #25F139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F139; }
p { color: rgb(37,241,57); }
H1.HeaderClassName
{
color: #25F139;
}
.AnyTagClassName
{
color: #25F139;
}
</style>
background-color css
<style>
a { background-color: #25F139; }
a { background-color: rgb(37,241,57); }
div.DivClassName
{
background-color: #25F139;
}
.BgClassName
{
background-color: #25F139;
}
</style>
border-color css
<style>
span { border-color: #25F139; }
span { border-color: rgb(37,241,57); }
td.TdClassName
{
border-color: #25F139;
}
.TagClassName
{
border-color: #25F139;
}
</style>