Shades of Lime Green #25E02D
Tints of Lime Green #25E02D
RGB
CMYK
RGB Variations
Color information
#25E02D (or 0x25E02D) is known color: Lime Green. HEX triplet: 25, E0 and 2D. RGB value is (37,224,45). Sum of RGB (Red+Green+Blue) = 37+224+45=306 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.09% from 306); Green value is 224 (87.89% from 255 or 73.20% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 224 - color contains mainly: green. Hex color #25E02D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25E02D is #DA1FD2. Grayscale: #949494. Windows color (decimal): -14294995 or 3006501. OLE color: 3006501.
HSL color Cylindrical-coordinate representation of color #25E02D: hue angle of 122.57º 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 #25E02D is Cyan = 0.83, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 37 | 224 | 45 | - |
| CMYK | 0.83 | 0 | 0.80 | 0.12 |
| HSL | 122.57º | 0.75% | 0.51% | - |
| HSV(B) | 122.57º | 0.83% | 0.88% | - |
| XYZ | 27.89 | 53.89 | 11.42 | - |
| YUV | 147.68 | 70.05 | 49.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 224 | 45 | 0.83 | 0 | 0.80 | 0.12 | 122.57 | 0.75 | 0.51 |
| Hex | 25 | E0 | 2D | 53 | 0 | 50 | C | 7B | 4B | 33 |
| Octal | 45 | 340 | 55 | 123 | 0 | 120 | 14 | 173 | 113 | 63 |
| Binary | 100101 | 11100000 | 101101 | 1010011 | 0 | 1010000 | 1100 | 1111011 | 1001011 | 110011 |
Color Harmonies of #25E02D
Complementary color
Monochromatic Colors of #25E02D
Black with #25E02D
Text Example
Text Example
White with #25E02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E02D; }
p { color: rgb(37,224,45); }
H1.HeaderClassName
{
color: #25E02D;
}
.AnyTagClassName
{
color: #25E02D;
}
</style>
background-color css
<style>
a { background-color: #25E02D; }
a { background-color: rgb(37,224,45); }
div.DivClassName
{
background-color: #25E02D;
}
.BgClassName
{
background-color: #25E02D;
}
</style>
border-color css
<style>
span { border-color: #25E02D; }
span { border-color: rgb(37,224,45); }
td.TdClassName
{
border-color: #25E02D;
}
.TagClassName
{
border-color: #25E02D;
}
</style>