Shades of Lime Green #25E03D
Tints of Lime Green #25E03D
RGB
CMYK
RGB Variations
Color information
#25E03D (or 0x25E03D) is known color: Lime Green. HEX triplet: 25, E0 and 3D. RGB value is (37,224,61). Sum of RGB (Red+Green+Blue) = 37+224+61=322 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.49% from 322); Green value is 224 (87.89% from 255 or 69.57% from 322); Blue value is 61 (24.22% from 255 or 18.94% from 322); Max value from RGB is 224 - color contains mainly: green. Hex color #25E03D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25E03D is #DA1FC2. Grayscale: #959595. Windows color (decimal): -14294979 or 4055077. OLE color: 4055077.
HSL color Cylindrical-coordinate representation of color #25E03D: hue angle of 127.7º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25E03D is Cyan = 0.83, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 37 | 224 | 61 | - |
| CMYK | 0.83 | 0 | 0.73 | 0.12 |
| HSL | 127.7º | 0.75% | 0.51% | - |
| HSV(B) | 127.7º | 0.83% | 0.88% | - |
| XYZ | 28.26 | 54.04 | 13.36 | - |
| YUV | 149.51 | 78.05 | 47.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 224 | 61 | 0.83 | 0 | 0.73 | 0.12 | 127.7 | 0.75 | 0.51 |
| Hex | 25 | E0 | 3D | 53 | 0 | 49 | C | 80 | 4B | 33 |
| Octal | 45 | 340 | 75 | 123 | 0 | 111 | 14 | 200 | 113 | 63 |
| Binary | 100101 | 11100000 | 111101 | 1010011 | 0 | 1001001 | 1100 | 10000000 | 1001011 | 110011 |
Color Harmonies of #25E03D
Complementary color
Monochromatic Colors of #25E03D
Black with #25E03D
Text Example
Text Example
White with #25E03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E03D; }
p { color: rgb(37,224,61); }
H1.HeaderClassName
{
color: #25E03D;
}
.AnyTagClassName
{
color: #25E03D;
}
</style>
background-color css
<style>
a { background-color: #25E03D; }
a { background-color: rgb(37,224,61); }
div.DivClassName
{
background-color: #25E03D;
}
.BgClassName
{
background-color: #25E03D;
}
</style>
border-color css
<style>
span { border-color: #25E03D; }
span { border-color: rgb(37,224,61); }
td.TdClassName
{
border-color: #25E03D;
}
.TagClassName
{
border-color: #25E03D;
}
</style>