#41D043

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

Shades of Lime Green #41D043

Tints of Lime Green #41D043

Color information

#41D043 (or 0x41D043) is unknown color: approx Lime Green. HEX triplet: 41, D0 and 43. RGB value is (65,208,67). Sum of RGB (Red+Green+Blue) = 65+208+67=340 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.12% from 340); Green value is 208 (81.64% from 255 or 61.18% from 340); Blue value is 67 (26.56% from 255 or 19.71% from 340); Max value from RGB is 208 - color contains mainly: green. Hex color #41D043 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D043 is #BE2FBC. Grayscale: #959595. Windows color (decimal): -12464061 or 4444225. OLE color: 4444225.

HSL color Cylindrical-coordinate representation of color #41D043: hue angle of 120.84º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D043 is Cyan = 0.69, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB6520867-
CMYK0.6900.680.18
HSL120.84º60.34%53.53%-
HSV(B)120.84º68.75%81.57%-
XYZ25.7546.6412.96-
YUV149.1781.6267.96-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.12%
GREEN value IS 208 (81.64% from 255) = 61.18%
BLUE value IS 67 (26.56% from 255) = 19.71%
R=19.12%
G=61.18%
B=19.71%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal65208670.6900.680.18120.8460.3453.53
Hex41D0434504412793c36
Octal1013201031050104221717466
Binary1000001110100001000011100010101000100100101111001111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,208,67); }

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

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

 a { background-color: rgb(65,208,67); }

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

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

 span { border-color: rgb(65,208,67); }

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