Shades of Lime Green #25D641
Tints of Lime Green #25D641
RGB
CMYK
RGB Variations
Color information
#25D641 (or 0x25D641) is known color: Lime Green. HEX triplet: 25, D6 and 41. RGB value is (37,214,65). Sum of RGB (Red+Green+Blue) = 37+214+65=316 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.71% from 316); Green value is 214 (83.98% from 255 or 67.72% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 214 - color contains mainly: green. Hex color #25D641 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25D641 is #DA29BE. Grayscale: #909090. Windows color (decimal): -14297535 or 4314661. OLE color: 4314661.
HSL color Cylindrical-coordinate representation of color #25D641: hue angle of 129.49º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25D641 is Cyan = 0.83, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 37 | 214 | 65 | - |
| CMYK | 0.83 | 0 | 0.70 | 0.16 |
| HSL | 129.49º | 0.71% | 0.49% | - |
| HSV(B) | 129.49º | 0.83% | 0.84% | - |
| XYZ | 25.76 | 48.87 | 13.08 | - |
| YUV | 144.09 | 83.36 | 51.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 214 | 65 | 0.83 | 0 | 0.70 | 0.16 | 129.49 | 0.71 | 0.49 |
| Hex | 25 | D6 | 41 | 53 | 0 | 46 | 10 | 81 | 47 | 31 |
| Octal | 45 | 326 | 101 | 123 | 0 | 106 | 20 | 201 | 107 | 61 |
| Binary | 100101 | 11010110 | 1000001 | 1010011 | 0 | 1000110 | 10000 | 10000001 | 1000111 | 110001 |
Color Harmonies of #25D641
Complementary color
Monochromatic Colors of #25D641
Black with #25D641
Text Example
Text Example
White with #25D641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D641; }
p { color: rgb(37,214,65); }
H1.HeaderClassName
{
color: #25D641;
}
.AnyTagClassName
{
color: #25D641;
}
</style>
background-color css
<style>
a { background-color: #25D641; }
a { background-color: rgb(37,214,65); }
div.DivClassName
{
background-color: #25D641;
}
.BgClassName
{
background-color: #25D641;
}
</style>
border-color css
<style>
span { border-color: #25D641; }
span { border-color: rgb(37,214,65); }
td.TdClassName
{
border-color: #25D641;
}
.TagClassName
{
border-color: #25D641;
}
</style>