#41CA4D

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

Shades of Lime Green #41CA4D

Tints of Lime Green #41CA4D

Color information

#41CA4D (or 0x41CA4D) is unknown color: approx Lime Green. HEX triplet: 41, CA and 4D. RGB value is (65,202,77). Sum of RGB (Red+Green+Blue) = 65+202+77=344 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.90% from 344); Green value is 202 (79.30% from 255 or 58.72% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 202 - color contains mainly: green. Hex color #41CA4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41CA4D is #BE35B2. Grayscale: #939393. Windows color (decimal): -12465587 or 5098049. OLE color: 5098049.

HSL color Cylindrical-coordinate representation of color #41CA4D: hue angle of 125.26º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41CA4D is Cyan = 0.68, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB6520277-
CMYK0.6800.620.21
HSL125.26º56.38%52.35%-
HSV(B)125.26º67.82%79.22%-
XYZ24.6443.914.2-
YUV146.7988.6169.66-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.90%
GREEN value IS 202 (79.30% from 255) = 58.72%
BLUE value IS 77 (30.47% from 255) = 22.38%
R=18.90%
G=58.72%
B=22.38%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal65202770.6800.620.21125.2656.3852.35
Hex41CA4D4403E157d3834
Octal101312115104076251757064
Binary100000111001010100110110001000111110101011111101111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41CA4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,202,77); }

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

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

 a { background-color: rgb(65,202,77); }

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

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

 span { border-color: rgb(65,202,77); }

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