#41C146

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

Shades of Lime Green #41C146

Tints of Lime Green #41C146

Color information

#41C146 (or 0x41C146) is unknown color: approx Lime Green. HEX triplet: 41, C1 and 46. RGB value is (65,193,70). Sum of RGB (Red+Green+Blue) = 65+193+70=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 193 (75.78% from 255 or 58.84% from 328); Blue value is 70 (27.73% from 255 or 21.34% from 328); Max value from RGB is 193 - color contains mainly: green. Hex color #41C146 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C146 is #BE3EB9. Grayscale: #8D8D8D. Windows color (decimal): -12467898 or 4636993. OLE color: 4636993.

HSL color Cylindrical-coordinate representation of color #41C146: hue angle of 122.34º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41C146 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB6519370-
CMYK0.6600.640.24
HSL122.34º50.79%50.59%-
HSV(B)122.34º66.32%75.69%-
XYZ22.3639.7112.28-
YUV140.7188.0974-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.82%
GREEN value IS 193 (75.78% from 255) = 58.84%
BLUE value IS 70 (27.73% from 255) = 21.34%
R=19.82%
G=58.84%
B=21.34%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal65193700.6600.640.24122.3450.7950.59
Hex41C14642040187a3333
Octal1013011061020100301726363
Binary1000001110000011000110100001001000000110001111010110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41C146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,193,70); }

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

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

 a { background-color: rgb(65,193,70); }

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

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

 span { border-color: rgb(65,193,70); }

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