#41F43D

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

Shades of Lime Green #41F43D

Tints of Lime Green #41F43D

Color information

#41F43D (or 0x41F43D) is unknown color: approx Lime Green. HEX triplet: 41, F4 and 3D. RGB value is (65,244,61). Sum of RGB (Red+Green+Blue) = 65+244+61=370 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.57% from 370); Green value is 244 (95.70% from 255 or 65.95% from 370); Blue value is 61 (24.22% from 255 or 16.49% from 370); Max value from RGB is 244 - color contains mainly: green. Hex color #41F43D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F43D is #BE0BC2. Grayscale: #AAAAAA. Windows color (decimal): -12454851 or 4060225. OLE color: 4060225.

HSL color Cylindrical-coordinate representation of color #41F43D: hue angle of 118.69º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41F43D is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB6524461-
CMYK0.7300.750.04
HSL118.69º89.27%59.8%-
HSV(B)118.69º75%95.69%-
XYZ35.3766.1615.32-
YUV169.6266.753.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.57%
GREEN value IS 244 (95.70% from 255) = 65.95%
BLUE value IS 61 (24.22% from 255) = 16.49%
R=17.57%
G=65.95%
B=16.49%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal65244610.7300.750.04118.6989.2759.8
Hex41F43D4904B477593c
Octal101364751110113416713174
Binary10000011111010011110110010010100101110011101111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41F43D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,244,61); }

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

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

 a { background-color: rgb(65,244,61); }

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

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

 span { border-color: rgb(65,244,61); }

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