#41DC42

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

Shades of Lime Green #41DC42

Tints of Lime Green #41DC42

Color information

#41DC42 (or 0x41DC42) is unknown color: approx Lime Green. HEX triplet: 41, DC and 42. RGB value is (65,220,66). Sum of RGB (Red+Green+Blue) = 65+220+66=351 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.52% from 351); Green value is 220 (86.33% from 255 or 62.68% from 351); Blue value is 66 (26.17% from 255 or 18.80% from 351); Max value from RGB is 220 - color contains mainly: green. Hex color #41DC42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41DC42 is #BE23BD. Grayscale: #9C9C9C. Windows color (decimal): -12460990 or 4381761. OLE color: 4381761.

HSL color Cylindrical-coordinate representation of color #41DC42: hue angle of 120.39º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41DC42 is Cyan = 0.70, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.14.

Color convert

RGB6522066-
CMYK0.7000.70.14
HSL120.39º68.89%55.88%-
HSV(B)120.39º70.45%86.27%-
XYZ28.7652.713.81-
YUV156.177.1563.02-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.52%
GREEN value IS 220 (86.33% from 255) = 62.68%
BLUE value IS 66 (26.17% from 255) = 18.80%
R=18.52%
G=62.68%
B=18.80%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal65220660.7000.70.14120.3968.8955.88
Hex41DC4246046E784538
Octal10133410210601061617010570
Binary1000001110111001000010100011001000110111011110001000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41DC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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