Shades of Lime Green #25B440
Tints of Lime Green #25B440
RGB
CMYK
RGB Variations
Color information
#25B440 (or 0x25B440) is known color: Lime Green. HEX triplet: 25, B4 and 40. RGB value is (37,180,64). Sum of RGB (Red+Green+Blue) = 37+180+64=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 180 (70.70% from 255 or 64.06% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 180 - color contains mainly: green. Hex color #25B440 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25B440 is #DA4BBF. Grayscale: #7C7C7C. Windows color (decimal): -14306240 or 4240421. OLE color: 4240421.
HSL color Cylindrical-coordinate representation of color #25B440: hue angle of 131.33º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25B440 is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 37 | 180 | 64 | - |
| CMYK | 0.79 | 0 | 0.64 | 0.29 |
| HSL | 131.33º | 0.66% | 0.43% | - |
| HSV(B) | 131.33º | 0.79% | 0.71% | - |
| XYZ | 18.01 | 33.41 | 10.35 | - |
| YUV | 124.02 | 94.12 | 65.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 180 | 64 | 0.79 | 0 | 0.64 | 0.29 | 131.33 | 0.66 | 0.43 |
| Hex | 25 | B4 | 40 | 4F | 0 | 40 | 1D | 83 | 42 | 2B |
| Octal | 45 | 264 | 100 | 117 | 0 | 100 | 35 | 203 | 102 | 53 |
| Binary | 100101 | 10110100 | 1000000 | 1001111 | 0 | 1000000 | 11101 | 10000011 | 1000010 | 101011 |
Color Harmonies of #25B440
Complementary color
Monochromatic Colors of #25B440
Black with #25B440
Text Example
Text Example
White with #25B440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25B440; }
p { color: rgb(37,180,64); }
H1.HeaderClassName
{
color: #25B440;
}
.AnyTagClassName
{
color: #25B440;
}
</style>
background-color css
<style>
a { background-color: #25B440; }
a { background-color: rgb(37,180,64); }
div.DivClassName
{
background-color: #25B440;
}
.BgClassName
{
background-color: #25B440;
}
</style>
border-color css
<style>
span { border-color: #25B440; }
span { border-color: rgb(37,180,64); }
td.TdClassName
{
border-color: #25B440;
}
.TagClassName
{
border-color: #25B440;
}
</style>