Shades of Lime Green #25DA2D
Tints of Lime Green #25DA2D
RGB
CMYK
RGB Variations
Color information
#25DA2D (or 0x25DA2D) is known color: Lime Green. HEX triplet: 25, DA and 2D. RGB value is (37,218,45). Sum of RGB (Red+Green+Blue) = 37+218+45=300 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.33% from 300); Green value is 218 (85.55% from 255 or 72.67% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 218 - color contains mainly: green. Hex color #25DA2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25DA2D is #DA25D2. Grayscale: #909090. Windows color (decimal): -14296531 or 3004965. OLE color: 3004965.
HSL color Cylindrical-coordinate representation of color #25DA2D: hue angle of 122.65º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25DA2D is Cyan = 0.83, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 218 | 45 | - |
| CMYK | 0.83 | 0 | 0.79 | 0.15 |
| HSL | 122.65º | 0.71% | 0.5% | - |
| HSV(B) | 122.65º | 0.83% | 0.85% | - |
| XYZ | 26.31 | 50.73 | 10.89 | - |
| YUV | 144.16 | 72.03 | 51.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 218 | 45 | 0.83 | 0 | 0.79 | 0.15 | 122.65 | 0.71 | 0.5 |
| Hex | 25 | DA | 2D | 53 | 0 | 4F | F | 7B | 47 | 32 |
| Octal | 45 | 332 | 55 | 123 | 0 | 117 | 17 | 173 | 107 | 62 |
| Binary | 100101 | 11011010 | 101101 | 1010011 | 0 | 1001111 | 1111 | 1111011 | 1000111 | 110010 |
Color Harmonies of #25DA2D
Complementary color
Monochromatic Colors of #25DA2D
Black with #25DA2D
Text Example
Text Example
White with #25DA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DA2D; }
p { color: rgb(37,218,45); }
H1.HeaderClassName
{
color: #25DA2D;
}
.AnyTagClassName
{
color: #25DA2D;
}
</style>
background-color css
<style>
a { background-color: #25DA2D; }
a { background-color: rgb(37,218,45); }
div.DivClassName
{
background-color: #25DA2D;
}
.BgClassName
{
background-color: #25DA2D;
}
</style>
border-color css
<style>
span { border-color: #25DA2D; }
span { border-color: rgb(37,218,45); }
td.TdClassName
{
border-color: #25DA2D;
}
.TagClassName
{
border-color: #25DA2D;
}
</style>