Shades of Lime Green #25BF2D
Tints of Lime Green #25BF2D
RGB
CMYK
RGB Variations
Color information
#25BF2D (or 0x25BF2D) is known color: Lime Green. HEX triplet: 25, BF and 2D. RGB value is (37,191,45). Sum of RGB (Red+Green+Blue) = 37+191+45=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 191 (75% from 255 or 69.96% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 191 - color contains mainly: green. Hex color #25BF2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25BF2D is #DA40D2. Grayscale: #808080. Windows color (decimal): -14303443 or 2998053. OLE color: 2998053.
HSL color Cylindrical-coordinate representation of color #25BF2D: hue angle of 123.12º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25BF2D is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 191 | 45 | - |
| CMYK | 0.81 | 0 | 0.76 | 0.25 |
| HSL | 123.12º | 0.68% | 0.45% | - |
| HSV(B) | 123.12º | 0.81% | 0.75% | - |
| XYZ | 19.87 | 37.84 | 8.74 | - |
| YUV | 128.31 | 80.98 | 62.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 191 | 45 | 0.81 | 0 | 0.76 | 0.25 | 123.12 | 0.68 | 0.45 |
| Hex | 25 | BF | 2D | 51 | 0 | 4C | 19 | 7B | 44 | 2D |
| Octal | 45 | 277 | 55 | 121 | 0 | 114 | 31 | 173 | 104 | 55 |
| Binary | 100101 | 10111111 | 101101 | 1010001 | 0 | 1001100 | 11001 | 1111011 | 1000100 | 101101 |
Color Harmonies of #25BF2D
Complementary color
Monochromatic Colors of #25BF2D
Black with #25BF2D
Text Example
Text Example
White with #25BF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BF2D; }
p { color: rgb(37,191,45); }
H1.HeaderClassName
{
color: #25BF2D;
}
.AnyTagClassName
{
color: #25BF2D;
}
</style>
background-color css
<style>
a { background-color: #25BF2D; }
a { background-color: rgb(37,191,45); }
div.DivClassName
{
background-color: #25BF2D;
}
.BgClassName
{
background-color: #25BF2D;
}
</style>
border-color css
<style>
span { border-color: #25BF2D; }
span { border-color: rgb(37,191,45); }
td.TdClassName
{
border-color: #25BF2D;
}
.TagClassName
{
border-color: #25BF2D;
}
</style>