Shades of Lime Green #25E92B
Tints of Lime Green #25E92B
RGB
CMYK
RGB Variations
Color information
#25E92B (or 0x25E92B) is known color: Lime Green. HEX triplet: 25, E9 and 2B. RGB value is (37,233,43). Sum of RGB (Red+Green+Blue) = 37+233+43=313 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.82% from 313); Green value is 233 (91.41% from 255 or 74.44% from 313); Blue value is 43 (17.19% from 255 or 13.74% from 313); Max value from RGB is 233 - color contains mainly: green. Hex color #25E92B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25E92B is #DA16D4. Grayscale: #999999. Windows color (decimal): -14292693 or 2877733. OLE color: 2877733.
HSL color Cylindrical-coordinate representation of color #25E92B: hue angle of 121.84º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25E92B is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 37 | 233 | 43 | - |
| CMYK | 0.84 | 0 | 0.82 | 0.09 |
| HSL | 121.84º | 0.82% | 0.53% | - |
| HSV(B) | 121.84º | 0.84% | 0.91% | - |
| XYZ | 30.34 | 58.85 | 12.04 | - |
| YUV | 152.74 | 66.07 | 45.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 233 | 43 | 0.84 | 0 | 0.82 | 0.09 | 121.84 | 0.82 | 0.53 |
| Hex | 25 | E9 | 2B | 54 | 0 | 52 | 9 | 7A | 52 | 35 |
| Octal | 45 | 351 | 53 | 124 | 0 | 122 | 11 | 172 | 122 | 65 |
| Binary | 100101 | 11101001 | 101011 | 1010100 | 0 | 1010010 | 1001 | 1111010 | 1010010 | 110101 |
Color Harmonies of #25E92B
Complementary color
Monochromatic Colors of #25E92B
Black with #25E92B
Text Example
Text Example
White with #25E92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E92B; }
p { color: rgb(37,233,43); }
H1.HeaderClassName
{
color: #25E92B;
}
.AnyTagClassName
{
color: #25E92B;
}
</style>
background-color css
<style>
a { background-color: #25E92B; }
a { background-color: rgb(37,233,43); }
div.DivClassName
{
background-color: #25E92B;
}
.BgClassName
{
background-color: #25E92B;
}
</style>
border-color css
<style>
span { border-color: #25E92B; }
span { border-color: rgb(37,233,43); }
td.TdClassName
{
border-color: #25E92B;
}
.TagClassName
{
border-color: #25E92B;
}
</style>