Shades of Lime Green #41DB23
Tints of Lime Green #41DB23
RGB
CMYK
RGB Variations
Color information
#41DB23 (or 0x41DB23) is known color: Lime Green. HEX triplet: 41, DB and 23. RGB value is (65,219,35). Sum of RGB (Red+Green+Blue) = 65+219+35=319 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.38% from 319); Green value is 219 (85.94% from 255 or 68.65% from 319); Blue value is 35 (14.06% from 255 or 10.97% from 319); Max value from RGB is 219 - color contains mainly: green. Hex color #41DB23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41DB23 is #BE24DC. Grayscale: #989898. Windows color (decimal): -12461277 or 2349889. OLE color: 2349889.
HSL color Cylindrical-coordinate representation of color #41DB23: hue angle of 110.22º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #41DB23 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 219 | 35 | - |
| CMYK | 0.70 | 0 | 0.84 | 0.14 |
| HSL | 110.22º | 0.72% | 0.5% | - |
| HSV(B) | 110.22º | 0.84% | 0.86% | - |
| XYZ | 27.81 | 51.91 | 10.14 | - |
| YUV | 151.98 | 61.98 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 219 | 35 | 0.70 | 0 | 0.84 | 0.14 | 110.22 | 0.72 | 0.5 |
| Hex | 41 | DB | 23 | 46 | 0 | 54 | E | 6E | 48 | 32 |
| Octal | 101 | 333 | 43 | 106 | 0 | 124 | 16 | 156 | 110 | 62 |
| Binary | 1000001 | 11011011 | 100011 | 1000110 | 0 | 1010100 | 1110 | 1101110 | 1001000 | 110010 |
Color Harmonies of #41DB23
Complementary color
Monochromatic Colors of #41DB23
Black with #41DB23
Text Example
Text Example
White with #41DB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DB23; }
p { color: rgb(65,219,35); }
H1.HeaderClassName
{
color: #41DB23;
}
.AnyTagClassName
{
color: #41DB23;
}
</style>
background-color css
<style>
a { background-color: #41DB23; }
a { background-color: rgb(65,219,35); }
div.DivClassName
{
background-color: #41DB23;
}
.BgClassName
{
background-color: #41DB23;
}
</style>
border-color css
<style>
span { border-color: #41DB23; }
span { border-color: rgb(65,219,35); }
td.TdClassName
{
border-color: #41DB23;
}
.TagClassName
{
border-color: #41DB23;
}
</style>