#41F031

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

Shades of Lime Green #41F031

Tints of Lime Green #41F031

Color information

#41F031 (or 0x41F031) is unknown color: approx Lime Green. HEX triplet: 41, F0 and 31. RGB value is (65,240,49). Sum of RGB (Red+Green+Blue) = 65+240+49=354 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.36% from 354); Green value is 240 (94.14% from 255 or 67.80% from 354); Blue value is 49 (19.53% from 255 or 13.84% from 354); Max value from RGB is 240 - color contains mainly: green. Hex color #41F031 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F031 is #BE0FCE. Grayscale: #A6A6A6. Windows color (decimal): -12455887 or 3272769. OLE color: 3272769.

HSL color Cylindrical-coordinate representation of color #41F031: hue angle of 114.97º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #41F031 is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB6524049-
CMYK0.7300.800.06
HSL114.97º86.43%56.67%-
HSV(B)114.97º79.58%94.12%-
XYZ33.8963.6713.41-
YUV165.962.0256.03-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.36%
GREEN value IS 240 (94.14% from 255) = 67.80%
BLUE value IS 49 (19.53% from 255) = 13.84%
R=18.36%
G=67.80%
B=13.84%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal65240490.7300.800.06114.9786.4356.67
Hex41F031490506735639
Octal101360611110120616312671
Binary10000011111000011000110010010101000011011100111010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41F031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,240,49); }

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

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

 a { background-color: rgb(65,240,49); }

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

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

 span { border-color: rgb(65,240,49); }

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