Shades of Lime Green #41DB1F
Tints of Lime Green #41DB1F
RGB
CMYK
RGB Variations
Color information
#41DB1F (or 0x41DB1F) is known color: Lime Green. HEX triplet: 41, DB and 1F. RGB value is (65,219,31). Sum of RGB (Red+Green+Blue) = 65+219+31=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 219 (85.94% from 255 or 69.52% from 315); Blue value is 31 (12.5% from 255 or 9.84% from 315); Max value from RGB is 219 - color contains mainly: green. Hex color #41DB1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41DB1F is #BE24E0. Grayscale: #989898. Windows color (decimal): -12461281 or 2087745. OLE color: 2087745.
HSL color Cylindrical-coordinate representation of color #41DB1F: hue angle of 109.15º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #41DB1F is Cyan = 0.70, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 219 | 31 | - |
| CMYK | 0.70 | 0 | 0.86 | 0.14 |
| HSL | 109.15º | 0.75% | 0.49% | - |
| HSV(B) | 109.15º | 0.86% | 0.86% | - |
| XYZ | 27.76 | 51.89 | 9.85 | - |
| YUV | 151.52 | 59.98 | 66.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 219 | 31 | 0.70 | 0 | 0.86 | 0.14 | 109.15 | 0.75 | 0.49 |
| Hex | 41 | DB | 1F | 46 | 0 | 56 | E | 6D | 4B | 31 |
| Octal | 101 | 333 | 37 | 106 | 0 | 126 | 16 | 155 | 113 | 61 |
| Binary | 1000001 | 11011011 | 11111 | 1000110 | 0 | 1010110 | 1110 | 1101101 | 1001011 | 110001 |
Color Harmonies of #41DB1F
Complementary color
Monochromatic Colors of #41DB1F
Black with #41DB1F
Text Example
Text Example
White with #41DB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DB1F; }
p { color: rgb(65,219,31); }
H1.HeaderClassName
{
color: #41DB1F;
}
.AnyTagClassName
{
color: #41DB1F;
}
</style>
background-color css
<style>
a { background-color: #41DB1F; }
a { background-color: rgb(65,219,31); }
div.DivClassName
{
background-color: #41DB1F;
}
.BgClassName
{
background-color: #41DB1F;
}
</style>
border-color css
<style>
span { border-color: #41DB1F; }
span { border-color: rgb(65,219,31); }
td.TdClassName
{
border-color: #41DB1F;
}
.TagClassName
{
border-color: #41DB1F;
}
</style>