#41BF45

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

Shades of Lime Green #41BF45

Tints of Lime Green #41BF45

Color information

#41BF45 (or 0x41BF45) is unknown color: approx Lime Green. HEX triplet: 41, BF and 45. RGB value is (65,191,69). Sum of RGB (Red+Green+Blue) = 65+191+69=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 191 (75% from 255 or 58.77% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 191 - color contains mainly: green. Hex color #41BF45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BF45 is #BE40BA. Grayscale: #8B8B8B. Windows color (decimal): -12468411 or 4570945. OLE color: 4570945.

HSL color Cylindrical-coordinate representation of color #41BF45: hue angle of 121.9º degrees, saturation: 0.5, 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 #41BF45 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB6519169-
CMYK0.6600.640.25
HSL121.9º49.61%50.2%-
HSV(B)121.9º65.97%74.9%-
XYZ21.8838.8211.97-
YUV139.4288.2674.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20%
GREEN value IS 191 (75% from 255) = 58.77%
BLUE value IS 69 (27.34% from 255) = 21.23%
R=20%
G=58.77%
B=21.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal65191690.6600.640.25121.949.6150.2
Hex41BF4542040197a3232
Octal1012771051020100311726262
Binary1000001101111111000101100001001000000110011111010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,191,69); }

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

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

 a { background-color: rgb(65,191,69); }

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

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

 span { border-color: rgb(65,191,69); }

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