#41FB3D

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

Shades of Lime Green #41FB3D

Tints of Lime Green #41FB3D

Color information

#41FB3D (or 0x41FB3D) is unknown color: approx Lime Green. HEX triplet: 41, FB and 3D. RGB value is (65,251,61). Sum of RGB (Red+Green+Blue) = 65+251+61=377 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.24% from 377); Green value is 251 (98.44% from 255 or 66.58% from 377); Blue value is 61 (24.22% from 255 or 16.18% from 377); Max value from RGB is 251 - color contains mainly: green. Hex color #41FB3D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41FB3D is #BE04C2. Grayscale: #AEAEAE. Windows color (decimal): -12453059 or 4062017. OLE color: 4062017.

HSL color Cylindrical-coordinate representation of color #41FB3D: hue angle of 118.74º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #41FB3D is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB6525161-
CMYK0.7400.760.02
HSL118.74º95.96%61.18%-
HSV(B)118.74º75.7%98.43%-
XYZ37.5270.4616.04-
YUV173.7364.3850.45-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.24%
GREEN value IS 251 (98.44% from 255) = 66.58%
BLUE value IS 61 (24.22% from 255) = 16.18%
R=17.24%
G=66.58%
B=16.18%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal65251610.7400.760.02118.7495.9661.18
Hex41FB3D4A04C277603d
Octal101373751120114216714075
Binary1000001111110111111011001010010011001011101111100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41FB3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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