Shades of Lime Green #25E12D
Tints of Lime Green #25E12D
RGB
CMYK
RGB Variations
Color information
#25E12D (or 0x25E12D) is known color: Lime Green. HEX triplet: 25, E1 and 2D. RGB value is (37,225,45). Sum of RGB (Red+Green+Blue) = 37+225+45=307 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.05% from 307); Green value is 225 (88.28% from 255 or 73.29% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 225 - color contains mainly: green. Hex color #25E12D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25E12D is #DA1ED2. Grayscale: #949494. Windows color (decimal): -14294739 or 3006757. OLE color: 3006757.
HSL color Cylindrical-coordinate representation of color #25E12D: hue angle of 122.55º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25E12D is Cyan = 0.84, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 37 | 225 | 45 | - |
| CMYK | 0.84 | 0 | 0.8 | 0.12 |
| HSL | 122.55º | 0.76% | 0.51% | - |
| HSV(B) | 122.55º | 0.84% | 0.88% | - |
| XYZ | 28.16 | 54.43 | 11.51 | - |
| YUV | 148.27 | 69.72 | 48.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 225 | 45 | 0.84 | 0 | 0.8 | 0.12 | 122.55 | 0.76 | 0.51 |
| Hex | 25 | E1 | 2D | 54 | 0 | 50 | C | 7B | 4C | 33 |
| Octal | 45 | 341 | 55 | 124 | 0 | 120 | 14 | 173 | 114 | 63 |
| Binary | 100101 | 11100001 | 101101 | 1010100 | 0 | 1010000 | 1100 | 1111011 | 1001100 | 110011 |
Color Harmonies of #25E12D
Complementary color
Monochromatic Colors of #25E12D
Black with #25E12D
Text Example
Text Example
White with #25E12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E12D; }
p { color: rgb(37,225,45); }
H1.HeaderClassName
{
color: #25E12D;
}
.AnyTagClassName
{
color: #25E12D;
}
</style>
background-color css
<style>
a { background-color: #25E12D; }
a { background-color: rgb(37,225,45); }
div.DivClassName
{
background-color: #25E12D;
}
.BgClassName
{
background-color: #25E12D;
}
</style>
border-color css
<style>
span { border-color: #25E12D; }
span { border-color: rgb(37,225,45); }
td.TdClassName
{
border-color: #25E12D;
}
.TagClassName
{
border-color: #25E12D;
}
</style>