#41D446

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

Shades of Lime Green #41D446

Tints of Lime Green #41D446

Color information

#41D446 (or 0x41D446) is unknown color: approx Lime Green. HEX triplet: 41, D4 and 46. RGB value is (65,212,70). Sum of RGB (Red+Green+Blue) = 65+212+70=347 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.73% from 347); Green value is 212 (83.20% from 255 or 61.10% from 347); Blue value is 70 (27.73% from 255 or 20.17% from 347); Max value from RGB is 212 - color contains mainly: green. Hex color #41D446 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D446 is #BE2BB9. Grayscale: #989898. Windows color (decimal): -12463034 or 4641857. OLE color: 4641857.

HSL color Cylindrical-coordinate representation of color #41D446: hue angle of 122.04º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D446 is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB6521270-
CMYK0.6900.670.17
HSL122.04º63.09%54.31%-
HSV(B)122.04º69.34%83.14%-
XYZ26.8348.6513.77-
YUV151.8681.866.05-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.73%
GREEN value IS 212 (83.20% from 255) = 61.10%
BLUE value IS 70 (27.73% from 255) = 20.17%
R=18.73%
G=61.10%
B=20.17%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal65212700.6900.670.17122.0463.0954.31
Hex41D44645043117a3f36
Octal1013241061050103211727766
Binary1000001110101001000110100010101000011100011111010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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