Shades of Lime Green #41DA25
Tints of Lime Green #41DA25
RGB
CMYK
RGB Variations
Color information
#41DA25 (or 0x41DA25) is known color: Lime Green. HEX triplet: 41, DA and 25. RGB value is (65,218,37). Sum of RGB (Red+Green+Blue) = 65+218+37=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 218 (85.55% from 255 or 68.12% from 320); Blue value is 37 (14.84% from 255 or 11.56% from 320); Max value from RGB is 218 - color contains mainly: green. Hex color #41DA25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41DA25 is #BE25DA. Grayscale: #989898. Windows color (decimal): -12461531 or 2480705. OLE color: 2480705.
HSL color Cylindrical-coordinate representation of color #41DA25: hue angle of 110.72º 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 #41DA25 is Cyan = 0.70, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 218 | 37 | - |
| CMYK | 0.70 | 0 | 0.83 | 0.15 |
| HSL | 110.72º | 0.71% | 0.5% | - |
| HSV(B) | 110.72º | 0.83% | 0.85% | - |
| XYZ | 27.59 | 51.4 | 10.22 | - |
| YUV | 151.62 | 63.31 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 218 | 37 | 0.70 | 0 | 0.83 | 0.15 | 110.72 | 0.71 | 0.5 |
| Hex | 41 | DA | 25 | 46 | 0 | 53 | F | 6F | 47 | 32 |
| Octal | 101 | 332 | 45 | 106 | 0 | 123 | 17 | 157 | 107 | 62 |
| Binary | 1000001 | 11011010 | 100101 | 1000110 | 0 | 1010011 | 1111 | 1101111 | 1000111 | 110010 |
Color Harmonies of #41DA25
Complementary color
Monochromatic Colors of #41DA25
Black with #41DA25
Text Example
Text Example
White with #41DA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DA25; }
p { color: rgb(65,218,37); }
H1.HeaderClassName
{
color: #41DA25;
}
.AnyTagClassName
{
color: #41DA25;
}
</style>
background-color css
<style>
a { background-color: #41DA25; }
a { background-color: rgb(65,218,37); }
div.DivClassName
{
background-color: #41DA25;
}
.BgClassName
{
background-color: #41DA25;
}
</style>
border-color css
<style>
span { border-color: #41DA25; }
span { border-color: rgb(65,218,37); }
td.TdClassName
{
border-color: #41DA25;
}
.TagClassName
{
border-color: #41DA25;
}
</style>