#41FA40

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

Shades of Lime Green #41FA40

Tints of Lime Green #41FA40

Color information

#41FA40 (or 0x41FA40) is unknown color: approx Lime Green. HEX triplet: 41, FA and 40. RGB value is (65,250,64). Sum of RGB (Red+Green+Blue) = 65+250+64=379 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.15% from 379); Green value is 250 (98.05% from 255 or 65.96% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 250 - color contains mainly: green. Hex color #41FA40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41FA40 is #BE05BF. Grayscale: #AEAEAE. Windows color (decimal): -12453312 or 4258369. OLE color: 4258369.

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

Color convert

RGB6525064-
CMYK0.7400.740.02
HSL119.68º94.9%61.57%-
HSV(B)119.68º74.4%98.04%-
XYZ37.2969.8716.37-
YUV173.4866.2150.62-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.15%
GREEN value IS 250 (98.05% from 255) = 65.96%
BLUE value IS 64 (25.39% from 255) = 16.89%
R=17.15%
G=65.96%
B=16.89%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal65250640.7400.740.02119.6894.961.57
Hex41FA404A04A2785f3e
Octal1013721001120112217013776
Binary10000011111101010000001001010010010101011110001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41FA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,250,64); }

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

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

 a { background-color: rgb(65,250,64); }

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

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

 span { border-color: rgb(65,250,64); }

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