Shades of Lime Green #25DC3A
Tints of Lime Green #25DC3A
RGB
CMYK
RGB Variations
Color information
#25DC3A (or 0x25DC3A) is known color: Lime Green. HEX triplet: 25, DC and 3A. RGB value is (37,220,58). Sum of RGB (Red+Green+Blue) = 37+220+58=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 220 (86.33% from 255 or 69.84% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 220 - color contains mainly: green. Hex color #25DC3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25DC3A is #DA23C5. Grayscale: #939393. Windows color (decimal): -14296006 or 3857445. OLE color: 3857445.
HSL color Cylindrical-coordinate representation of color #25DC3A: hue angle of 126.89º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25DC3A is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 220 | 58 | - |
| CMYK | 0.83 | 0 | 0.74 | 0.14 |
| HSL | 126.89º | 0.72% | 0.5% | - |
| HSV(B) | 126.89º | 0.83% | 0.86% | - |
| XYZ | 27.12 | 51.89 | 12.59 | - |
| YUV | 146.82 | 77.87 | 49.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 220 | 58 | 0.83 | 0 | 0.74 | 0.14 | 126.89 | 0.72 | 0.5 |
| Hex | 25 | DC | 3A | 53 | 0 | 4A | E | 7F | 48 | 32 |
| Octal | 45 | 334 | 72 | 123 | 0 | 112 | 16 | 177 | 110 | 62 |
| Binary | 100101 | 11011100 | 111010 | 1010011 | 0 | 1001010 | 1110 | 1111111 | 1001000 | 110010 |
Color Harmonies of #25DC3A
Complementary color
Monochromatic Colors of #25DC3A
Black with #25DC3A
Text Example
Text Example
White with #25DC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DC3A; }
p { color: rgb(37,220,58); }
H1.HeaderClassName
{
color: #25DC3A;
}
.AnyTagClassName
{
color: #25DC3A;
}
</style>
background-color css
<style>
a { background-color: #25DC3A; }
a { background-color: rgb(37,220,58); }
div.DivClassName
{
background-color: #25DC3A;
}
.BgClassName
{
background-color: #25DC3A;
}
</style>
border-color css
<style>
span { border-color: #25DC3A; }
span { border-color: rgb(37,220,58); }
td.TdClassName
{
border-color: #25DC3A;
}
.TagClassName
{
border-color: #25DC3A;
}
</style>