Shades of Lime Green #25B640
Tints of Lime Green #25B640
RGB
CMYK
RGB Variations
Color information
#25B640 (or 0x25B640) is known color: Lime Green. HEX triplet: 25, B6 and 40. RGB value is (37,182,64). Sum of RGB (Red+Green+Blue) = 37+182+64=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 182 (71.48% from 255 or 64.31% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 182 - color contains mainly: green. Hex color #25B640 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25B640 is #DA49BF. Grayscale: #7D7D7D. Windows color (decimal): -14305728 or 4240933. OLE color: 4240933.
HSL color Cylindrical-coordinate representation of color #25B640: hue angle of 131.17º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25B640 is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 37 | 182 | 64 | - |
| CMYK | 0.80 | 0 | 0.65 | 0.29 |
| HSL | 131.17º | 0.66% | 0.43% | - |
| HSV(B) | 131.17º | 0.8% | 0.71% | - |
| XYZ | 18.42 | 34.22 | 10.48 | - |
| YUV | 125.19 | 93.46 | 65.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 182 | 64 | 0.80 | 0 | 0.65 | 0.29 | 131.17 | 0.66 | 0.43 |
| Hex | 25 | B6 | 40 | 50 | 0 | 41 | 1D | 83 | 42 | 2B |
| Octal | 45 | 266 | 100 | 120 | 0 | 101 | 35 | 203 | 102 | 53 |
| Binary | 100101 | 10110110 | 1000000 | 1010000 | 0 | 1000001 | 11101 | 10000011 | 1000010 | 101011 |
Color Harmonies of #25B640
Complementary color
Monochromatic Colors of #25B640
Black with #25B640
Text Example
Text Example
White with #25B640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25B640; }
p { color: rgb(37,182,64); }
H1.HeaderClassName
{
color: #25B640;
}
.AnyTagClassName
{
color: #25B640;
}
</style>
background-color css
<style>
a { background-color: #25B640; }
a { background-color: rgb(37,182,64); }
div.DivClassName
{
background-color: #25B640;
}
.BgClassName
{
background-color: #25B640;
}
</style>
border-color css
<style>
span { border-color: #25B640; }
span { border-color: rgb(37,182,64); }
td.TdClassName
{
border-color: #25B640;
}
.TagClassName
{
border-color: #25B640;
}
</style>