Shades of Lime Green #25B83F
Tints of Lime Green #25B83F
RGB
CMYK
RGB Variations
Color information
#25B83F (or 0x25B83F) is known color: Lime Green. HEX triplet: 25, B8 and 3F. RGB value is (37,184,63). Sum of RGB (Red+Green+Blue) = 37+184+63=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 184 (72.27% from 255 or 64.79% from 284); Blue value is 63 (25% from 255 or 22.18% from 284); Max value from RGB is 184 - color contains mainly: green. Hex color #25B83F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25B83F is #DA47C0. Grayscale: #7E7E7E. Windows color (decimal): -14305217 or 4175909. OLE color: 4175909.
HSL color Cylindrical-coordinate representation of color #25B83F: hue angle of 130.61º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25B83F is Cyan = 0.80, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 37 | 184 | 63 | - |
| CMYK | 0.80 | 0 | 0.66 | 0.28 |
| HSL | 130.61º | 0.67% | 0.43% | - |
| HSV(B) | 130.61º | 0.8% | 0.72% | - |
| XYZ | 18.8 | 35.03 | 10.47 | - |
| YUV | 126.25 | 92.3 | 64.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 184 | 63 | 0.80 | 0 | 0.66 | 0.28 | 130.61 | 0.67 | 0.43 |
| Hex | 25 | B8 | 3F | 50 | 0 | 42 | 1C | 83 | 43 | 2B |
| Octal | 45 | 270 | 77 | 120 | 0 | 102 | 34 | 203 | 103 | 53 |
| Binary | 100101 | 10111000 | 111111 | 1010000 | 0 | 1000010 | 11100 | 10000011 | 1000011 | 101011 |
Color Harmonies of #25B83F
Complementary color
Monochromatic Colors of #25B83F
Black with #25B83F
Text Example
Text Example
White with #25B83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25B83F; }
p { color: rgb(37,184,63); }
H1.HeaderClassName
{
color: #25B83F;
}
.AnyTagClassName
{
color: #25B83F;
}
</style>
background-color css
<style>
a { background-color: #25B83F; }
a { background-color: rgb(37,184,63); }
div.DivClassName
{
background-color: #25B83F;
}
.BgClassName
{
background-color: #25B83F;
}
</style>
border-color css
<style>
span { border-color: #25B83F; }
span { border-color: rgb(37,184,63); }
td.TdClassName
{
border-color: #25B83F;
}
.TagClassName
{
border-color: #25B83F;
}
</style>