#41BE42

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

Shades of Lime Green #41BE42

Tints of Lime Green #41BE42

Color information

#41BE42 (or 0x41BE42) is unknown color: approx Lime Green. HEX triplet: 41, BE and 42. RGB value is (65,190,66). Sum of RGB (Red+Green+Blue) = 65+190+66=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 190 (74.61% from 255 or 59.19% from 321); Blue value is 66 (26.17% from 255 or 20.56% from 321); Max value from RGB is 190 - color contains mainly: green. Hex color #41BE42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BE42 is #BE41BD. Grayscale: #8A8A8A. Windows color (decimal): -12468670 or 4374081. OLE color: 4374081.

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

Color convert

RGB6519066-
CMYK0.6600.650.25
HSL120.48º49.02%50%-
HSV(B)120.48º65.79%74.51%-
XYZ21.5838.3411.42-
YUV138.4987.0975.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.25%
GREEN value IS 190 (74.61% from 255) = 59.19%
BLUE value IS 66 (26.17% from 255) = 20.56%
R=20.25%
G=59.19%
B=20.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal65190660.6600.650.25120.4849.0250
Hex41BE424204119783132
Octal1012761021020101311706162
Binary1000001101111101000010100001001000001110011111000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BE42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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