Shades of Lime Green #25E533
Tints of Lime Green #25E533
RGB
CMYK
RGB Variations
Color information
#25E533 (or 0x25E533) is known color: Lime Green. HEX triplet: 25, E5 and 33. RGB value is (37,229,51). Sum of RGB (Red+Green+Blue) = 37+229+51=317 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.67% from 317); Green value is 229 (89.84% from 255 or 72.24% from 317); Blue value is 51 (20.31% from 255 or 16.09% from 317); Max value from RGB is 229 - color contains mainly: green. Hex color #25E533 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25E533 is #DA1ACC. Grayscale: #979797. Windows color (decimal): -14293709 or 3400997. OLE color: 3400997.
HSL color Cylindrical-coordinate representation of color #25E533: hue angle of 124.38º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25E533 is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 37 | 229 | 51 | - |
| CMYK | 0.84 | 0 | 0.78 | 0.10 |
| HSL | 124.38º | 0.79% | 0.52% | - |
| HSV(B) | 124.38º | 0.84% | 0.9% | - |
| XYZ | 29.38 | 56.67 | 12.52 | - |
| YUV | 151.3 | 71.39 | 46.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 229 | 51 | 0.84 | 0 | 0.78 | 0.10 | 124.38 | 0.79 | 0.52 |
| Hex | 25 | E5 | 33 | 54 | 0 | 4E | A | 7C | 4F | 34 |
| Octal | 45 | 345 | 63 | 124 | 0 | 116 | 12 | 174 | 117 | 64 |
| Binary | 100101 | 11100101 | 110011 | 1010100 | 0 | 1001110 | 1010 | 1111100 | 1001111 | 110100 |
Color Harmonies of #25E533
Complementary color
Monochromatic Colors of #25E533
Black with #25E533
Text Example
Text Example
White with #25E533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E533; }
p { color: rgb(37,229,51); }
H1.HeaderClassName
{
color: #25E533;
}
.AnyTagClassName
{
color: #25E533;
}
</style>
background-color css
<style>
a { background-color: #25E533; }
a { background-color: rgb(37,229,51); }
div.DivClassName
{
background-color: #25E533;
}
.BgClassName
{
background-color: #25E533;
}
</style>
border-color css
<style>
span { border-color: #25E533; }
span { border-color: rgb(37,229,51); }
td.TdClassName
{
border-color: #25E533;
}
.TagClassName
{
border-color: #25E533;
}
</style>