Shades of Lime Green #25F039
Tints of Lime Green #25F039
RGB
CMYK
RGB Variations
Color information
#25F039 (or 0x25F039) is known color: Lime Green. HEX triplet: 25, F0 and 39. RGB value is (37,240,57). Sum of RGB (Red+Green+Blue) = 37+240+57=334 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.08% from 334); Green value is 240 (94.14% from 255 or 71.86% from 334); Blue value is 57 (22.66% from 255 or 17.07% from 334); Max value from RGB is 240 - color contains mainly: green. Hex color #25F039 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25F039 is #DA0FC6. Grayscale: #9E9E9E. Windows color (decimal): -14290887 or 3797029. OLE color: 3797029.
HSL color Cylindrical-coordinate representation of color #25F039: hue angle of 125.91º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F039 is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 37 | 240 | 57 | - |
| CMYK | 0.85 | 0 | 0.76 | 0.06 |
| HSL | 125.91º | 0.87% | 0.54% | - |
| HSV(B) | 125.91º | 0.85% | 0.94% | - |
| XYZ | 32.66 | 63.01 | 14.31 | - |
| YUV | 158.44 | 70.75 | 41.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 240 | 57 | 0.85 | 0 | 0.76 | 0.06 | 125.91 | 0.87 | 0.54 |
| Hex | 25 | F0 | 39 | 55 | 0 | 4C | 6 | 7E | 57 | 36 |
| Octal | 45 | 360 | 71 | 125 | 0 | 114 | 6 | 176 | 127 | 66 |
| Binary | 100101 | 11110000 | 111001 | 1010101 | 0 | 1001100 | 110 | 1111110 | 1010111 | 110110 |
Color Harmonies of #25F039
Complementary color
Monochromatic Colors of #25F039
Black with #25F039
Text Example
Text Example
White with #25F039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F039; }
p { color: rgb(37,240,57); }
H1.HeaderClassName
{
color: #25F039;
}
.AnyTagClassName
{
color: #25F039;
}
</style>
background-color css
<style>
a { background-color: #25F039; }
a { background-color: rgb(37,240,57); }
div.DivClassName
{
background-color: #25F039;
}
.BgClassName
{
background-color: #25F039;
}
</style>
border-color css
<style>
span { border-color: #25F039; }
span { border-color: rgb(37,240,57); }
td.TdClassName
{
border-color: #25F039;
}
.TagClassName
{
border-color: #25F039;
}
</style>