Shades of Lime Green #41B430
Tints of Lime Green #41B430
RGB
CMYK
RGB Variations
Color information
#41B430 (or 0x41B430) is known color: Lime Green. HEX triplet: 41, B4 and 30. RGB value is (65,180,48). Sum of RGB (Red+Green+Blue) = 65+180+48=293 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.18% from 293); Green value is 180 (70.70% from 255 or 61.43% from 293); Blue value is 48 (19.14% from 255 or 16.38% from 293); Max value from RGB is 180 - color contains mainly: green. Hex color #41B430 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41B430 is #BE4BCF. Grayscale: #828282. Windows color (decimal): -12471248 or 3191873. OLE color: 3191873.
HSL color Cylindrical-coordinate representation of color #41B430: hue angle of 112.27º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41B430 is Cyan = 0.64, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 65 | 180 | 48 | - |
| CMYK | 0.64 | 0 | 0.73 | 0.29 |
| HSL | 112.27º | 0.58% | 0.45% | - |
| HSV(B) | 112.27º | 0.73% | 0.71% | - |
| XYZ | 19.03 | 33.98 | 8.35 | - |
| YUV | 130.57 | 81.4 | 81.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 180 | 48 | 0.64 | 0 | 0.73 | 0.29 | 112.27 | 0.58 | 0.45 |
| Hex | 41 | B4 | 30 | 40 | 0 | 49 | 1D | 70 | 3A | 2D |
| Octal | 101 | 264 | 60 | 100 | 0 | 111 | 35 | 160 | 72 | 55 |
| Binary | 1000001 | 10110100 | 110000 | 1000000 | 0 | 1001001 | 11101 | 1110000 | 111010 | 101101 |
Color Harmonies of #41B430
Complementary color
Monochromatic Colors of #41B430
Black with #41B430
Text Example
Text Example
White with #41B430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B430; }
p { color: rgb(65,180,48); }
H1.HeaderClassName
{
color: #41B430;
}
.AnyTagClassName
{
color: #41B430;
}
</style>
background-color css
<style>
a { background-color: #41B430; }
a { background-color: rgb(65,180,48); }
div.DivClassName
{
background-color: #41B430;
}
.BgClassName
{
background-color: #41B430;
}
</style>
border-color css
<style>
span { border-color: #41B430; }
span { border-color: rgb(65,180,48); }
td.TdClassName
{
border-color: #41B430;
}
.TagClassName
{
border-color: #41B430;
}
</style>