Shades of Lime Green #25B92E
Tints of Lime Green #25B92E
RGB
CMYK
RGB Variations
Color information
#25B92E (or 0x25B92E) is known color: Lime Green. HEX triplet: 25, B9 and 2E. RGB value is (37,185,46). Sum of RGB (Red+Green+Blue) = 37+185+46=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 185 (72.66% from 255 or 69.03% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 185 - color contains mainly: green. Hex color #25B92E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25B92E is #DA46D1. Grayscale: #7D7D7D. Windows color (decimal): -14304978 or 3062053. OLE color: 3062053.
HSL color Cylindrical-coordinate representation of color #25B92E: hue angle of 123.65º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25B92E is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 185 | 46 | - |
| CMYK | 0.80 | 0 | 0.75 | 0.27 |
| HSL | 123.65º | 0.67% | 0.44% | - |
| HSV(B) | 123.65º | 0.8% | 0.73% | - |
| XYZ | 18.61 | 35.29 | 8.42 | - |
| YUV | 124.9 | 83.47 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 185 | 46 | 0.80 | 0 | 0.75 | 0.27 | 123.65 | 0.67 | 0.44 |
| Hex | 25 | B9 | 2E | 50 | 0 | 4B | 1B | 7C | 43 | 2C |
| Octal | 45 | 271 | 56 | 120 | 0 | 113 | 33 | 174 | 103 | 54 |
| Binary | 100101 | 10111001 | 101110 | 1010000 | 0 | 1001011 | 11011 | 1111100 | 1000011 | 101100 |
Color Harmonies of #25B92E
Complementary color
Monochromatic Colors of #25B92E
Black with #25B92E
Text Example
Text Example
White with #25B92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25B92E; }
p { color: rgb(37,185,46); }
H1.HeaderClassName
{
color: #25B92E;
}
.AnyTagClassName
{
color: #25B92E;
}
</style>
background-color css
<style>
a { background-color: #25B92E; }
a { background-color: rgb(37,185,46); }
div.DivClassName
{
background-color: #25B92E;
}
.BgClassName
{
background-color: #25B92E;
}
</style>
border-color css
<style>
span { border-color: #25B92E; }
span { border-color: rgb(37,185,46); }
td.TdClassName
{
border-color: #25B92E;
}
.TagClassName
{
border-color: #25B92E;
}
</style>