Shades of Lime Green #41E74B
Tints of Lime Green #41E74B
RGB
CMYK
RGB Variations
Color information
#41E74B (or 0x41E74B) is known color: Lime Green. HEX triplet: 41, E7 and 4B. RGB value is (65,231,75). Sum of RGB (Red+Green+Blue) = 65+231+75=371 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.52% from 371); Green value is 231 (90.62% from 255 or 62.26% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 231 - color contains mainly: green. Hex color #41E74B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41E74B is #BE18B4. Grayscale: #A4A4A4. Windows color (decimal): -12458165 or 4974401. OLE color: 4974401.
HSL color Cylindrical-coordinate representation of color #41E74B: hue angle of 123.61º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41E74B is Cyan = 0.72, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 65 | 231 | 75 | - |
| CMYK | 0.72 | 0 | 0.68 | 0.09 |
| HSL | 123.61º | 0.78% | 0.58% | - |
| HSV(B) | 123.61º | 0.72% | 0.91% | - |
| XYZ | 32.03 | 58.78 | 16.32 | - |
| YUV | 163.58 | 78 | 57.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 231 | 75 | 0.72 | 0 | 0.68 | 0.09 | 123.61 | 0.78 | 0.58 |
| Hex | 41 | E7 | 4B | 48 | 0 | 44 | 9 | 7C | 4E | 3A |
| Octal | 101 | 347 | 113 | 110 | 0 | 104 | 11 | 174 | 116 | 72 |
| Binary | 1000001 | 11100111 | 1001011 | 1001000 | 0 | 1000100 | 1001 | 1111100 | 1001110 | 111010 |
Color Harmonies of #41E74B
Complementary color
Monochromatic Colors of #41E74B
Black with #41E74B
Text Example
Text Example
White with #41E74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E74B; }
p { color: rgb(65,231,75); }
H1.HeaderClassName
{
color: #41E74B;
}
.AnyTagClassName
{
color: #41E74B;
}
</style>
background-color css
<style>
a { background-color: #41E74B; }
a { background-color: rgb(65,231,75); }
div.DivClassName
{
background-color: #41E74B;
}
.BgClassName
{
background-color: #41E74B;
}
</style>
border-color css
<style>
span { border-color: #41E74B; }
span { border-color: rgb(65,231,75); }
td.TdClassName
{
border-color: #41E74B;
}
.TagClassName
{
border-color: #41E74B;
}
</style>