#41F14A

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

Shades of Lime Green #41F14A

Tints of Lime Green #41F14A

Color information

#41F14A (or 0x41F14A) is unknown color: approx Lime Green. HEX triplet: 41, F1 and 4A. RGB value is (65,241,74). Sum of RGB (Red+Green+Blue) = 65+241+74=380 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.11% from 380); Green value is 241 (94.53% from 255 or 63.42% from 380); Blue value is 74 (29.30% from 255 or 19.47% from 380); Max value from RGB is 241 - color contains mainly: green. Hex color #41F14A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F14A is #BE0EB5. Grayscale: #A9A9A9. Windows color (decimal): -12455606 or 4911425. OLE color: 4911425.

HSL color Cylindrical-coordinate representation of color #41F14A: hue angle of 123.07º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41F14A is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB6524174-
CMYK0.7300.690.05
HSL123.07º86.27%60%-
HSV(B)123.07º73.03%94.51%-
XYZ34.8764.5317.1-
YUV169.3474.1953.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.11%
GREEN value IS 241 (94.53% from 255) = 63.42%
BLUE value IS 74 (29.30% from 255) = 19.47%
R=17.11%
G=63.42%
B=19.47%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal65241740.7300.690.05123.0786.2760
Hex41F14A4904557b563c
Octal1013611121110105517312674
Binary100000111110001100101010010010100010110111110111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41F14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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