Shades of Lime Green #25E635
Tints of Lime Green #25E635
RGB
CMYK
RGB Variations
Color information
#25E635 (or 0x25E635) is known color: Lime Green. HEX triplet: 25, E6 and 35. RGB value is (37,230,53). Sum of RGB (Red+Green+Blue) = 37+230+53=320 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.56% from 320); Green value is 230 (90.23% from 255 or 71.88% from 320); Blue value is 53 (21.09% from 255 or 16.56% from 320); Max value from RGB is 230 - color contains mainly: green. Hex color #25E635 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25E635 is #DA19CA. Grayscale: #989898. Windows color (decimal): -14293451 or 3532325. OLE color: 3532325.
HSL color Cylindrical-coordinate representation of color #25E635: hue angle of 124.97º 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 #25E635 is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 37 | 230 | 53 | - |
| CMYK | 0.84 | 0 | 0.77 | 0.10 |
| HSL | 124.97º | 0.79% | 0.52% | - |
| HSV(B) | 124.97º | 0.84% | 0.9% | - |
| XYZ | 29.7 | 57.24 | 12.85 | - |
| YUV | 152.12 | 72.06 | 45.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 230 | 53 | 0.84 | 0 | 0.77 | 0.10 | 124.97 | 0.79 | 0.52 |
| Hex | 25 | E6 | 35 | 54 | 0 | 4D | A | 7D | 4F | 34 |
| Octal | 45 | 346 | 65 | 124 | 0 | 115 | 12 | 175 | 117 | 64 |
| Binary | 100101 | 11100110 | 110101 | 1010100 | 0 | 1001101 | 1010 | 1111101 | 1001111 | 110100 |
Color Harmonies of #25E635
Complementary color
Monochromatic Colors of #25E635
Black with #25E635
Text Example
Text Example
White with #25E635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E635; }
p { color: rgb(37,230,53); }
H1.HeaderClassName
{
color: #25E635;
}
.AnyTagClassName
{
color: #25E635;
}
</style>
background-color css
<style>
a { background-color: #25E635; }
a { background-color: rgb(37,230,53); }
div.DivClassName
{
background-color: #25E635;
}
.BgClassName
{
background-color: #25E635;
}
</style>
border-color css
<style>
span { border-color: #25E635; }
span { border-color: rgb(37,230,53); }
td.TdClassName
{
border-color: #25E635;
}
.TagClassName
{
border-color: #25E635;
}
</style>