Shades of Lime Green #25F13F
Tints of Lime Green #25F13F
RGB
CMYK
RGB Variations
Color information
#25F13F (or 0x25F13F) is known color: Lime Green. HEX triplet: 25, F1 and 3F. RGB value is (37,241,63). Sum of RGB (Red+Green+Blue) = 37+241+63=341 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.85% from 341); Green value is 241 (94.53% from 255 or 70.67% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 241 - color contains mainly: green. Hex color #25F13F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25F13F is #DA0EC0. Grayscale: #A0A0A0. Windows color (decimal): -14290625 or 4190501. OLE color: 4190501.
HSL color Cylindrical-coordinate representation of color #25F13F: hue angle of 127.65º 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 #25F13F is Cyan = 0.85, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 241 | 63 | - |
| CMYK | 0.85 | 0 | 0.74 | 0.05 |
| HSL | 127.65º | 0.88% | 0.55% | - |
| HSV(B) | 127.65º | 0.85% | 0.95% | - |
| XYZ | 33.12 | 63.66 | 15.25 | - |
| YUV | 159.71 | 73.41 | 40.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 241 | 63 | 0.85 | 0 | 0.74 | 0.05 | 127.65 | 0.88 | 0.55 |
| Hex | 25 | F1 | 3F | 55 | 0 | 4A | 5 | 80 | 58 | 37 |
| Octal | 45 | 361 | 77 | 125 | 0 | 112 | 5 | 200 | 130 | 67 |
| Binary | 100101 | 11110001 | 111111 | 1010101 | 0 | 1001010 | 101 | 10000000 | 1011000 | 110111 |
Color Harmonies of #25F13F
Complementary color
Monochromatic Colors of #25F13F
Black with #25F13F
Text Example
Text Example
White with #25F13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F13F; }
p { color: rgb(37,241,63); }
H1.HeaderClassName
{
color: #25F13F;
}
.AnyTagClassName
{
color: #25F13F;
}
</style>
background-color css
<style>
a { background-color: #25F13F; }
a { background-color: rgb(37,241,63); }
div.DivClassName
{
background-color: #25F13F;
}
.BgClassName
{
background-color: #25F13F;
}
</style>
border-color css
<style>
span { border-color: #25F13F; }
span { border-color: rgb(37,241,63); }
td.TdClassName
{
border-color: #25F13F;
}
.TagClassName
{
border-color: #25F13F;
}
</style>