#41D64C

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

Shades of Lime Green #41D64C

Tints of Lime Green #41D64C

Color information

#41D64C (or 0x41D64C) is unknown color: approx Lime Green. HEX triplet: 41, D6 and 4C. RGB value is (65,214,76). Sum of RGB (Red+Green+Blue) = 65+214+76=355 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.31% from 355); Green value is 214 (83.98% from 255 or 60.28% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 214 - color contains mainly: green. Hex color #41D64C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D64C is #BE29B3. Grayscale: #9A9A9A. Windows color (decimal): -12462516 or 5035585. OLE color: 5035585.

HSL color Cylindrical-coordinate representation of color #41D64C: hue angle of 124.43º 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 #41D64C is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB6521476-
CMYK0.7000.640.16
HSL124.43º64.5%54.71%-
HSV(B)124.43º69.63%83.92%-
XYZ27.5349.7414.99-
YUV153.7284.1464.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.31%
GREEN value IS 214 (83.98% from 255) = 60.28%
BLUE value IS 76 (30.08% from 255) = 21.41%
R=18.31%
G=60.28%
B=21.41%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal65214760.7000.640.16124.4364.554.71
Hex41D64C46040107c4137
Octal10132611410601002017410167
Binary10000011101011010011001000110010000001000011111001000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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