Shades of Lime Green #25B341
Tints of Lime Green #25B341
RGB
CMYK
RGB Variations
Color information
#25B341 (or 0x25B341) is known color: Lime Green. HEX triplet: 25, B3 and 41. RGB value is (37,179,65). Sum of RGB (Red+Green+Blue) = 37+179+65=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 179 (70.31% from 255 or 63.70% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 179 - color contains mainly: green. Hex color #25B341 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25B341 is #DA4CBE. Grayscale: #7B7B7B. Windows color (decimal): -14306495 or 4305701. OLE color: 4305701.
HSL color Cylindrical-coordinate representation of color #25B341: hue angle of 131.83º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25B341 is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 37 | 179 | 65 | - |
| CMYK | 0.79 | 0 | 0.64 | 0.30 |
| HSL | 131.83º | 0.66% | 0.42% | - |
| HSV(B) | 131.83º | 0.79% | 0.7% | - |
| XYZ | 17.84 | 33.02 | 10.43 | - |
| YUV | 123.55 | 94.96 | 66.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 179 | 65 | 0.79 | 0 | 0.64 | 0.30 | 131.83 | 0.66 | 0.42 |
| Hex | 25 | B3 | 41 | 4F | 0 | 40 | 1E | 84 | 42 | 2A |
| Octal | 45 | 263 | 101 | 117 | 0 | 100 | 36 | 204 | 102 | 52 |
| Binary | 100101 | 10110011 | 1000001 | 1001111 | 0 | 1000000 | 11110 | 10000100 | 1000010 | 101010 |
Color Harmonies of #25B341
Complementary color
Monochromatic Colors of #25B341
Black with #25B341
Text Example
Text Example
White with #25B341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25B341; }
p { color: rgb(37,179,65); }
H1.HeaderClassName
{
color: #25B341;
}
.AnyTagClassName
{
color: #25B341;
}
</style>
background-color css
<style>
a { background-color: #25B341; }
a { background-color: rgb(37,179,65); }
div.DivClassName
{
background-color: #25B341;
}
.BgClassName
{
background-color: #25B341;
}
</style>
border-color css
<style>
span { border-color: #25B341; }
span { border-color: rgb(37,179,65); }
td.TdClassName
{
border-color: #25B341;
}
.TagClassName
{
border-color: #25B341;
}
</style>