Shades of Lime Green #41D34A
Tints of Lime Green #41D34A
RGB
CMYK
RGB Variations
Color information
#41D34A (or 0x41D34A) is known color: Lime Green. HEX triplet: 41, D3 and 4A. RGB value is (65,211,74). Sum of RGB (Red+Green+Blue) = 65+211+74=350 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.57% from 350); Green value is 211 (82.81% from 255 or 60.29% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 211 - color contains mainly: green. Hex color #41D34A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D34A is #BE2CB5. Grayscale: #989898. Windows color (decimal): -12463286 or 4903745. OLE color: 4903745.
HSL color Cylindrical-coordinate representation of color #41D34A: hue angle of 123.7º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D34A is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 65 | 211 | 74 | - |
| CMYK | 0.69 | 0 | 0.65 | 0.17 |
| HSL | 123.7º | 0.62% | 0.54% | - |
| HSV(B) | 123.7º | 0.69% | 0.83% | - |
| XYZ | 26.71 | 48.21 | 14.38 | - |
| YUV | 151.73 | 84.13 | 66.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 211 | 74 | 0.69 | 0 | 0.65 | 0.17 | 123.7 | 0.62 | 0.54 |
| Hex | 41 | D3 | 4A | 45 | 0 | 41 | 11 | 7C | 3E | 36 |
| Octal | 101 | 323 | 112 | 105 | 0 | 101 | 21 | 174 | 76 | 66 |
| Binary | 1000001 | 11010011 | 1001010 | 1000101 | 0 | 1000001 | 10001 | 1111100 | 111110 | 110110 |
Color Harmonies of #41D34A
Complementary color
Monochromatic Colors of #41D34A
Black with #41D34A
Text Example
Text Example
White with #41D34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D34A; }
p { color: rgb(65,211,74); }
H1.HeaderClassName
{
color: #41D34A;
}
.AnyTagClassName
{
color: #41D34A;
}
</style>
background-color css
<style>
a { background-color: #41D34A; }
a { background-color: rgb(65,211,74); }
div.DivClassName
{
background-color: #41D34A;
}
.BgClassName
{
background-color: #41D34A;
}
</style>
border-color css
<style>
span { border-color: #41D34A; }
span { border-color: rgb(65,211,74); }
td.TdClassName
{
border-color: #41D34A;
}
.TagClassName
{
border-color: #41D34A;
}
</style>