Shades of Lime Green #25E930
Tints of Lime Green #25E930
RGB
CMYK
RGB Variations
Color information
#25E930 (or 0x25E930) is known color: Lime Green. HEX triplet: 25, E9 and 30. RGB value is (37,233,48). Sum of RGB (Red+Green+Blue) = 37+233+48=318 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.64% from 318); Green value is 233 (91.41% from 255 or 73.27% from 318); Blue value is 48 (19.14% from 255 or 15.09% from 318); Max value from RGB is 233 - color contains mainly: green. Hex color #25E930 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25E930 is #DA16CF. Grayscale: #999999. Windows color (decimal): -14292688 or 3205413. OLE color: 3205413.
HSL color Cylindrical-coordinate representation of color #25E930: hue angle of 123.37º 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 #25E930 is Cyan = 0.84, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 37 | 233 | 48 | - |
| CMYK | 0.84 | 0 | 0.79 | 0.09 |
| HSL | 123.37º | 0.82% | 0.53% | - |
| HSV(B) | 123.37º | 0.84% | 0.91% | - |
| XYZ | 30.44 | 58.88 | 12.56 | - |
| YUV | 153.31 | 68.57 | 45.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 233 | 48 | 0.84 | 0 | 0.79 | 0.09 | 123.37 | 0.82 | 0.53 |
| Hex | 25 | E9 | 30 | 54 | 0 | 4F | 9 | 7B | 52 | 35 |
| Octal | 45 | 351 | 60 | 124 | 0 | 117 | 11 | 173 | 122 | 65 |
| Binary | 100101 | 11101001 | 110000 | 1010100 | 0 | 1001111 | 1001 | 1111011 | 1010010 | 110101 |
Color Harmonies of #25E930
Complementary color
Monochromatic Colors of #25E930
Black with #25E930
Text Example
Text Example
White with #25E930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E930; }
p { color: rgb(37,233,48); }
H1.HeaderClassName
{
color: #25E930;
}
.AnyTagClassName
{
color: #25E930;
}
</style>
background-color css
<style>
a { background-color: #25E930; }
a { background-color: rgb(37,233,48); }
div.DivClassName
{
background-color: #25E930;
}
.BgClassName
{
background-color: #25E930;
}
</style>
border-color css
<style>
span { border-color: #25E930; }
span { border-color: rgb(37,233,48); }
td.TdClassName
{
border-color: #25E930;
}
.TagClassName
{
border-color: #25E930;
}
</style>