Shades of Lime Green #25EA2B
Tints of Lime Green #25EA2B
RGB
CMYK
RGB Variations
Color information
#25EA2B (or 0x25EA2B) is known color: Lime Green. HEX triplet: 25, EA and 2B. RGB value is (37,234,43). Sum of RGB (Red+Green+Blue) = 37+234+43=314 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.78% from 314); Green value is 234 (91.80% from 255 or 74.52% from 314); Blue value is 43 (17.19% from 255 or 13.69% from 314); Max value from RGB is 234 - color contains mainly: green. Hex color #25EA2B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25EA2B is #DA15D4. Grayscale: #999999. Windows color (decimal): -14292437 or 2877989. OLE color: 2877989.
HSL color Cylindrical-coordinate representation of color #25EA2B: hue angle of 121.83º 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 #25EA2B is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 234 | 43 | - |
| CMYK | 0.84 | 0 | 0.82 | 0.08 |
| HSL | 121.83º | 0.82% | 0.53% | - |
| HSV(B) | 121.83º | 0.84% | 0.92% | - |
| XYZ | 30.62 | 59.41 | 12.14 | - |
| YUV | 153.32 | 65.73 | 45.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 234 | 43 | 0.84 | 0 | 0.82 | 0.08 | 121.83 | 0.82 | 0.53 |
| Hex | 25 | EA | 2B | 54 | 0 | 52 | 8 | 7A | 52 | 35 |
| Octal | 45 | 352 | 53 | 124 | 0 | 122 | 10 | 172 | 122 | 65 |
| Binary | 100101 | 11101010 | 101011 | 1010100 | 0 | 1010010 | 1000 | 1111010 | 1010010 | 110101 |
Color Harmonies of #25EA2B
Complementary color
Monochromatic Colors of #25EA2B
Black with #25EA2B
Text Example
Text Example
White with #25EA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25EA2B; }
p { color: rgb(37,234,43); }
H1.HeaderClassName
{
color: #25EA2B;
}
.AnyTagClassName
{
color: #25EA2B;
}
</style>
background-color css
<style>
a { background-color: #25EA2B; }
a { background-color: rgb(37,234,43); }
div.DivClassName
{
background-color: #25EA2B;
}
.BgClassName
{
background-color: #25EA2B;
}
</style>
border-color css
<style>
span { border-color: #25EA2B; }
span { border-color: rgb(37,234,43); }
td.TdClassName
{
border-color: #25EA2B;
}
.TagClassName
{
border-color: #25EA2B;
}
</style>