Shades of Lime Green #41CE54
Tints of Lime Green #41CE54
RGB
CMYK
RGB Variations
Color information
#41CE54 (or 0x41CE54) is known color: Lime Green. HEX triplet: 41, CE and 54. RGB value is (65,206,84). Sum of RGB (Red+Green+Blue) = 65+206+84=355 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.31% from 355); Green value is 206 (80.86% from 255 or 58.03% from 355); Blue value is 84 (33.20% from 255 or 23.66% from 355); Max value from RGB is 206 - color contains mainly: green. Hex color #41CE54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41CE54 is #BE31AB. Grayscale: #969696. Windows color (decimal): -12464556 or 5557825. OLE color: 5557825.
HSL color Cylindrical-coordinate representation of color #41CE54: hue angle of 128.09º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41CE54 is Cyan = 0.68, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 206 | 84 | - |
| CMYK | 0.68 | 0 | 0.59 | 0.19 |
| HSL | 128.09º | 0.59% | 0.53% | - |
| HSV(B) | 128.09º | 0.68% | 0.81% | - |
| XYZ | 25.85 | 45.91 | 15.89 | - |
| YUV | 149.93 | 90.79 | 67.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 206 | 84 | 0.68 | 0 | 0.59 | 0.19 | 128.09 | 0.59 | 0.53 |
| Hex | 41 | CE | 54 | 44 | 0 | 3B | 13 | 80 | 3B | 35 |
| Octal | 101 | 316 | 124 | 104 | 0 | 73 | 23 | 200 | 73 | 65 |
| Binary | 1000001 | 11001110 | 1010100 | 1000100 | 0 | 111011 | 10011 | 10000000 | 111011 | 110101 |
Color Harmonies of #41CE54
Complementary color
Monochromatic Colors of #41CE54
Black with #41CE54
Text Example
Text Example
White with #41CE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CE54; }
p { color: rgb(65,206,84); }
H1.HeaderClassName
{
color: #41CE54;
}
.AnyTagClassName
{
color: #41CE54;
}
</style>
background-color css
<style>
a { background-color: #41CE54; }
a { background-color: rgb(65,206,84); }
div.DivClassName
{
background-color: #41CE54;
}
.BgClassName
{
background-color: #41CE54;
}
</style>
border-color css
<style>
span { border-color: #41CE54; }
span { border-color: rgb(65,206,84); }
td.TdClassName
{
border-color: #41CE54;
}
.TagClassName
{
border-color: #41CE54;
}
</style>