Shades of Lime Green #25D81B
Tints of Lime Green #25D81B
RGB
CMYK
RGB Variations
Color information
#25D81B (or 0x25D81B) is known color: Lime Green. HEX triplet: 25, D8 and 1B. RGB value is (37,216,27). Sum of RGB (Red+Green+Blue) = 37+216+27=280 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.21% from 280); Green value is 216 (84.77% from 255 or 77.14% from 280); Blue value is 27 (10.94% from 255 or 9.64% from 280); Max value from RGB is 216 - color contains mainly: green. Hex color #25D81B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25D81B is #DA27E4. Grayscale: #8D8D8D. Windows color (decimal): -14297061 or 1824805. OLE color: 1824805.
HSL color Cylindrical-coordinate representation of color #25D81B: hue angle of 116.83º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #25D81B is Cyan = 0.83, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 216 | 27 | - |
| CMYK | 0.83 | 0 | 0.88 | 0.15 |
| HSL | 116.83º | 0.78% | 0.48% | - |
| HSV(B) | 116.83º | 0.88% | 0.85% | - |
| XYZ | 25.52 | 49.58 | 9.26 | - |
| YUV | 140.93 | 63.7 | 53.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 216 | 27 | 0.83 | 0 | 0.88 | 0.15 | 116.83 | 0.78 | 0.48 |
| Hex | 25 | D8 | 1B | 53 | 0 | 58 | F | 75 | 4E | 30 |
| Octal | 45 | 330 | 33 | 123 | 0 | 130 | 17 | 165 | 116 | 60 |
| Binary | 100101 | 11011000 | 11011 | 1010011 | 0 | 1011000 | 1111 | 1110101 | 1001110 | 110000 |
Color Harmonies of #25D81B
Complementary color
Monochromatic Colors of #25D81B
Black with #25D81B
Text Example
Text Example
White with #25D81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D81B; }
p { color: rgb(37,216,27); }
H1.HeaderClassName
{
color: #25D81B;
}
.AnyTagClassName
{
color: #25D81B;
}
</style>
background-color css
<style>
a { background-color: #25D81B; }
a { background-color: rgb(37,216,27); }
div.DivClassName
{
background-color: #25D81B;
}
.BgClassName
{
background-color: #25D81B;
}
</style>
border-color css
<style>
span { border-color: #25D81B; }
span { border-color: rgb(37,216,27); }
td.TdClassName
{
border-color: #25D81B;
}
.TagClassName
{
border-color: #25D81B;
}
</style>