Shades of Lime Green #25BC31
Tints of Lime Green #25BC31
RGB
CMYK
RGB Variations
Color information
#25BC31 (or 0x25BC31) is known color: Lime Green. HEX triplet: 25, BC and 31. RGB value is (37,188,49). Sum of RGB (Red+Green+Blue) = 37+188+49=274 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.50% from 274); Green value is 188 (73.83% from 255 or 68.61% from 274); Blue value is 49 (19.53% from 255 or 17.88% from 274); Max value from RGB is 188 - color contains mainly: green. Hex color #25BC31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25BC31 is #DA43CE. Grayscale: #7F7F7F. Windows color (decimal): -14304207 or 3259429. OLE color: 3259429.
HSL color Cylindrical-coordinate representation of color #25BC31: hue angle of 124.77º 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 #25BC31 is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 188 | 49 | - |
| CMYK | 0.80 | 0 | 0.74 | 0.26 |
| HSL | 124.77º | 0.67% | 0.44% | - |
| HSV(B) | 124.77º | 0.8% | 0.74% | - |
| XYZ | 19.3 | 36.58 | 8.95 | - |
| YUV | 127.01 | 83.97 | 63.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 188 | 49 | 0.80 | 0 | 0.74 | 0.26 | 124.77 | 0.67 | 0.44 |
| Hex | 25 | BC | 31 | 50 | 0 | 4A | 1A | 7D | 43 | 2C |
| Octal | 45 | 274 | 61 | 120 | 0 | 112 | 32 | 175 | 103 | 54 |
| Binary | 100101 | 10111100 | 110001 | 1010000 | 0 | 1001010 | 11010 | 1111101 | 1000011 | 101100 |
Color Harmonies of #25BC31
Complementary color
Monochromatic Colors of #25BC31
Black with #25BC31
Text Example
Text Example
White with #25BC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BC31; }
p { color: rgb(37,188,49); }
H1.HeaderClassName
{
color: #25BC31;
}
.AnyTagClassName
{
color: #25BC31;
}
</style>
background-color css
<style>
a { background-color: #25BC31; }
a { background-color: rgb(37,188,49); }
div.DivClassName
{
background-color: #25BC31;
}
.BgClassName
{
background-color: #25BC31;
}
</style>
border-color css
<style>
span { border-color: #25BC31; }
span { border-color: rgb(37,188,49); }
td.TdClassName
{
border-color: #25BC31;
}
.TagClassName
{
border-color: #25BC31;
}
</style>