#41D642

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

Shades of Lime Green #41D642

Tints of Lime Green #41D642

Color information

#41D642 (or 0x41D642) is unknown color: approx Lime Green. HEX triplet: 41, D6 and 42. RGB value is (65,214,66). Sum of RGB (Red+Green+Blue) = 65+214+66=345 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.84% from 345); Green value is 214 (83.98% from 255 or 62.03% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 214 - color contains mainly: green. Hex color #41D642 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D642 is #BE29BD. Grayscale: #999999. Windows color (decimal): -12462526 or 4380225. OLE color: 4380225.

HSL color Cylindrical-coordinate representation of color #41D642: hue angle of 120.4º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41D642 is Cyan = 0.70, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB6521466-
CMYK0.7000.690.16
HSL120.4º64.5%54.71%-
HSV(B)120.4º69.63%83.92%-
XYZ27.2149.6113.3-
YUV152.5879.1465.53-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.84%
GREEN value IS 214 (83.98% from 255) = 62.03%
BLUE value IS 66 (26.17% from 255) = 19.13%
R=18.84%
G=62.03%
B=19.13%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal65214660.7000.690.16120.464.554.71
Hex41D6424604510784137
Octal10132610210601052017010167
Binary10000011101011010000101000110010001011000011110001000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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