#41D14A

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

Shades of Lime Green #41D14A

Tints of Lime Green #41D14A

Color information

#41D14A (or 0x41D14A) is unknown color: approx Lime Green. HEX triplet: 41, D1 and 4A. RGB value is (65,209,74). Sum of RGB (Red+Green+Blue) = 65+209+74=348 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.68% from 348); Green value is 209 (82.03% from 255 or 60.06% from 348); Blue value is 74 (29.30% from 255 or 21.26% from 348); Max value from RGB is 209 - color contains mainly: green. Hex color #41D14A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D14A is #BE2EB5. Grayscale: #969696. Windows color (decimal): -12463798 or 4903233. OLE color: 4903233.

HSL color Cylindrical-coordinate representation of color #41D14A: hue angle of 123.75º degrees, saturation: 0.61, 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 #41D14A is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB6520974-
CMYK0.6900.650.18
HSL123.75º61.02%53.73%-
HSV(B)123.75º68.9%81.96%-
XYZ26.2247.2214.21-
YUV150.5584.7966.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.68%
GREEN value IS 209 (82.03% from 255) = 60.06%
BLUE value IS 74 (29.30% from 255) = 21.26%
R=18.68%
G=60.06%
B=21.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal65209740.6900.650.18123.7561.0253.73
Hex41D14A45041127c3d36
Octal1013211121050101221747566
Binary1000001110100011001010100010101000001100101111100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,209,74); }

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

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

 a { background-color: rgb(65,209,74); }

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

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

 span { border-color: rgb(65,209,74); }

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