Shades of Lime Green #25D92B
Tints of Lime Green #25D92B
RGB
CMYK
RGB Variations
Color information
#25D92B (or 0x25D92B) is known color: Lime Green. HEX triplet: 25, D9 and 2B. RGB value is (37,217,43). Sum of RGB (Red+Green+Blue) = 37+217+43=297 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.46% from 297); Green value is 217 (85.16% from 255 or 73.06% from 297); Blue value is 43 (17.19% from 255 or 14.48% from 297); Max value from RGB is 217 - color contains mainly: green. Hex color #25D92B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25D92B is #DA26D4. Grayscale: #8F8F8F. Windows color (decimal): -14296789 or 2873637. OLE color: 2873637.
HSL color Cylindrical-coordinate representation of color #25D92B: hue angle of 122º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25D92B is Cyan = 0.83, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 217 | 43 | - |
| CMYK | 0.83 | 0 | 0.80 | 0.15 |
| HSL | 122º | 0.71% | 0.5% | - |
| HSV(B) | 122º | 0.83% | 0.85% | - |
| XYZ | 26.01 | 50.19 | 10.6 | - |
| YUV | 143.34 | 71.37 | 52.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 217 | 43 | 0.83 | 0 | 0.80 | 0.15 | 122 | 0.71 | 0.5 |
| Hex | 25 | D9 | 2B | 53 | 0 | 50 | F | 7A | 47 | 32 |
| Octal | 45 | 331 | 53 | 123 | 0 | 120 | 17 | 172 | 107 | 62 |
| Binary | 100101 | 11011001 | 101011 | 1010011 | 0 | 1010000 | 1111 | 1111010 | 1000111 | 110010 |
Color Harmonies of #25D92B
Complementary color
Monochromatic Colors of #25D92B
Black with #25D92B
Text Example
Text Example
White with #25D92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D92B; }
p { color: rgb(37,217,43); }
H1.HeaderClassName
{
color: #25D92B;
}
.AnyTagClassName
{
color: #25D92B;
}
</style>
background-color css
<style>
a { background-color: #25D92B; }
a { background-color: rgb(37,217,43); }
div.DivClassName
{
background-color: #25D92B;
}
.BgClassName
{
background-color: #25D92B;
}
</style>
border-color css
<style>
span { border-color: #25D92B; }
span { border-color: rgb(37,217,43); }
td.TdClassName
{
border-color: #25D92B;
}
.TagClassName
{
border-color: #25D92B;
}
</style>