Shades of Lime Green #41B92F
Tints of Lime Green #41B92F
RGB
CMYK
RGB Variations
Color information
#41B92F (or 0x41B92F) is known color: Lime Green. HEX triplet: 41, B9 and 2F. RGB value is (65,185,47). Sum of RGB (Red+Green+Blue) = 65+185+47=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 185 (72.66% from 255 or 62.29% from 297); Blue value is 47 (18.75% from 255 or 15.82% from 297); Max value from RGB is 185 - color contains mainly: green. Hex color #41B92F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41B92F is #BE46D0. Grayscale: #858585. Windows color (decimal): -12469969 or 3127617. OLE color: 3127617.
HSL color Cylindrical-coordinate representation of color #41B92F: hue angle of 112.17º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41B92F is Cyan = 0.65, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 185 | 47 | - |
| CMYK | 0.65 | 0 | 0.75 | 0.27 |
| HSL | 112.17º | 0.59% | 0.45% | - |
| HSV(B) | 112.17º | 0.75% | 0.73% | - |
| XYZ | 20.04 | 36.03 | 8.59 | - |
| YUV | 133.39 | 79.24 | 79.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 185 | 47 | 0.65 | 0 | 0.75 | 0.27 | 112.17 | 0.59 | 0.45 |
| Hex | 41 | B9 | 2F | 41 | 0 | 4B | 1B | 70 | 3B | 2D |
| Octal | 101 | 271 | 57 | 101 | 0 | 113 | 33 | 160 | 73 | 55 |
| Binary | 1000001 | 10111001 | 101111 | 1000001 | 0 | 1001011 | 11011 | 1110000 | 111011 | 101101 |
Color Harmonies of #41B92F
Complementary color
Monochromatic Colors of #41B92F
Black with #41B92F
Text Example
Text Example
White with #41B92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B92F; }
p { color: rgb(65,185,47); }
H1.HeaderClassName
{
color: #41B92F;
}
.AnyTagClassName
{
color: #41B92F;
}
</style>
background-color css
<style>
a { background-color: #41B92F; }
a { background-color: rgb(65,185,47); }
div.DivClassName
{
background-color: #41B92F;
}
.BgClassName
{
background-color: #41B92F;
}
</style>
border-color css
<style>
span { border-color: #41B92F; }
span { border-color: rgb(65,185,47); }
td.TdClassName
{
border-color: #41B92F;
}
.TagClassName
{
border-color: #41B92F;
}
</style>