Shades of Lime Green #41D23F
Tints of Lime Green #41D23F
RGB
CMYK
RGB Variations
Color information
#41D23F (or 0x41D23F) is known color: Lime Green. HEX triplet: 41, D2 and 3F. RGB value is (65,210,63). Sum of RGB (Red+Green+Blue) = 65+210+63=338 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.23% from 338); Green value is 210 (82.42% from 255 or 62.13% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 210 - color contains mainly: green. Hex color #41D23F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D23F is #BE2DC0. Grayscale: #969696. Windows color (decimal): -12463553 or 4182593. OLE color: 4182593.
HSL color Cylindrical-coordinate representation of color #41D23F: hue angle of 119.18º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41D23F is Cyan = 0.69, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 210 | 63 | - |
| CMYK | 0.69 | 0 | 0.70 | 0.18 |
| HSL | 119.18º | 0.62% | 0.54% | - |
| HSV(B) | 119.18º | 0.7% | 0.82% | - |
| XYZ | 26.12 | 47.58 | 12.51 | - |
| YUV | 149.89 | 78.96 | 67.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 210 | 63 | 0.69 | 0 | 0.70 | 0.18 | 119.18 | 0.62 | 0.54 |
| Hex | 41 | D2 | 3F | 45 | 0 | 46 | 12 | 77 | 3E | 36 |
| Octal | 101 | 322 | 77 | 105 | 0 | 106 | 22 | 167 | 76 | 66 |
| Binary | 1000001 | 11010010 | 111111 | 1000101 | 0 | 1000110 | 10010 | 1110111 | 111110 | 110110 |
Color Harmonies of #41D23F
Complementary color
Monochromatic Colors of #41D23F
Black with #41D23F
Text Example
Text Example
White with #41D23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D23F; }
p { color: rgb(65,210,63); }
H1.HeaderClassName
{
color: #41D23F;
}
.AnyTagClassName
{
color: #41D23F;
}
</style>
background-color css
<style>
a { background-color: #41D23F; }
a { background-color: rgb(65,210,63); }
div.DivClassName
{
background-color: #41D23F;
}
.BgClassName
{
background-color: #41D23F;
}
</style>
border-color css
<style>
span { border-color: #41D23F; }
span { border-color: rgb(65,210,63); }
td.TdClassName
{
border-color: #41D23F;
}
.TagClassName
{
border-color: #41D23F;
}
</style>