Shades of Lime Green #25F03D
Tints of Lime Green #25F03D
RGB
CMYK
RGB Variations
Color information
#25F03D (or 0x25F03D) is known color: Lime Green. HEX triplet: 25, F0 and 3D. RGB value is (37,240,61). Sum of RGB (Red+Green+Blue) = 37+240+61=338 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.95% from 338); Green value is 240 (94.14% from 255 or 71.01% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 240 - color contains mainly: green. Hex color #25F03D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25F03D is #DA0FC2. Grayscale: #9F9F9F. Windows color (decimal): -14290883 or 4059173. OLE color: 4059173.
HSL color Cylindrical-coordinate representation of color #25F03D: hue angle of 127.09º 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 #25F03D is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 37 | 240 | 61 | - |
| CMYK | 0.85 | 0 | 0.75 | 0.06 |
| HSL | 127.09º | 0.87% | 0.54% | - |
| HSV(B) | 127.09º | 0.85% | 0.94% | - |
| XYZ | 32.77 | 63.05 | 14.86 | - |
| YUV | 158.9 | 72.75 | 41.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 240 | 61 | 0.85 | 0 | 0.75 | 0.06 | 127.09 | 0.87 | 0.54 |
| Hex | 25 | F0 | 3D | 55 | 0 | 4B | 6 | 7F | 57 | 36 |
| Octal | 45 | 360 | 75 | 125 | 0 | 113 | 6 | 177 | 127 | 66 |
| Binary | 100101 | 11110000 | 111101 | 1010101 | 0 | 1001011 | 110 | 1111111 | 1010111 | 110110 |
Color Harmonies of #25F03D
Complementary color
Monochromatic Colors of #25F03D
Black with #25F03D
Text Example
Text Example
White with #25F03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F03D; }
p { color: rgb(37,240,61); }
H1.HeaderClassName
{
color: #25F03D;
}
.AnyTagClassName
{
color: #25F03D;
}
</style>
background-color css
<style>
a { background-color: #25F03D; }
a { background-color: rgb(37,240,61); }
div.DivClassName
{
background-color: #25F03D;
}
.BgClassName
{
background-color: #25F03D;
}
</style>
border-color css
<style>
span { border-color: #25F03D; }
span { border-color: rgb(37,240,61); }
td.TdClassName
{
border-color: #25F03D;
}
.TagClassName
{
border-color: #25F03D;
}
</style>