Shades of Lime Green #41B93F
Tints of Lime Green #41B93F
RGB
CMYK
RGB Variations
Color information
#41B93F (or 0x41B93F) is known color: Lime Green. HEX triplet: 41, B9 and 3F. RGB value is (65,185,63). Sum of RGB (Red+Green+Blue) = 65+185+63=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 185 (72.66% from 255 or 59.11% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 185 - color contains mainly: green. Hex color #41B93F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41B93F is #BE46C0. Grayscale: #878787. Windows color (decimal): -12469953 or 4176193. OLE color: 4176193.
HSL color Cylindrical-coordinate representation of color #41B93F: hue angle of 119.02º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41B93F is Cyan = 0.65, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 185 | 63 | - |
| CMYK | 0.65 | 0 | 0.66 | 0.27 |
| HSL | 119.02º | 0.49% | 0.49% | - |
| HSV(B) | 119.02º | 0.66% | 0.73% | - |
| XYZ | 20.43 | 36.18 | 10.61 | - |
| YUV | 135.21 | 87.24 | 77.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 185 | 63 | 0.65 | 0 | 0.66 | 0.27 | 119.02 | 0.49 | 0.49 |
| Hex | 41 | B9 | 3F | 41 | 0 | 42 | 1B | 77 | 31 | 31 |
| Octal | 101 | 271 | 77 | 101 | 0 | 102 | 33 | 167 | 61 | 61 |
| Binary | 1000001 | 10111001 | 111111 | 1000001 | 0 | 1000010 | 11011 | 1110111 | 110001 | 110001 |
Color Harmonies of #41B93F
Complementary color
Monochromatic Colors of #41B93F
Black with #41B93F
Text Example
Text Example
White with #41B93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B93F; }
p { color: rgb(65,185,63); }
H1.HeaderClassName
{
color: #41B93F;
}
.AnyTagClassName
{
color: #41B93F;
}
</style>
background-color css
<style>
a { background-color: #41B93F; }
a { background-color: rgb(65,185,63); }
div.DivClassName
{
background-color: #41B93F;
}
.BgClassName
{
background-color: #41B93F;
}
</style>
border-color css
<style>
span { border-color: #41B93F; }
span { border-color: rgb(65,185,63); }
td.TdClassName
{
border-color: #41B93F;
}
.TagClassName
{
border-color: #41B93F;
}
</style>