Shades of Lime Green #25C90F
Tints of Lime Green #25C90F
RGB
CMYK
RGB Variations
Color information
#25C90F (or 0x25C90F) is known color: Lime Green. HEX triplet: 25, C9 and 0F. RGB value is (37,201,15). Sum of RGB (Red+Green+Blue) = 37+201+15=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 201 (78.91% from 255 or 79.45% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 201 - color contains mainly: green. Hex color #25C90F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25C90F is #DA36F0. Grayscale: #838383. Windows color (decimal): -14300913 or 1034533. OLE color: 1034533.
HSL color Cylindrical-coordinate representation of color #25C90F: hue angle of 112.9º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #25C90F is Cyan = 0.82, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 37 | 201 | 15 | - |
| CMYK | 0.82 | 0 | 0.93 | 0.21 |
| HSL | 112.9º | 0.86% | 0.42% | - |
| HSV(B) | 112.9º | 0.93% | 0.79% | - |
| XYZ | 21.74 | 42.2 | 7.45 | - |
| YUV | 130.76 | 62.67 | 61.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 201 | 15 | 0.82 | 0 | 0.93 | 0.21 | 112.9 | 0.86 | 0.42 |
| Hex | 25 | C9 | F | 52 | 0 | 5D | 15 | 71 | 56 | 2A |
| Octal | 45 | 311 | 17 | 122 | 0 | 135 | 25 | 161 | 126 | 52 |
| Binary | 100101 | 11001001 | 1111 | 1010010 | 0 | 1011101 | 10101 | 1110001 | 1010110 | 101010 |
Color Harmonies of #25C90F
Complementary color
Monochromatic Colors of #25C90F
Black with #25C90F
Text Example
Text Example
White with #25C90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25C90F; }
p { color: rgb(37,201,15); }
H1.HeaderClassName
{
color: #25C90F;
}
.AnyTagClassName
{
color: #25C90F;
}
</style>
background-color css
<style>
a { background-color: #25C90F; }
a { background-color: rgb(37,201,15); }
div.DivClassName
{
background-color: #25C90F;
}
.BgClassName
{
background-color: #25C90F;
}
</style>
border-color css
<style>
span { border-color: #25C90F; }
span { border-color: rgb(37,201,15); }
td.TdClassName
{
border-color: #25C90F;
}
.TagClassName
{
border-color: #25C90F;
}
</style>