Shades of Lime Green #25BA1E
Tints of Lime Green #25BA1E
RGB
CMYK
RGB Variations
Color information
#25BA1E (or 0x25BA1E) is known color: Lime Green. HEX triplet: 25, BA and 1E. RGB value is (37,186,30). Sum of RGB (Red+Green+Blue) = 37+186+30=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 186 (73.05% from 255 or 73.52% from 253); Blue value is 30 (12.11% from 255 or 11.86% from 253); Max value from RGB is 186 - color contains mainly: green. Hex color #25BA1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25BA1E is #DA45E1. Grayscale: #7C7C7C. Windows color (decimal): -14304738 or 2013733. OLE color: 2013733.
HSL color Cylindrical-coordinate representation of color #25BA1E: hue angle of 117.31º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25BA1E is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 186 | 30 | - |
| CMYK | 0.80 | 0 | 0.84 | 0.27 |
| HSL | 117.31º | 0.72% | 0.42% | - |
| HSV(B) | 117.31º | 0.84% | 0.73% | - |
| XYZ | 18.56 | 35.6 | 7.12 | - |
| YUV | 123.67 | 75.14 | 66.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 186 | 30 | 0.80 | 0 | 0.84 | 0.27 | 117.31 | 0.72 | 0.42 |
| Hex | 25 | BA | 1E | 50 | 0 | 54 | 1B | 75 | 48 | 2A |
| Octal | 45 | 272 | 36 | 120 | 0 | 124 | 33 | 165 | 110 | 52 |
| Binary | 100101 | 10111010 | 11110 | 1010000 | 0 | 1010100 | 11011 | 1110101 | 1001000 | 101010 |
Color Harmonies of #25BA1E
Complementary color
Monochromatic Colors of #25BA1E
Black with #25BA1E
Text Example
Text Example
White with #25BA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BA1E; }
p { color: rgb(37,186,30); }
H1.HeaderClassName
{
color: #25BA1E;
}
.AnyTagClassName
{
color: #25BA1E;
}
</style>
background-color css
<style>
a { background-color: #25BA1E; }
a { background-color: rgb(37,186,30); }
div.DivClassName
{
background-color: #25BA1E;
}
.BgClassName
{
background-color: #25BA1E;
}
</style>
border-color css
<style>
span { border-color: #25BA1E; }
span { border-color: rgb(37,186,30); }
td.TdClassName
{
border-color: #25BA1E;
}
.TagClassName
{
border-color: #25BA1E;
}
</style>