Shades of Lime Green #25B21E
Tints of Lime Green #25B21E
RGB
CMYK
RGB Variations
Color information
#25B21E (or 0x25B21E) is known color: Lime Green. HEX triplet: 25, B2 and 1E. RGB value is (37,178,30). Sum of RGB (Red+Green+Blue) = 37+178+30=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 178 (69.92% from 255 or 72.65% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 178 - color contains mainly: green. Hex color #25B21E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25B21E is #DA4DE1. Grayscale: #777777. Windows color (decimal): -14306786 or 2011685. OLE color: 2011685.
HSL color Cylindrical-coordinate representation of color #25B21E: hue angle of 117.16º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25B21E is Cyan = 0.79, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 37 | 178 | 30 | - |
| CMYK | 0.79 | 0 | 0.83 | 0.30 |
| HSL | 117.16º | 0.71% | 0.41% | - |
| HSV(B) | 117.16º | 0.83% | 0.7% | - |
| XYZ | 16.92 | 32.33 | 6.58 | - |
| YUV | 118.97 | 77.79 | 69.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 178 | 30 | 0.79 | 0 | 0.83 | 0.30 | 117.16 | 0.71 | 0.41 |
| Hex | 25 | B2 | 1E | 4F | 0 | 53 | 1E | 75 | 47 | 29 |
| Octal | 45 | 262 | 36 | 117 | 0 | 123 | 36 | 165 | 107 | 51 |
| Binary | 100101 | 10110010 | 11110 | 1001111 | 0 | 1010011 | 11110 | 1110101 | 1000111 | 101001 |
Color Harmonies of #25B21E
Complementary color
Monochromatic Colors of #25B21E
Black with #25B21E
Text Example
Text Example
White with #25B21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25B21E; }
p { color: rgb(37,178,30); }
H1.HeaderClassName
{
color: #25B21E;
}
.AnyTagClassName
{
color: #25B21E;
}
</style>
background-color css
<style>
a { background-color: #25B21E; }
a { background-color: rgb(37,178,30); }
div.DivClassName
{
background-color: #25B21E;
}
.BgClassName
{
background-color: #25B21E;
}
</style>
border-color css
<style>
span { border-color: #25B21E; }
span { border-color: rgb(37,178,30); }
td.TdClassName
{
border-color: #25B21E;
}
.TagClassName
{
border-color: #25B21E;
}
</style>