Shades of Lime Green #25EA2D
Tints of Lime Green #25EA2D
RGB
CMYK
RGB Variations
Color information
#25EA2D (or 0x25EA2D) is known color: Lime Green. HEX triplet: 25, EA and 2D. RGB value is (37,234,45). Sum of RGB (Red+Green+Blue) = 37+234+45=316 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.71% from 316); Green value is 234 (91.80% from 255 or 74.05% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 234 - color contains mainly: green. Hex color #25EA2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25EA2D is #DA15D2. Grayscale: #9A9A9A. Windows color (decimal): -14292435 or 3009061. OLE color: 3009061.
HSL color Cylindrical-coordinate representation of color #25EA2D: hue angle of 122.44º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25EA2D is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 234 | 45 | - |
| CMYK | 0.84 | 0 | 0.81 | 0.08 |
| HSL | 122.44º | 0.82% | 0.53% | - |
| HSV(B) | 122.44º | 0.84% | 0.92% | - |
| XYZ | 30.66 | 59.43 | 12.34 | - |
| YUV | 153.55 | 66.73 | 44.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 234 | 45 | 0.84 | 0 | 0.81 | 0.08 | 122.44 | 0.82 | 0.53 |
| Hex | 25 | EA | 2D | 54 | 0 | 51 | 8 | 7A | 52 | 35 |
| Octal | 45 | 352 | 55 | 124 | 0 | 121 | 10 | 172 | 122 | 65 |
| Binary | 100101 | 11101010 | 101101 | 1010100 | 0 | 1010001 | 1000 | 1111010 | 1010010 | 110101 |
Color Harmonies of #25EA2D
Complementary color
Monochromatic Colors of #25EA2D
Black with #25EA2D
Text Example
Text Example
White with #25EA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25EA2D; }
p { color: rgb(37,234,45); }
H1.HeaderClassName
{
color: #25EA2D;
}
.AnyTagClassName
{
color: #25EA2D;
}
</style>
background-color css
<style>
a { background-color: #25EA2D; }
a { background-color: rgb(37,234,45); }
div.DivClassName
{
background-color: #25EA2D;
}
.BgClassName
{
background-color: #25EA2D;
}
</style>
border-color css
<style>
span { border-color: #25EA2D; }
span { border-color: rgb(37,234,45); }
td.TdClassName
{
border-color: #25EA2D;
}
.TagClassName
{
border-color: #25EA2D;
}
</style>