Shades of Lime Green #41ED28
Tints of Lime Green #41ED28
RGB
CMYK
RGB Variations
Color information
#41ED28 (or 0x41ED28) is known color: Lime Green. HEX triplet: 41, ED and 28. RGB value is (65,237,40). Sum of RGB (Red+Green+Blue) = 65+237+40=342 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.01% from 342); Green value is 237 (92.97% from 255 or 69.30% from 342); Blue value is 40 (16.02% from 255 or 11.70% from 342); Max value from RGB is 237 - color contains mainly: green. Hex color #41ED28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41ED28 is #BE12D7. Grayscale: #A3A3A3. Windows color (decimal): -12456664 or 2682177. OLE color: 2682177.
HSL color Cylindrical-coordinate representation of color #41ED28: hue angle of 112.39º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #41ED28 is Cyan = 0.73, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 237 | 40 | - |
| CMYK | 0.73 | 0 | 0.83 | 0.07 |
| HSL | 112.39º | 0.85% | 0.54% | - |
| HSV(B) | 112.39º | 0.83% | 0.93% | - |
| XYZ | 32.85 | 61.85 | 12.21 | - |
| YUV | 163.11 | 58.52 | 58.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 237 | 40 | 0.73 | 0 | 0.83 | 0.07 | 112.39 | 0.85 | 0.54 |
| Hex | 41 | ED | 28 | 49 | 0 | 53 | 7 | 70 | 55 | 36 |
| Octal | 101 | 355 | 50 | 111 | 0 | 123 | 7 | 160 | 125 | 66 |
| Binary | 1000001 | 11101101 | 101000 | 1001001 | 0 | 1010011 | 111 | 1110000 | 1010101 | 110110 |
Color Harmonies of #41ED28
Complementary color
Monochromatic Colors of #41ED28
Black with #41ED28
Text Example
Text Example
White with #41ED28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41ED28; }
p { color: rgb(65,237,40); }
H1.HeaderClassName
{
color: #41ED28;
}
.AnyTagClassName
{
color: #41ED28;
}
</style>
background-color css
<style>
a { background-color: #41ED28; }
a { background-color: rgb(65,237,40); }
div.DivClassName
{
background-color: #41ED28;
}
.BgClassName
{
background-color: #41ED28;
}
</style>
border-color css
<style>
span { border-color: #41ED28; }
span { border-color: rgb(65,237,40); }
td.TdClassName
{
border-color: #41ED28;
}
.TagClassName
{
border-color: #41ED28;
}
</style>