Shades of Lime Green #25B543
Tints of Lime Green #25B543
RGB
CMYK
RGB Variations
Color information
#25B543 (or 0x25B543) is known color: Lime Green. HEX triplet: 25, B5 and 43. RGB value is (37,181,67). Sum of RGB (Red+Green+Blue) = 37+181+67=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 181 (71.09% from 255 or 63.51% from 285); Blue value is 67 (26.56% from 255 or 23.51% from 285); Max value from RGB is 181 - color contains mainly: green. Hex color #25B543 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25B543 is #DA4ABC. Grayscale: #7D7D7D. Windows color (decimal): -14305981 or 4437285. OLE color: 4437285.
HSL color Cylindrical-coordinate representation of color #25B543: hue angle of 132.5º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25B543 is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 37 | 181 | 67 | - |
| CMYK | 0.80 | 0 | 0.63 | 0.29 |
| HSL | 132.5º | 0.66% | 0.43% | - |
| HSV(B) | 132.5º | 0.8% | 0.71% | - |
| XYZ | 18.3 | 33.85 | 10.88 | - |
| YUV | 124.95 | 95.29 | 65.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 181 | 67 | 0.80 | 0 | 0.63 | 0.29 | 132.5 | 0.66 | 0.43 |
| Hex | 25 | B5 | 43 | 50 | 0 | 3F | 1D | 84 | 42 | 2B |
| Octal | 45 | 265 | 103 | 120 | 0 | 77 | 35 | 204 | 102 | 53 |
| Binary | 100101 | 10110101 | 1000011 | 1010000 | 0 | 111111 | 11101 | 10000100 | 1000010 | 101011 |
Color Harmonies of #25B543
Complementary color
Monochromatic Colors of #25B543
Black with #25B543
Text Example
Text Example
White with #25B543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25B543; }
p { color: rgb(37,181,67); }
H1.HeaderClassName
{
color: #25B543;
}
.AnyTagClassName
{
color: #25B543;
}
</style>
background-color css
<style>
a { background-color: #25B543; }
a { background-color: rgb(37,181,67); }
div.DivClassName
{
background-color: #25B543;
}
.BgClassName
{
background-color: #25B543;
}
</style>
border-color css
<style>
span { border-color: #25B543; }
span { border-color: rgb(37,181,67); }
td.TdClassName
{
border-color: #25B543;
}
.TagClassName
{
border-color: #25B543;
}
</style>