#41F32C

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

Shades of Lime Green #41F32C

Tints of Lime Green #41F32C

Color information

#41F32C (or 0x41F32C) is unknown color: approx Lime Green. HEX triplet: 41, F3 and 2C. RGB value is (65,243,44). Sum of RGB (Red+Green+Blue) = 65+243+44=352 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.47% from 352); Green value is 243 (95.31% from 255 or 69.03% from 352); Blue value is 44 (17.58% from 255 or 12.5% from 352); Max value from RGB is 243 - color contains mainly: green. Hex color #41F32C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F32C is #BE0CD3. Grayscale: #A7A7A7. Windows color (decimal): -12455124 or 2945857. OLE color: 2945857.

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

Color convert

RGB6524344-
CMYK0.7300.820.05
HSL113.67º89.24%56.27%-
HSV(B)113.67º81.89%95.29%-
XYZ34.6965.4113.18-
YUV167.0958.5355.18-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.47%
GREEN value IS 243 (95.31% from 255) = 69.03%
BLUE value IS 44 (17.58% from 255) = 12.5%
R=18.47%
G=69.03%
B=12.5%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal65243440.7300.820.05113.6789.2456.27
Hex41F32C490525725938
Octal101363541110122516213170
Binary10000011111001110110010010010101001010111100101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41F32C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,243,44); }

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

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

 a { background-color: rgb(65,243,44); }

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

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

 span { border-color: rgb(65,243,44); }

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