Shades of Lime Green #25E32D
Tints of Lime Green #25E32D
RGB
CMYK
RGB Variations
Color information
#25E32D (or 0x25E32D) is known color: Lime Green. HEX triplet: 25, E3 and 2D. RGB value is (37,227,45). Sum of RGB (Red+Green+Blue) = 37+227+45=309 (40% of max value = 765). Red value is 37 (14.84% from 255 or 11.97% from 309); Green value is 227 (89.06% from 255 or 73.46% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 227 - color contains mainly: green. Hex color #25E32D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25E32D is #DA1CD2. Grayscale: #959595. Windows color (decimal): -14294227 or 3007269. OLE color: 3007269.
HSL color Cylindrical-coordinate representation of color #25E32D: hue angle of 122.53º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25E32D is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 37 | 227 | 45 | - |
| CMYK | 0.84 | 0 | 0.80 | 0.11 |
| HSL | 122.53º | 0.77% | 0.52% | - |
| HSV(B) | 122.53º | 0.84% | 0.89% | - |
| XYZ | 28.71 | 55.52 | 11.69 | - |
| YUV | 149.44 | 69.05 | 47.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 227 | 45 | 0.84 | 0 | 0.80 | 0.11 | 122.53 | 0.77 | 0.52 |
| Hex | 25 | E3 | 2D | 54 | 0 | 50 | B | 7B | 4D | 34 |
| Octal | 45 | 343 | 55 | 124 | 0 | 120 | 13 | 173 | 115 | 64 |
| Binary | 100101 | 11100011 | 101101 | 1010100 | 0 | 1010000 | 1011 | 1111011 | 1001101 | 110100 |
Color Harmonies of #25E32D
Complementary color
Monochromatic Colors of #25E32D
Black with #25E32D
Text Example
Text Example
White with #25E32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E32D; }
p { color: rgb(37,227,45); }
H1.HeaderClassName
{
color: #25E32D;
}
.AnyTagClassName
{
color: #25E32D;
}
</style>
background-color css
<style>
a { background-color: #25E32D; }
a { background-color: rgb(37,227,45); }
div.DivClassName
{
background-color: #25E32D;
}
.BgClassName
{
background-color: #25E32D;
}
</style>
border-color css
<style>
span { border-color: #25E32D; }
span { border-color: rgb(37,227,45); }
td.TdClassName
{
border-color: #25E32D;
}
.TagClassName
{
border-color: #25E32D;
}
</style>