Shades of Lime Green #41EE4B
Tints of Lime Green #41EE4B
RGB
CMYK
RGB Variations
Color information
#41EE4B (or 0x41EE4B) is known color: Lime Green. HEX triplet: 41, EE and 4B. RGB value is (65,238,75). Sum of RGB (Red+Green+Blue) = 65+238+75=378 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.20% from 378); Green value is 238 (93.36% from 255 or 62.96% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 238 - color contains mainly: green. Hex color #41EE4B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41EE4B is #BE11B4. Grayscale: #A8A8A8. Windows color (decimal): -12456373 or 4976193. OLE color: 4976193.
HSL color Cylindrical-coordinate representation of color #41EE4B: hue angle of 123.47º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41EE4B is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 238 | 75 | - |
| CMYK | 0.73 | 0 | 0.68 | 0.07 |
| HSL | 123.47º | 0.84% | 0.59% | - |
| HSV(B) | 123.47º | 0.73% | 0.93% | - |
| XYZ | 34.02 | 62.78 | 16.98 | - |
| YUV | 167.69 | 75.69 | 54.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 238 | 75 | 0.73 | 0 | 0.68 | 0.07 | 123.47 | 0.84 | 0.59 |
| Hex | 41 | EE | 4B | 49 | 0 | 44 | 7 | 7B | 54 | 3B |
| Octal | 101 | 356 | 113 | 111 | 0 | 104 | 7 | 173 | 124 | 73 |
| Binary | 1000001 | 11101110 | 1001011 | 1001001 | 0 | 1000100 | 111 | 1111011 | 1010100 | 111011 |
Color Harmonies of #41EE4B
Complementary color
Monochromatic Colors of #41EE4B
Black with #41EE4B
Text Example
Text Example
White with #41EE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EE4B; }
p { color: rgb(65,238,75); }
H1.HeaderClassName
{
color: #41EE4B;
}
.AnyTagClassName
{
color: #41EE4B;
}
</style>
background-color css
<style>
a { background-color: #41EE4B; }
a { background-color: rgb(65,238,75); }
div.DivClassName
{
background-color: #41EE4B;
}
.BgClassName
{
background-color: #41EE4B;
}
</style>
border-color css
<style>
span { border-color: #41EE4B; }
span { border-color: rgb(65,238,75); }
td.TdClassName
{
border-color: #41EE4B;
}
.TagClassName
{
border-color: #41EE4B;
}
</style>