#41BE47

Color #41BE47 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #41BE47

Tints of Lime Green #41BE47

Color information

#41BE47 (or 0x41BE47) is unknown color: approx Lime Green. HEX triplet: 41, BE and 47. RGB value is (65,190,71). Sum of RGB (Red+Green+Blue) = 65+190+71=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 190 (74.61% from 255 or 58.28% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 190 - color contains mainly: green. Hex color #41BE47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BE47 is #BE41B8. Grayscale: #8B8B8B. Windows color (decimal): -12468665 or 4701761. OLE color: 4701761.

HSL color Cylindrical-coordinate representation of color #41BE47: hue angle of 122.88º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41BE47 is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB6519071-
CMYK0.6600.630.25
HSL122.88º49.02%50%-
HSV(B)122.88º65.79%74.51%-
XYZ21.7338.4112.23-
YUV139.0689.5975.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 65 (25.78% from 255) = 19.94%
GREEN value IS 190 (74.61% from 255) = 58.28%
BLUE value IS 71 (28.12% from 255) = 21.78%
R=19.94%
G=58.28%
B=21.78%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal65190710.6600.630.25122.8849.0250
Hex41BE474203F197b3132
Octal101276107102077311736162
Binary100000110111110100011110000100111111110011111011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BE47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41BE47; }

 p { color: rgb(65,190,71); }

 H1.HeaderClassName
 {
   color: #41BE47;
 }
 .AnyTagClassName
 {
   color: #41BE47;
 }
</style>
background-color css

<style>
 a { background-color: #41BE47; }

 a { background-color: rgb(65,190,71); }

 div.DivClassName
 {
   background-color: #41BE47;
 }
 .BgClassName
 {
   background-color: #41BE47;
 }
</style>
border-color css

<style>
 span { border-color: #41BE47; }

 span { border-color: rgb(65,190,71); }

 td.TdClassName
 {
   border-color: #41BE47;
 }
 .TagClassName
 {
   border-color: #41BE47;
 }
</style>