Shades of Lime Green #25BD25
Tints of Lime Green #25BD25
RGB
CMYK
RGB Variations
Color information
#25BD25 (or 0x25BD25) is known color: Lime Green. HEX triplet: 25, BD and 25. RGB value is (37,189,37). Sum of RGB (Red+Green+Blue) = 37+189+37=263 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.07% from 263); Green value is 189 (74.22% from 255 or 71.86% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 189 - color contains mainly: green. Hex color #25BD25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25BD25 is #DA42DA. Grayscale: #7E7E7E. Windows color (decimal): -14303963 or 2473253. OLE color: 2473253.
HSL color Cylindrical-coordinate representation of color #25BD25: hue angle of 120º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25BD25 is Cyan = 0.80, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 189 | 37 | - |
| CMYK | 0.80 | 0 | 0.80 | 0.26 |
| HSL | 120º | 0.67% | 0.44% | - |
| HSV(B) | 120º | 0.8% | 0.74% | - |
| XYZ | 19.29 | 36.92 | 7.86 | - |
| YUV | 126.22 | 77.64 | 64.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 189 | 37 | 0.80 | 0 | 0.80 | 0.26 | 120 | 0.67 | 0.44 |
| Hex | 25 | BD | 25 | 50 | 0 | 50 | 1A | 78 | 43 | 2C |
| Octal | 45 | 275 | 45 | 120 | 0 | 120 | 32 | 170 | 103 | 54 |
| Binary | 100101 | 10111101 | 100101 | 1010000 | 0 | 1010000 | 11010 | 1111000 | 1000011 | 101100 |
Color Harmonies of #25BD25
Complementary color
Monochromatic Colors of #25BD25
Black with #25BD25
Text Example
Text Example
White with #25BD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BD25; }
p { color: rgb(37,189,37); }
H1.HeaderClassName
{
color: #25BD25;
}
.AnyTagClassName
{
color: #25BD25;
}
</style>
background-color css
<style>
a { background-color: #25BD25; }
a { background-color: rgb(37,189,37); }
div.DivClassName
{
background-color: #25BD25;
}
.BgClassName
{
background-color: #25BD25;
}
</style>
border-color css
<style>
span { border-color: #25BD25; }
span { border-color: rgb(37,189,37); }
td.TdClassName
{
border-color: #25BD25;
}
.TagClassName
{
border-color: #25BD25;
}
</style>