Shades of Lime Green #41C94B
Tints of Lime Green #41C94B
RGB
CMYK
RGB Variations
Color information
#41C94B (or 0x41C94B) is known color: Lime Green. HEX triplet: 41, C9 and 4B. RGB value is (65,201,75). Sum of RGB (Red+Green+Blue) = 65+201+75=341 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.06% from 341); Green value is 201 (78.91% from 255 or 58.94% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 201 - color contains mainly: green. Hex color #41C94B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C94B is #BE36B4. Grayscale: #929292. Windows color (decimal): -12465845 or 4966721. OLE color: 4966721.
HSL color Cylindrical-coordinate representation of color #41C94B: hue angle of 124.41º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41C94B is Cyan = 0.68, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 65 | 201 | 75 | - |
| CMYK | 0.68 | 0 | 0.63 | 0.21 |
| HSL | 124.41º | 0.56% | 0.52% | - |
| HSV(B) | 124.41º | 0.68% | 0.79% | - |
| XYZ | 24.34 | 43.41 | 13.75 | - |
| YUV | 145.97 | 87.94 | 70.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 201 | 75 | 0.68 | 0 | 0.63 | 0.21 | 124.41 | 0.56 | 0.52 |
| Hex | 41 | C9 | 4B | 44 | 0 | 3F | 15 | 7C | 38 | 34 |
| Octal | 101 | 311 | 113 | 104 | 0 | 77 | 25 | 174 | 70 | 64 |
| Binary | 1000001 | 11001001 | 1001011 | 1000100 | 0 | 111111 | 10101 | 1111100 | 111000 | 110100 |
Color Harmonies of #41C94B
Complementary color
Monochromatic Colors of #41C94B
Black with #41C94B
Text Example
Text Example
White with #41C94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C94B; }
p { color: rgb(65,201,75); }
H1.HeaderClassName
{
color: #41C94B;
}
.AnyTagClassName
{
color: #41C94B;
}
</style>
background-color css
<style>
a { background-color: #41C94B; }
a { background-color: rgb(65,201,75); }
div.DivClassName
{
background-color: #41C94B;
}
.BgClassName
{
background-color: #41C94B;
}
</style>
border-color css
<style>
span { border-color: #41C94B; }
span { border-color: rgb(65,201,75); }
td.TdClassName
{
border-color: #41C94B;
}
.TagClassName
{
border-color: #41C94B;
}
</style>