Shades of Lime Green #41CF3D
Tints of Lime Green #41CF3D
RGB
CMYK
RGB Variations
Color information
#41CF3D (or 0x41CF3D) is known color: Lime Green. HEX triplet: 41, CF and 3D. RGB value is (65,207,61). Sum of RGB (Red+Green+Blue) = 65+207+61=333 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.52% from 333); Green value is 207 (81.25% from 255 or 62.16% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 207 - color contains mainly: green. Hex color #41CF3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41CF3D is #BE30C2. Grayscale: #949494. Windows color (decimal): -12464323 or 4050753. OLE color: 4050753.
HSL color Cylindrical-coordinate representation of color #41CF3D: hue angle of 118.36º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41CF3D is Cyan = 0.69, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 207 | 61 | - |
| CMYK | 0.69 | 0 | 0.71 | 0.19 |
| HSL | 118.36º | 0.6% | 0.53% | - |
| HSV(B) | 118.36º | 0.71% | 0.81% | - |
| XYZ | 25.34 | 46.09 | 11.98 | - |
| YUV | 147.9 | 78.96 | 68.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 207 | 61 | 0.69 | 0 | 0.71 | 0.19 | 118.36 | 0.6 | 0.53 |
| Hex | 41 | CF | 3D | 45 | 0 | 47 | 13 | 76 | 3C | 35 |
| Octal | 101 | 317 | 75 | 105 | 0 | 107 | 23 | 166 | 74 | 65 |
| Binary | 1000001 | 11001111 | 111101 | 1000101 | 0 | 1000111 | 10011 | 1110110 | 111100 | 110101 |
Color Harmonies of #41CF3D
Complementary color
Monochromatic Colors of #41CF3D
Black with #41CF3D
Text Example
Text Example
White with #41CF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CF3D; }
p { color: rgb(65,207,61); }
H1.HeaderClassName
{
color: #41CF3D;
}
.AnyTagClassName
{
color: #41CF3D;
}
</style>
background-color css
<style>
a { background-color: #41CF3D; }
a { background-color: rgb(65,207,61); }
div.DivClassName
{
background-color: #41CF3D;
}
.BgClassName
{
background-color: #41CF3D;
}
</style>
border-color css
<style>
span { border-color: #41CF3D; }
span { border-color: rgb(65,207,61); }
td.TdClassName
{
border-color: #41CF3D;
}
.TagClassName
{
border-color: #41CF3D;
}
</style>