Shades of Lime Green #25F237
Tints of Lime Green #25F237
RGB
CMYK
RGB Variations
Color information
#25F237 (or 0x25F237) is known color: Lime Green. HEX triplet: 25, F2 and 37. RGB value is (37,242,55). Sum of RGB (Red+Green+Blue) = 37+242+55=334 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.08% from 334); Green value is 242 (94.92% from 255 or 72.46% from 334); Blue value is 55 (21.88% from 255 or 16.47% from 334); Max value from RGB is 242 - color contains mainly: green. Hex color #25F237 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25F237 is #DA0DC8. Grayscale: #9F9F9F. Windows color (decimal): -14290377 or 3666469. OLE color: 3666469.
HSL color Cylindrical-coordinate representation of color #25F237: hue angle of 125.27º degrees, saturation: 0.89, 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 #25F237 is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 242 | 55 | - |
| CMYK | 0.85 | 0 | 0.77 | 0.05 |
| HSL | 125.27º | 0.89% | 0.55% | - |
| HSV(B) | 125.27º | 0.85% | 0.95% | - |
| XYZ | 33.2 | 64.17 | 14.25 | - |
| YUV | 159.39 | 69.08 | 40.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 242 | 55 | 0.85 | 0 | 0.77 | 0.05 | 125.27 | 0.89 | 0.55 |
| Hex | 25 | F2 | 37 | 55 | 0 | 4D | 5 | 7D | 59 | 37 |
| Octal | 45 | 362 | 67 | 125 | 0 | 115 | 5 | 175 | 131 | 67 |
| Binary | 100101 | 11110010 | 110111 | 1010101 | 0 | 1001101 | 101 | 1111101 | 1011001 | 110111 |
Color Harmonies of #25F237
Complementary color
Monochromatic Colors of #25F237
Black with #25F237
Text Example
Text Example
White with #25F237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F237; }
p { color: rgb(37,242,55); }
H1.HeaderClassName
{
color: #25F237;
}
.AnyTagClassName
{
color: #25F237;
}
</style>
background-color css
<style>
a { background-color: #25F237; }
a { background-color: rgb(37,242,55); }
div.DivClassName
{
background-color: #25F237;
}
.BgClassName
{
background-color: #25F237;
}
</style>
border-color css
<style>
span { border-color: #25F237; }
span { border-color: rgb(37,242,55); }
td.TdClassName
{
border-color: #25F237;
}
.TagClassName
{
border-color: #25F237;
}
</style>