Shades of Lime Green #25F236
Tints of Lime Green #25F236
RGB
CMYK
RGB Variations
Color information
#25F236 (or 0x25F236) is known color: Lime Green. HEX triplet: 25, F2 and 36. RGB value is (37,242,54). Sum of RGB (Red+Green+Blue) = 37+242+54=333 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.11% from 333); Green value is 242 (94.92% from 255 or 72.67% from 333); Blue value is 54 (21.48% from 255 or 16.22% from 333); Max value from RGB is 242 - color contains mainly: green. Hex color #25F236 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25F236 is #DA0DC9. Grayscale: #9F9F9F. Windows color (decimal): -14290378 or 3600933. OLE color: 3600933.
HSL color Cylindrical-coordinate representation of color #25F236: hue angle of 124.98º 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 #25F236 is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 242 | 54 | - |
| CMYK | 0.85 | 0 | 0.78 | 0.05 |
| HSL | 124.98º | 0.89% | 0.55% | - |
| HSV(B) | 124.98º | 0.85% | 0.95% | - |
| XYZ | 33.18 | 64.16 | 14.13 | - |
| YUV | 159.27 | 68.58 | 40.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 242 | 54 | 0.85 | 0 | 0.78 | 0.05 | 124.98 | 0.89 | 0.55 |
| Hex | 25 | F2 | 36 | 55 | 0 | 4E | 5 | 7D | 59 | 37 |
| Octal | 45 | 362 | 66 | 125 | 0 | 116 | 5 | 175 | 131 | 67 |
| Binary | 100101 | 11110010 | 110110 | 1010101 | 0 | 1001110 | 101 | 1111101 | 1011001 | 110111 |
Color Harmonies of #25F236
Complementary color
Monochromatic Colors of #25F236
Black with #25F236
Text Example
Text Example
White with #25F236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F236; }
p { color: rgb(37,242,54); }
H1.HeaderClassName
{
color: #25F236;
}
.AnyTagClassName
{
color: #25F236;
}
</style>
background-color css
<style>
a { background-color: #25F236; }
a { background-color: rgb(37,242,54); }
div.DivClassName
{
background-color: #25F236;
}
.BgClassName
{
background-color: #25F236;
}
</style>
border-color css
<style>
span { border-color: #25F236; }
span { border-color: rgb(37,242,54); }
td.TdClassName
{
border-color: #25F236;
}
.TagClassName
{
border-color: #25F236;
}
</style>