#41C84A

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

Shades of Lime Green #41C84A

Tints of Lime Green #41C84A

Color information

#41C84A (or 0x41C84A) is unknown color: approx Lime Green. HEX triplet: 41, C8 and 4A. RGB value is (65,200,74). Sum of RGB (Red+Green+Blue) = 65+200+74=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 200 (78.52% from 255 or 59.00% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 200 - color contains mainly: green. Hex color #41C84A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C84A is #BE37B5. Grayscale: #919191. Windows color (decimal): -12466102 or 4900929. OLE color: 4900929.

HSL color Cylindrical-coordinate representation of color #41C84A: hue angle of 124º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41C84A is Cyan = 0.68, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB6520074-
CMYK0.6800.630.22
HSL124º55.1%51.96%-
HSV(B)124º67.5%78.43%-
XYZ24.0742.9313.5-
YUV145.2787.7770.75-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.17%
GREEN value IS 200 (78.52% from 255) = 59.00%
BLUE value IS 74 (29.30% from 255) = 21.83%
R=19.17%
G=59.00%
B=21.83%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal65200740.6800.630.2212455.151.96
Hex41C84A4403F167c3734
Octal101310112104077261746764
Binary100000111001000100101010001000111111101101111100110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41C84A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,200,74); }

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

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

 a { background-color: rgb(65,200,74); }

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

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

 span { border-color: rgb(65,200,74); }

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