Shades of Lime Green #25E33D
Tints of Lime Green #25E33D
RGB
CMYK
RGB Variations
Color information
#25E33D (or 0x25E33D) is known color: Lime Green. HEX triplet: 25, E3 and 3D. RGB value is (37,227,61). Sum of RGB (Red+Green+Blue) = 37+227+61=325 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.38% from 325); Green value is 227 (89.06% from 255 or 69.85% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 227 - color contains mainly: green. Hex color #25E33D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25E33D is #DA1CC2. Grayscale: #979797. Windows color (decimal): -14294211 or 4055845. OLE color: 4055845.
HSL color Cylindrical-coordinate representation of color #25E33D: hue angle of 127.58º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25E33D is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 37 | 227 | 61 | - |
| CMYK | 0.84 | 0 | 0.73 | 0.11 |
| HSL | 127.58º | 0.77% | 0.52% | - |
| HSV(B) | 127.58º | 0.84% | 0.89% | - |
| XYZ | 29.07 | 55.67 | 13.63 | - |
| YUV | 151.27 | 77.05 | 46.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 227 | 61 | 0.84 | 0 | 0.73 | 0.11 | 127.58 | 0.77 | 0.52 |
| Hex | 25 | E3 | 3D | 54 | 0 | 49 | B | 80 | 4D | 34 |
| Octal | 45 | 343 | 75 | 124 | 0 | 111 | 13 | 200 | 115 | 64 |
| Binary | 100101 | 11100011 | 111101 | 1010100 | 0 | 1001001 | 1011 | 10000000 | 1001101 | 110100 |
Color Harmonies of #25E33D
Complementary color
Monochromatic Colors of #25E33D
Black with #25E33D
Text Example
Text Example
White with #25E33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E33D; }
p { color: rgb(37,227,61); }
H1.HeaderClassName
{
color: #25E33D;
}
.AnyTagClassName
{
color: #25E33D;
}
</style>
background-color css
<style>
a { background-color: #25E33D; }
a { background-color: rgb(37,227,61); }
div.DivClassName
{
background-color: #25E33D;
}
.BgClassName
{
background-color: #25E33D;
}
</style>
border-color css
<style>
span { border-color: #25E33D; }
span { border-color: rgb(37,227,61); }
td.TdClassName
{
border-color: #25E33D;
}
.TagClassName
{
border-color: #25E33D;
}
</style>