Shades of Lime Green #25BC46
Tints of Lime Green #25BC46
RGB
CMYK
RGB Variations
Color information
#25BC46 (or 0x25BC46) is known color: Lime Green. HEX triplet: 25, BC and 46. RGB value is (37,188,70). Sum of RGB (Red+Green+Blue) = 37+188+70=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 188 (73.83% from 255 or 63.73% from 295); Blue value is 70 (27.73% from 255 or 23.73% from 295); Max value from RGB is 188 - color contains mainly: green. Hex color #25BC46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25BC46 is #DA43B9. Grayscale: #818181. Windows color (decimal): -14304186 or 4635685. OLE color: 4635685.
HSL color Cylindrical-coordinate representation of color #25BC46: hue angle of 133.11º 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 #25BC46 is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 188 | 70 | - |
| CMYK | 0.80 | 0 | 0.63 | 0.26 |
| HSL | 133.11º | 0.67% | 0.44% | - |
| HSV(B) | 133.11º | 0.8% | 0.74% | - |
| XYZ | 19.85 | 36.8 | 11.85 | - |
| YUV | 129.4 | 94.47 | 62.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 188 | 70 | 0.80 | 0 | 0.63 | 0.26 | 133.11 | 0.67 | 0.44 |
| Hex | 25 | BC | 46 | 50 | 0 | 3F | 1A | 85 | 43 | 2C |
| Octal | 45 | 274 | 106 | 120 | 0 | 77 | 32 | 205 | 103 | 54 |
| Binary | 100101 | 10111100 | 1000110 | 1010000 | 0 | 111111 | 11010 | 10000101 | 1000011 | 101100 |
Color Harmonies of #25BC46
Complementary color
Monochromatic Colors of #25BC46
Black with #25BC46
Text Example
Text Example
White with #25BC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BC46; }
p { color: rgb(37,188,70); }
H1.HeaderClassName
{
color: #25BC46;
}
.AnyTagClassName
{
color: #25BC46;
}
</style>
background-color css
<style>
a { background-color: #25BC46; }
a { background-color: rgb(37,188,70); }
div.DivClassName
{
background-color: #25BC46;
}
.BgClassName
{
background-color: #25BC46;
}
</style>
border-color css
<style>
span { border-color: #25BC46; }
span { border-color: rgb(37,188,70); }
td.TdClassName
{
border-color: #25BC46;
}
.TagClassName
{
border-color: #25BC46;
}
</style>