Shades of Lime Green #41D24C
Tints of Lime Green #41D24C
RGB
CMYK
RGB Variations
Color information
#41D24C (or 0x41D24C) is known color: Lime Green. HEX triplet: 41, D2 and 4C. RGB value is (65,210,76). Sum of RGB (Red+Green+Blue) = 65+210+76=351 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.52% from 351); Green value is 210 (82.42% from 255 or 59.83% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 210 - color contains mainly: green. Hex color #41D24C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D24C is #BE2DB3. Grayscale: #979797. Windows color (decimal): -12463540 or 5034561. OLE color: 5034561.
HSL color Cylindrical-coordinate representation of color #41D24C: hue angle of 124.55º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D24C is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 210 | 76 | - |
| CMYK | 0.69 | 0 | 0.64 | 0.18 |
| HSL | 124.55º | 0.62% | 0.54% | - |
| HSV(B) | 124.55º | 0.69% | 0.82% | - |
| XYZ | 26.53 | 47.74 | 14.65 | - |
| YUV | 151.37 | 85.46 | 66.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 210 | 76 | 0.69 | 0 | 0.64 | 0.18 | 124.55 | 0.62 | 0.54 |
| Hex | 41 | D2 | 4C | 45 | 0 | 40 | 12 | 7D | 3E | 36 |
| Octal | 101 | 322 | 114 | 105 | 0 | 100 | 22 | 175 | 76 | 66 |
| Binary | 1000001 | 11010010 | 1001100 | 1000101 | 0 | 1000000 | 10010 | 1111101 | 111110 | 110110 |
Color Harmonies of #41D24C
Complementary color
Monochromatic Colors of #41D24C
Black with #41D24C
Text Example
Text Example
White with #41D24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D24C; }
p { color: rgb(65,210,76); }
H1.HeaderClassName
{
color: #41D24C;
}
.AnyTagClassName
{
color: #41D24C;
}
</style>
background-color css
<style>
a { background-color: #41D24C; }
a { background-color: rgb(65,210,76); }
div.DivClassName
{
background-color: #41D24C;
}
.BgClassName
{
background-color: #41D24C;
}
</style>
border-color css
<style>
span { border-color: #41D24C; }
span { border-color: rgb(65,210,76); }
td.TdClassName
{
border-color: #41D24C;
}
.TagClassName
{
border-color: #41D24C;
}
</style>