Shades of Lime Green #41BE30
Tints of Lime Green #41BE30
RGB
CMYK
RGB Variations
Color information
#41BE30 (or 0x41BE30) is known color: Lime Green. HEX triplet: 41, BE and 30. RGB value is (65,190,48). Sum of RGB (Red+Green+Blue) = 65+190+48=303 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.45% from 303); Green value is 190 (74.61% from 255 or 62.71% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 190 - color contains mainly: green. Hex color #41BE30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BE30 is #BE41CF. Grayscale: #888888. Windows color (decimal): -12468688 or 3194433. OLE color: 3194433.
HSL color Cylindrical-coordinate representation of color #41BE30: hue angle of 112.82º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41BE30 is Cyan = 0.66, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 190 | 48 | - |
| CMYK | 0.66 | 0 | 0.75 | 0.25 |
| HSL | 112.82º | 0.6% | 0.47% | - |
| HSV(B) | 112.82º | 0.75% | 0.75% | - |
| XYZ | 21.13 | 38.16 | 9.05 | - |
| YUV | 136.44 | 78.09 | 77.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 190 | 48 | 0.66 | 0 | 0.75 | 0.25 | 112.82 | 0.6 | 0.47 |
| Hex | 41 | BE | 30 | 42 | 0 | 4B | 19 | 71 | 3C | 2F |
| Octal | 101 | 276 | 60 | 102 | 0 | 113 | 31 | 161 | 74 | 57 |
| Binary | 1000001 | 10111110 | 110000 | 1000010 | 0 | 1001011 | 11001 | 1110001 | 111100 | 101111 |
Color Harmonies of #41BE30
Complementary color
Monochromatic Colors of #41BE30
Black with #41BE30
Text Example
Text Example
White with #41BE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BE30; }
p { color: rgb(65,190,48); }
H1.HeaderClassName
{
color: #41BE30;
}
.AnyTagClassName
{
color: #41BE30;
}
</style>
background-color css
<style>
a { background-color: #41BE30; }
a { background-color: rgb(65,190,48); }
div.DivClassName
{
background-color: #41BE30;
}
.BgClassName
{
background-color: #41BE30;
}
</style>
border-color css
<style>
span { border-color: #41BE30; }
span { border-color: rgb(65,190,48); }
td.TdClassName
{
border-color: #41BE30;
}
.TagClassName
{
border-color: #41BE30;
}
</style>