#41C94F

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

Shades of Lime Green #41C94F

Tints of Lime Green #41C94F

Color information

#41C94F (or 0x41C94F) is unknown color: approx Lime Green. HEX triplet: 41, C9 and 4F. RGB value is (65,201,79). Sum of RGB (Red+Green+Blue) = 65+201+79=345 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.84% from 345); Green value is 201 (78.91% from 255 or 58.26% from 345); Blue value is 79 (31.25% from 255 or 22.90% from 345); Max value from RGB is 201 - color contains mainly: green. Hex color #41C94F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41C94F is #BE36B0. Grayscale: #929292. Windows color (decimal): -12465841 or 5228865. OLE color: 5228865.

HSL color Cylindrical-coordinate representation of color #41C94F: hue angle of 126.18º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41C94F is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB6520179-
CMYK0.6800.610.21
HSL126.18º55.74%52.16%-
HSV(B)126.18º67.66%78.82%-
XYZ24.4843.4614.5-
YUV146.4389.9469.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.84%
GREEN value IS 201 (78.91% from 255) = 58.26%
BLUE value IS 79 (31.25% from 255) = 22.90%
R=18.84%
G=58.26%
B=22.90%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal65201790.6800.610.21126.1855.7452.16
Hex41C94F4403D157e3834
Octal101311117104075251767064
Binary100000111001001100111110001000111101101011111110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41C94F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,201,79); }

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

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

 a { background-color: rgb(65,201,79); }

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

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

 span { border-color: rgb(65,201,79); }

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