#41B136

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

Shades of Lime Green #41B136

Tints of Lime Green #41B136

Color information

#41B136 (or 0x41B136) is unknown color: approx Lime Green. HEX triplet: 41, B1 and 36. RGB value is (65,177,54). Sum of RGB (Red+Green+Blue) = 65+177+54=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 177 (69.53% from 255 or 59.80% from 296); Blue value is 54 (21.48% from 255 or 18.24% from 296); Max value from RGB is 177 - color contains mainly: green. Hex color #41B136 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41B136 is #BE4EC9. Grayscale: #818181. Windows color (decimal): -12472010 or 3584321. OLE color: 3584321.

HSL color Cylindrical-coordinate representation of color #41B136: hue angle of 114.63º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41B136 is Cyan = 0.63, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB6517754-
CMYK0.6300.690.31
HSL114.63º53.25%45.29%-
HSV(B)114.63º69.49%69.41%-
XYZ18.5732.838.85-
YUV129.4985.3982-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.96%
GREEN value IS 177 (69.53% from 255) = 59.80%
BLUE value IS 54 (21.48% from 255) = 18.24%
R=21.96%
G=59.80%
B=18.24%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal65177540.6300.690.31114.6353.2545.29
Hex41B1363F0451F73352d
Octal10126166770105371636555
Binary10000011011000111011011111101000101111111110011110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41B136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,177,54); }

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

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

 a { background-color: rgb(65,177,54); }

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

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

 span { border-color: rgb(65,177,54); }

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