#41BD46

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

Shades of Lime Green #41BD46

Tints of Lime Green #41BD46

Color information

#41BD46 (or 0x41BD46) is unknown color: approx Lime Green. HEX triplet: 41, BD and 46. RGB value is (65,189,70). Sum of RGB (Red+Green+Blue) = 65+189+70=324 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.06% from 324); Green value is 189 (74.22% from 255 or 58.33% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 189 - color contains mainly: green. Hex color #41BD46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BD46 is #BE42B9. Grayscale: #8A8A8A. Windows color (decimal): -12468922 or 4635969. OLE color: 4635969.

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

Color convert

RGB6518970-
CMYK0.6600.630.26
HSL122.42º48.82%49.8%-
HSV(B)122.42º65.61%74.12%-
XYZ21.4837.9611.99-
YUV138.3689.4275.68-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.06%
GREEN value IS 189 (74.22% from 255) = 58.33%
BLUE value IS 70 (27.73% from 255) = 21.60%
R=20.06%
G=58.33%
B=21.60%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal65189700.6600.630.26122.4248.8249.8
Hex41BD464203F1A7a3132
Octal101275106102077321726162
Binary100000110111101100011010000100111111110101111010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,189,70); }

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

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

 a { background-color: rgb(65,189,70); }

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

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

 span { border-color: rgb(65,189,70); }

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