Shades of Lime Green #41DF1B
Tints of Lime Green #41DF1B
RGB
CMYK
RGB Variations
Color information
#41DF1B (or 0x41DF1B) is known color: Lime Green. HEX triplet: 41, DF and 1B. RGB value is (65,223,27). Sum of RGB (Red+Green+Blue) = 65+223+27=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 223 (87.5% from 255 or 70.79% from 315); Blue value is 27 (10.94% from 255 or 8.57% from 315); Max value from RGB is 223 - color contains mainly: green. Hex color #41DF1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41DF1B is #BE20E4. Grayscale: #9A9A9A. Windows color (decimal): -12460261 or 1826625. OLE color: 1826625.
HSL color Cylindrical-coordinate representation of color #41DF1B: hue angle of 108.37º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #41DF1B is Cyan = 0.71, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 223 | 27 | - |
| CMYK | 0.71 | 0 | 0.88 | 0.13 |
| HSL | 108.37º | 0.78% | 0.49% | - |
| HSV(B) | 108.37º | 0.88% | 0.87% | - |
| XYZ | 28.77 | 53.98 | 9.94 | - |
| YUV | 153.41 | 56.65 | 64.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 223 | 27 | 0.71 | 0 | 0.88 | 0.13 | 108.37 | 0.78 | 0.49 |
| Hex | 41 | DF | 1B | 47 | 0 | 58 | D | 6C | 4E | 31 |
| Octal | 101 | 337 | 33 | 107 | 0 | 130 | 15 | 154 | 116 | 61 |
| Binary | 1000001 | 11011111 | 11011 | 1000111 | 0 | 1011000 | 1101 | 1101100 | 1001110 | 110001 |
Color Harmonies of #41DF1B
Complementary color
Monochromatic Colors of #41DF1B
Black with #41DF1B
Text Example
Text Example
White with #41DF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DF1B; }
p { color: rgb(65,223,27); }
H1.HeaderClassName
{
color: #41DF1B;
}
.AnyTagClassName
{
color: #41DF1B;
}
</style>
background-color css
<style>
a { background-color: #41DF1B; }
a { background-color: rgb(65,223,27); }
div.DivClassName
{
background-color: #41DF1B;
}
.BgClassName
{
background-color: #41DF1B;
}
</style>
border-color css
<style>
span { border-color: #41DF1B; }
span { border-color: rgb(65,223,27); }
td.TdClassName
{
border-color: #41DF1B;
}
.TagClassName
{
border-color: #41DF1B;
}
</style>